Shades of Bleach White #F0E2CA
Tints of Bleach White #F0E2CA
RGB
CMYK
RGB Variations
Color information
#F0E2CA (or 0xF0E2CA) is known color: Bleach White. HEX triplet: F0, E2 and CA. RGB value is (240,226,202). Sum of RGB (Red+Green+Blue) = 240+226+202=668 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.93% from 668); Green value is 226 (88.67% from 255 or 33.83% from 668); Blue value is 202 (79.30% from 255 or 30.24% from 668); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E2CA is #0F1D35. Grayscale: #E3E3E3. Windows color (decimal): -990518 or 13296368. OLE color: 13296368.
HSL color Cylindrical-coordinate representation of color #F0E2CA: hue angle of 37.89º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0E2CA is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 226 | 202 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.06 |
| HSL | 37.89º | 0.56% | 0.87% | - |
| HSV(B) | 37.89º | 0.16% | 0.94% | - |
| XYZ | 73.79 | 77.18 | 66.89 | - |
| YUV | 227.45 | 113.64 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 226 | 202 | 0 | 0.06 | 0.16 | 0.06 | 37.89 | 0.56 | 0.87 |
| Hex | F0 | E2 | CA | 0 | 6 | 10 | 6 | 26 | 38 | 57 |
| Octal | 360 | 342 | 312 | 0 | 6 | 20 | 6 | 46 | 70 | 127 |
| Binary | 11110000 | 11100010 | 11001010 | 0 | 110 | 10000 | 110 | 100110 | 111000 | 1010111 |
Color Harmonies of #F0E2CA
Complementary color
Monochromatic Colors of #F0E2CA
Black with #F0E2CA
Text Example
Text Example
White with #F0E2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E2CA; }
p { color: rgb(240,226,202); }
H1.HeaderClassName
{
color: #F0E2CA;
}
.AnyTagClassName
{
color: #F0E2CA;
}
</style>
background-color css
<style>
a { background-color: #F0E2CA; }
a { background-color: rgb(240,226,202); }
div.DivClassName
{
background-color: #F0E2CA;
}
.BgClassName
{
background-color: #F0E2CA;
}
</style>
border-color css
<style>
span { border-color: #F0E2CA; }
span { border-color: rgb(240,226,202); }
td.TdClassName
{
border-color: #F0E2CA;
}
.TagClassName
{
border-color: #F0E2CA;
}
</style>