#ffe6f0
Pale Rose
Closest match (97% match)
Color formats
RGB
rgb(255, 230, 240)
Red, Green, Blue components
HSL
hsl(336, 1, 1, 1)
Hue, Saturation, Lightness
CMYK
cmyk(0, 10, 6, 0)
Print color encoding
Luminance
0.841
Relative luminance
Variations
Shades (Darkening)
Tints (Lightening)
Tones (Reduced saturation)
Harmonies
Click the color slices to copy the code.
Complementary (Opposite)
#ffe6f0
#e6fff5
Analogous (Adjacent)
#ffe6fd
#ffe6f0
#ffe8e6
Triadic
#ffe6f0
#f0ffe6
#e6f0ff
Split complementary
#ffe6f0
#e6ffe9
#e6fdff
Intelligent palettes
Four generated color sets for different use cases.
Modern UI and monochrome
ffffff
cab2bc
ffe6f0
49363e
000000
Marketing and vibrant
ffe6f0
ffcbfd
e6fff5
cdffd6
101827
Harmonious and natural
fde6ff
ffe6f8
ffe6f0
ffe6e8
ffede6
Pop Art and trendy
ffe6f0
ffffff
c0ffed
cdcde5
ffffff
Complete conversion table
HEX
#FFE6F0
RGB
rgb(255,230,240)
RGBA
rgba(255,230,240, 1)
HSL
hsl(336,100%,95.1%)
OKLCH (Modern CSS)
oklch(0.95 0.03 351.5)
CSS Variable
--color: #ffe6f0;
CMYK
C: 0% M: 10% Y: 6% K: 0%
Note: Converting web (RGB) colors to print (CMYK) colors is never 100 percent accurate due to physical limitations. Always request a test print before production.
Android ARGB
0xFFFFE6F0
Swift UIColor
UIColor(red: 1.00, green: 0.90, blue: 0.94, alpha: 1.0)
Decimal (int)
16770800
JSON
{ "color": "#FFE6F0" }
CIE LAB
L: 93.5 a: 10.2 b: -1.7
CIE LCH
L: 93.5 C: 10.3 H: 350.3
CIE XYZ
N/A
Preview
Readability and Typography
Headline Test
This text demonstrates the reading experience on this background color.
Headline Test
This text demonstrates the reading experience on this background color.
UI Component Set
This is an example alert bar using the selected color.
Product Mockup
4582 •••• •••• 9018
CARDHOLDER
JOHN DOE
VALID
12/28
Mobile application
Customer support
Hi! How can we help you today?
I love this new color! 😍
Data visualization
Weekly growth
+1,240
12.5%1D
1W
1M
WED
2,450
Font recommendations
Professional font pairings that perfectly match the color. Click the CSS button to copy.
Minimalist
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
Helvetica
400 Regular
-apple-system
Modern
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Inter'
400 Regular
'Inter'
Calm
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Spectral'
400 Regular
'IBM Plex Sans'
Elegant
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Playfair Display'
400 Regular
'Lato'
Accessibility
Contrast and readability (WCAG)
On white background
1.18
Small text (14pt)
The quick brown fox jumps over...
AA
AAA
Large text or UI (18pt Bold)
AA
AAA
On black background
17.83
Small text (14pt)
The quick brown fox jumps over...
AA
AAA
Large text or UI (18pt Bold)
AA
AAA
Color blindness simulator
ORIG
SIM
Protanopia (red)
ORIG
SIM
Deuteranopia (green)
ORIG
SIM
Tritanopia (blue)
ORIG
SIM
Monochrome (color blind)
Color Psychology
Emotional, psychological, and cultural impact of the color with scientifically grounded analysis.
Dominant vibe
Clean
"The ultimate symbol of purity and new beginnings. It creates airy space and visual silence, providing a perfect background for important content."
Color personality description
Emotional effects
Symbolic meanings
Recommended industries
Potential negative effects
Color laboratory
Fine tuning and blending. Adjust lightness, saturation, or mix with another color.
Base
#FFE6F0
Result
#FFE6F0
Lightness
Saturation
Hue
Temperature
Mix color
Mix color
#808080
Mix ratio
50%Base
#FFE6F0
0%+
Mix color
#808080
100%Result
#BEB2B6
50% MixMixing guide
How to mix this color using physical paints or printing inks.
MIXING PALETTE
90%
8%
2%
RYB PIGMENTS
Titanium white
Pigment
90%
Cadmium red
Pigment
8%
Ultramarine blue
Pigment
2%
Unlike light, mixing paints makes colors darker. This simulation mimics the behavior of physical pigments.
INK LEVELS
10%
MAGENTA
6%
P
CMYK INKS
Magenta
Ink
10%
Yellow
Ink
6%
Physical properties
Scientific data of the color: optics and energy.
Wavelength
708 nm
424 THz • 1.75 eV
750nm
380nm
Color temperature
Warm
~2000-4000K
Cool
Warm
Luminance (brightness)
84.1%
Világos / Light
0%
50%
100%
Intelligent Library Matching
Compare your color with industry standards and design systems. Results show similar or exact matches from multiple color libraries.
Tailwind CSS
Original
Standard
pink-100
#fce7f3
ΔE: 1.5
Google Material
Original
Standard
Pink 50
#FCE4EC
ΔE: 1.0
CSS Color Name
Original
Standard
LavenderBlush
#FFF0F5
ΔE: 4.5
Apple System (iOS)
Original
Standard
System Gray 6
#F2F2F7
ΔE: 10.4
Pantone (PMS)
Original
Standard
PMS 12-2907 rose-water
#F8E0E7
ΔE: 1.8
RAL Classic
Original
Standard
RAL 9016 Traffic white
#F1F0EA
ΔE: 13.9
Copic Marker
Original
Standard
Sugared Almond Pink
#fcdee9
ΔE: 2.2
Code
CSS variable
1
2
3
4
5
:root {
--color-primary: #ffe6f0;
--rgb-primary: 255, 230, 240;
}SCSS variable
1
2
3
4
5
$color-primary: #ffe6f0;
$rgb-primary: (255, 230, 240);Tailwind config
1
2
3
4
5
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'primary': '#ffe6f0',
}
}
}
}React Native
1
2
3
4
5
const styles = StyleSheet.create({
container: {
backgroundColor: '#ffe6f0',
},
text: {
color: '#ffe6f0',
}
});SwiftUI (iOS)
1
2
3
4
5
// SwiftUI
let primaryColor = Color(
red: 1,
green: 0.9019607843137255,
blue: 0.9411764705882353
)Full JSON data
1
2
3
4
5
{
"name": "Pale Rose",
"hex": "#ffe6f0",
"rgb": {
"r": 255,
"g": 230,
"b": 240
},
"hsl": {
"h": 336,
"s": 100,
"l": 95
}
}Gradient gallery
Generate premium CSS backgrounds and textures from your color.
Sunset
Deep sea
Dynamic contrast
Night duotone
Icy duotone
Soft mist
Aurora borealis
Neon mesh
Color wheel
Radar
Spotlight
Grainy paper
Retro stripes