Shades of Bleach White #F0E5CF
Tints of Bleach White #F0E5CF
RGB
CMYK
RGB Variations
Color information
#F0E5CF (or 0xF0E5CF) is known color: Bleach White. HEX triplet: F0, E5 and CF. RGB value is (240,229,207). Sum of RGB (Red+Green+Blue) = 240+229+207=676 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.50% from 676); Green value is 229 (89.84% from 255 or 33.88% from 676); Blue value is 207 (81.25% from 255 or 30.62% from 676); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E5CF is #0F1A30. Grayscale: #E5E5E5. Windows color (decimal): -989745 or 13624816. OLE color: 13624816.
HSL color Cylindrical-coordinate representation of color #F0E5CF: hue angle of 40º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0E5CF is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 229 | 207 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.06 |
| HSL | 40º | 0.52% | 0.88% | - |
| HSV(B) | 40º | 0.14% | 0.94% | - |
| XYZ | 75.22 | 79.07 | 70.33 | - |
| YUV | 229.78 | 115.14 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 229 | 207 | 0 | 0.05 | 0.14 | 0.06 | 40 | 0.52 | 0.88 |
| Hex | F0 | E5 | CF | 0 | 5 | E | 6 | 28 | 34 | 58 |
| Octal | 360 | 345 | 317 | 0 | 5 | 16 | 6 | 50 | 64 | 130 |
| Binary | 11110000 | 11100101 | 11001111 | 0 | 101 | 1110 | 110 | 101000 | 110100 | 1011000 |
Color Harmonies of #F0E5CF
Complementary color
Monochromatic Colors of #F0E5CF
Black with #F0E5CF
Text Example
Text Example
White with #F0E5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E5CF; }
p { color: rgb(240,229,207); }
H1.HeaderClassName
{
color: #F0E5CF;
}
.AnyTagClassName
{
color: #F0E5CF;
}
</style>
background-color css
<style>
a { background-color: #F0E5CF; }
a { background-color: rgb(240,229,207); }
div.DivClassName
{
background-color: #F0E5CF;
}
.BgClassName
{
background-color: #F0E5CF;
}
</style>
border-color css
<style>
span { border-color: #F0E5CF; }
span { border-color: rgb(240,229,207); }
td.TdClassName
{
border-color: #F0E5CF;
}
.TagClassName
{
border-color: #F0E5CF;
}
</style>