Shades of Bleach White #F0E4CC
Tints of Bleach White #F0E4CC
RGB
CMYK
RGB Variations
Color information
#F0E4CC (or 0xF0E4CC) is known color: Bleach White. HEX triplet: F0, E4 and CC. RGB value is (240,228,204). Sum of RGB (Red+Green+Blue) = 240+228+204=672 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.71% from 672); Green value is 228 (89.45% from 255 or 33.93% from 672); Blue value is 204 (80.08% from 255 or 30.36% from 672); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E4CC is #0F1B33. Grayscale: #E4E4E4. Windows color (decimal): -990004 or 13427952. OLE color: 13427952.
HSL color Cylindrical-coordinate representation of color #F0E4CC: hue angle of 40º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0E4CC is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 228 | 204 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.06 |
| HSL | 40º | 0.55% | 0.87% | - |
| HSV(B) | 40º | 0.15% | 0.94% | - |
| XYZ | 74.58 | 78.37 | 68.32 | - |
| YUV | 228.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 228 | 204 | 0 | 0.05 | 0.15 | 0.06 | 40 | 0.55 | 0.87 |
| Hex | F0 | E4 | CC | 0 | 5 | F | 6 | 28 | 37 | 57 |
| Octal | 360 | 344 | 314 | 0 | 5 | 17 | 6 | 50 | 67 | 127 |
| Binary | 11110000 | 11100100 | 11001100 | 0 | 101 | 1111 | 110 | 101000 | 110111 | 1010111 |
Color Harmonies of #F0E4CC
Complementary color
Monochromatic Colors of #F0E4CC
Black with #F0E4CC
Text Example
Text Example
White with #F0E4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E4CC; }
p { color: rgb(240,228,204); }
H1.HeaderClassName
{
color: #F0E4CC;
}
.AnyTagClassName
{
color: #F0E4CC;
}
</style>
background-color css
<style>
a { background-color: #F0E4CC; }
a { background-color: rgb(240,228,204); }
div.DivClassName
{
background-color: #F0E4CC;
}
.BgClassName
{
background-color: #F0E4CC;
}
</style>
border-color css
<style>
span { border-color: #F0E4CC; }
span { border-color: rgb(240,228,204); }
td.TdClassName
{
border-color: #F0E4CC;
}
.TagClassName
{
border-color: #F0E4CC;
}
</style>