Shades of White Linen #F0E7D7
Tints of White Linen #F0E7D7
RGB
CMYK
RGB Variations
Color information
#F0E7D7 (or 0xF0E7D7) is known color: White Linen. HEX triplet: F0, E7 and D7. RGB value is (240,231,215). Sum of RGB (Red+Green+Blue) = 240+231+215=686 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.99% from 686); Green value is 231 (90.62% from 255 or 33.67% from 686); Blue value is 215 (84.38% from 255 or 31.34% from 686); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E7D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E7D7 is #0F1828. Grayscale: #E7E7E7. Windows color (decimal): -989225 or 14149616. OLE color: 14149616.
HSL color Cylindrical-coordinate representation of color #F0E7D7: hue angle of 38.4º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0E7D7 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 231 | 215 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.06 |
| HSL | 38.4º | 0.45% | 0.89% | - |
| HSV(B) | 38.4º | 0.1% | 0.94% | - |
| XYZ | 76.78 | 80.58 | 75.8 | - |
| YUV | 231.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 231 | 215 | 0 | 0.04 | 0.10 | 0.06 | 38.4 | 0.45 | 0.89 |
| Hex | F0 | E7 | D7 | 0 | 4 | A | 6 | 26 | 2D | 59 |
| Octal | 360 | 347 | 327 | 0 | 4 | 12 | 6 | 46 | 55 | 131 |
| Binary | 11110000 | 11100111 | 11010111 | 0 | 100 | 1010 | 110 | 100110 | 101101 | 1011001 |
Color Harmonies of #F0E7D7
Complementary color
Monochromatic Colors of #F0E7D7
Black with #F0E7D7
Text Example
Text Example
White with #F0E7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E7D7; }
p { color: rgb(240,231,215); }
H1.HeaderClassName
{
color: #F0E7D7;
}
.AnyTagClassName
{
color: #F0E7D7;
}
</style>
background-color css
<style>
a { background-color: #F0E7D7; }
a { background-color: rgb(240,231,215); }
div.DivClassName
{
background-color: #F0E7D7;
}
.BgClassName
{
background-color: #F0E7D7;
}
</style>
border-color css
<style>
span { border-color: #F0E7D7; }
span { border-color: rgb(240,231,215); }
td.TdClassName
{
border-color: #F0E7D7;
}
.TagClassName
{
border-color: #F0E7D7;
}
</style>