Shades of Bleach White #F2E4CC
Tints of Bleach White #F2E4CC
RGB
CMYK
RGB Variations
Color information
#F2E4CC (or 0xF2E4CC) is known color: Bleach White. HEX triplet: F2, E4 and CC. RGB value is (242,228,204). Sum of RGB (Red+Green+Blue) = 242+228+204=674 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.91% from 674); Green value is 228 (89.45% from 255 or 33.83% from 674); Blue value is 204 (80.08% from 255 or 30.27% from 674); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E4CC is #0D1B33. Grayscale: #E5E5E5. Windows color (decimal): -858932 or 13427954. OLE color: 13427954.
HSL color Cylindrical-coordinate representation of color #F2E4CC: hue angle of 37.89º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2E4CC is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 228 | 204 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.05 |
| HSL | 37.89º | 0.59% | 0.87% | - |
| HSV(B) | 37.89º | 0.16% | 0.95% | - |
| XYZ | 75.26 | 78.72 | 68.36 | - |
| YUV | 229.45 | 113.64 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 228 | 204 | 0 | 0.06 | 0.16 | 0.05 | 37.89 | 0.59 | 0.87 |
| Hex | F2 | E4 | CC | 0 | 6 | 10 | 5 | 26 | 3B | 57 |
| Octal | 362 | 344 | 314 | 0 | 6 | 20 | 5 | 46 | 73 | 127 |
| Binary | 11110010 | 11100100 | 11001100 | 0 | 110 | 10000 | 101 | 100110 | 111011 | 1010111 |
Color Harmonies of #F2E4CC
Complementary color
Monochromatic Colors of #F2E4CC
Black with #F2E4CC
Text Example
Text Example
White with #F2E4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E4CC; }
p { color: rgb(242,228,204); }
H1.HeaderClassName
{
color: #F2E4CC;
}
.AnyTagClassName
{
color: #F2E4CC;
}
</style>
background-color css
<style>
a { background-color: #F2E4CC; }
a { background-color: rgb(242,228,204); }
div.DivClassName
{
background-color: #F2E4CC;
}
.BgClassName
{
background-color: #F2E4CC;
}
</style>
border-color css
<style>
span { border-color: #F2E4CC; }
span { border-color: rgb(242,228,204); }
td.TdClassName
{
border-color: #F2E4CC;
}
.TagClassName
{
border-color: #F2E4CC;
}
</style>