#faf0e6
Linen
ReadyTools Database (Exact)
Color formats
RGB
rgb(250, 240, 230)
Red, Green, Blue components
HSL
hsl(30, 1, 1, 1)
Hue, Saturation, Lightness
CMYK
cmyk(0, 4, 8, 2)
Print color encoding
Luminance
0.884
Relative luminance
Variations
Shades (Darkening)
Tints (Lightening)
Tones (Reduced saturation)
Harmonies
Click the color slices to copy the code.
Complementary (Opposite)
#faf0e6
#e6f0fa
Analogous (Adjacent)
#fae6e6
#faf0e6
#fafae6
Triadic
#faf0e6
#e6faf0
#f0e6fa
Split complementary
#faf0e6
#e6fafa
#e6e6fa
Intelligent palettes
Four generated color sets for different use cases.
Modern UI and monochrome
ffffff
c1b7ae
faf0e6
413a32
000000
Marketing and vibrant
faf0e6
ffe8a3
e6f0fa
b5ffff
101827
Harmonious and natural
fae6e9
fae9e6
faf0e6
faf7e6
f7fae6
Pop Art and trendy
faf0e6
ffffff
c7f4ff
e0cde0
ffffff
Complete conversion table
HEX
#FAF0E6
RGB
rgb(250,240,230)
RGBA
rgba(250,240,230, 1)
HSL
hsl(30,66.67%,94.12%)
OKLCH (Modern CSS)
oklch(0.96 0.02 67.6)
CSS Variable
--color: #faf0e6;
CMYK
C: 0% M: 4% Y: 8% K: 2%
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
0xFFFAF0E6
Swift UIColor
UIColor(red: 0.98, green: 0.94, blue: 0.90, alpha: 1.0)
Decimal (int)
16445670
JSON
{ "color": "#FAF0E6" }
CIE LAB
L: 95.3 a: 1.7 b: 6.0
CIE LCH
L: 95.3 C: 6.3 H: 74.4
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.12
Small text (14pt)
The quick brown fox jumps over...
AA
AAA
Large text or UI (18pt Bold)
AA
AAA
On black background
18.67
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
Creative
"Friendly and creative energy. Inviting, playful, and full of life, without being as overwhelming as red."
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
#FAF0E6
Result
#FAF0E6
Lightness
Saturation
Hue
Temperature
Mix color
Mix color
#808080
Mix ratio
50%Base
#FAF0E6
0%+
Mix color
#808080
100%Result
#BBB6B2
50% MixMixing guide
How to mix this color using physical paints or printing inks.
MIXING PALETTE
92%
4%
4%
RYB PIGMENTS
Titanium white
Pigment
92%
Cadmium red
Pigment
4%
Cadmium yellow
Pigment
4%
Unlike light, mixing paints makes colors darker. This simulation mimics the behavior of physical pigments.
INK LEVELS
8%
P
4%
MAGENTA
2%
KEY
CMYK INKS
Yellow
Ink
8%
Magenta
Ink
4%
Black (Key)
Ink
2%
Physical properties
Scientific data of the color: optics and energy.
Wavelength
610 nm
492 THz • 2.03 eV
750nm
380nm
Color temperature
Warm
~2000-4000K
Cool
Warm
Luminance (brightness)
88.4%
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
orange-50
#fff7ed
ΔE: 1.7
Google Material
Original
Standard
Orange 50
#FFF3E0
ΔE: 3.7
CSS Color Name
Original
Standard
Linen
#FAF0E6
ΔE: 0.0
Apple System (iOS)
Original
Standard
System Gray 6
#F2F2F7
ΔE: 7.7
Pantone (PMS)
Original
Standard
PMS 11-0604 gardenia
#F1E8DF
ΔE: 1.8
RAL Classic
Original
Standard
RAL 9010 Pure white
#F1ECE1
ΔE: 2.9
Copic Marker
Original
Standard
Pearl White
#fff4e8
ΔE: 1.2
Code
CSS variable
1
2
3
4
5
:root {
--color-linen: #faf0e6;
--rgb-linen: 250, 240, 230;
}SCSS variable
1
2
3
4
5
$color-linen: #faf0e6;
$rgb-linen: (250, 240, 230);Tailwind config
1
2
3
4
5
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'linen': '#faf0e6',
}
}
}
}React Native
1
2
3
4
5
const styles = StyleSheet.create({
container: {
backgroundColor: '#faf0e6',
},
text: {
color: '#faf0e6',
}
});SwiftUI (iOS)
1
2
3
4
5
// SwiftUI
let linenColor = Color(
red: 0.9803921568627451,
green: 0.9411764705882353,
blue: 0.9019607843137255
)Full JSON data
1
2
3
4
5
{
"name": "Linen",
"hex": "#faf0e6",
"rgb": {
"r": 250,
"g": 240,
"b": 230
},
"hsl": {
"h": 30,
"s": 67,
"l": 94
}
}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