Shades of White Linen #F0EADF
Tints of White Linen #F0EADF
RGB
CMYK
RGB Variations
Color information
#F0EADF (or 0xF0EADF) is known color: White Linen. HEX triplet: F0, EA and DF. RGB value is (240,234,223). Sum of RGB (Red+Green+Blue) = 240+234+223=697 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.43% from 697); Green value is 234 (91.80% from 255 or 33.57% from 697); Blue value is 223 (87.5% from 255 or 31.99% from 697); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EADF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EADF is #0F1520. Grayscale: #EAEAEA. Windows color (decimal): -988449 or 14674672. OLE color: 14674672.
HSL color Cylindrical-coordinate representation of color #F0EADF: hue angle of 38.82º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F0EADF is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 234 | 223 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.06 |
| HSL | 38.82º | 0.36% | 0.91% | - |
| HSV(B) | 38.82º | 0.07% | 0.94% | - |
| XYZ | 78.68 | 82.7 | 81.63 | - |
| YUV | 234.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 234 | 223 | 0 | 0.02 | 0.07 | 0.06 | 38.82 | 0.36 | 0.91 |
| Hex | F0 | EA | DF | 0 | 2 | 7 | 6 | 27 | 24 | 5B |
| Octal | 360 | 352 | 337 | 0 | 2 | 7 | 6 | 47 | 44 | 133 |
| Binary | 11110000 | 11101010 | 11011111 | 0 | 10 | 111 | 110 | 100111 | 100100 | 1011011 |
Color Harmonies of #F0EADF
Complementary color
Monochromatic Colors of #F0EADF
Black with #F0EADF
Text Example
Text Example
White with #F0EADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EADF; }
p { color: rgb(240,234,223); }
H1.HeaderClassName
{
color: #F0EADF;
}
.AnyTagClassName
{
color: #F0EADF;
}
</style>
background-color css
<style>
a { background-color: #F0EADF; }
a { background-color: rgb(240,234,223); }
div.DivClassName
{
background-color: #F0EADF;
}
.BgClassName
{
background-color: #F0EADF;
}
</style>
border-color css
<style>
span { border-color: #F0EADF; }
span { border-color: rgb(240,234,223); }
td.TdClassName
{
border-color: #F0EADF;
}
.TagClassName
{
border-color: #F0EADF;
}
</style>