Shades of White Linen #F1E8DA
Tints of White Linen #F1E8DA
RGB
CMYK
RGB Variations
Color information
#F1E8DA (or 0xF1E8DA) is known color: White Linen. HEX triplet: F1, E8 and DA. RGB value is (241,232,218). Sum of RGB (Red+Green+Blue) = 241+232+218=691 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.88% from 691); Green value is 232 (91.02% from 255 or 33.57% from 691); Blue value is 218 (85.55% from 255 or 31.55% from 691); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E8DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E8DA is #0E1725. Grayscale: #E9E9E9. Windows color (decimal): -923430 or 14346481. OLE color: 14346481.
HSL color Cylindrical-coordinate representation of color #F1E8DA: hue angle of 36.52º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1E8DA is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 232 | 218 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.05 |
| HSL | 36.52º | 0.45% | 0.9% | - |
| HSV(B) | 36.52º | 0.1% | 0.95% | - |
| XYZ | 77.79 | 81.48 | 77.96 | - |
| YUV | 233.1 | 119.48 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 232 | 218 | 0 | 0.04 | 0.10 | 0.05 | 36.52 | 0.45 | 0.9 |
| Hex | F1 | E8 | DA | 0 | 4 | A | 5 | 25 | 2D | 5A |
| Octal | 361 | 350 | 332 | 0 | 4 | 12 | 5 | 45 | 55 | 132 |
| Binary | 11110001 | 11101000 | 11011010 | 0 | 100 | 1010 | 101 | 100101 | 101101 | 1011010 |
Color Harmonies of #F1E8DA
Complementary color
Monochromatic Colors of #F1E8DA
Black with #F1E8DA
Text Example
Text Example
White with #F1E8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E8DA; }
p { color: rgb(241,232,218); }
H1.HeaderClassName
{
color: #F1E8DA;
}
.AnyTagClassName
{
color: #F1E8DA;
}
</style>
background-color css
<style>
a { background-color: #F1E8DA; }
a { background-color: rgb(241,232,218); }
div.DivClassName
{
background-color: #F1E8DA;
}
.BgClassName
{
background-color: #F1E8DA;
}
</style>
border-color css
<style>
span { border-color: #F1E8DA; }
span { border-color: rgb(241,232,218); }
td.TdClassName
{
border-color: #F1E8DA;
}
.TagClassName
{
border-color: #F1E8DA;
}
</style>