Shades of White Linen #F1E8DB
Tints of White Linen #F1E8DB
RGB
CMYK
RGB Variations
Color information
#F1E8DB (or 0xF1E8DB) is known color: White Linen. HEX triplet: F1, E8 and DB. RGB value is (241,232,219). Sum of RGB (Red+Green+Blue) = 241+232+219=692 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.83% from 692); Green value is 232 (91.02% from 255 or 33.53% from 692); Blue value is 219 (85.94% from 255 or 31.65% from 692); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E8DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E8DB is #0E1724. Grayscale: #E9E9E9. Windows color (decimal): -923429 or 14412017. OLE color: 14412017.
HSL color Cylindrical-coordinate representation of color #F1E8DB: hue angle of 35.45º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F1E8DB is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 232 | 219 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.05 |
| HSL | 35.45º | 0.44% | 0.9% | - |
| HSV(B) | 35.45º | 0.09% | 0.95% | - |
| XYZ | 77.92 | 81.53 | 78.65 | - |
| YUV | 233.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 232 | 219 | 0 | 0.04 | 0.09 | 0.05 | 35.45 | 0.44 | 0.9 |
| Hex | F1 | E8 | DB | 0 | 4 | 9 | 5 | 23 | 2C | 5A |
| Octal | 361 | 350 | 333 | 0 | 4 | 11 | 5 | 43 | 54 | 132 |
| Binary | 11110001 | 11101000 | 11011011 | 0 | 100 | 1001 | 101 | 100011 | 101100 | 1011010 |
Color Harmonies of #F1E8DB
Complementary color
Monochromatic Colors of #F1E8DB
Black with #F1E8DB
Text Example
Text Example
White with #F1E8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E8DB; }
p { color: rgb(241,232,219); }
H1.HeaderClassName
{
color: #F1E8DB;
}
.AnyTagClassName
{
color: #F1E8DB;
}
</style>
background-color css
<style>
a { background-color: #F1E8DB; }
a { background-color: rgb(241,232,219); }
div.DivClassName
{
background-color: #F1E8DB;
}
.BgClassName
{
background-color: #F1E8DB;
}
</style>
border-color css
<style>
span { border-color: #F1E8DB; }
span { border-color: rgb(241,232,219); }
td.TdClassName
{
border-color: #F1E8DB;
}
.TagClassName
{
border-color: #F1E8DB;
}
</style>