Shades of Bleach White #F2E3CC
Tints of Bleach White #F2E3CC
RGB
CMYK
RGB Variations
Color information
#F2E3CC (or 0xF2E3CC) is known color: Bleach White. HEX triplet: F2, E3 and CC. RGB value is (242,227,204). Sum of RGB (Red+Green+Blue) = 242+227+204=673 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.96% from 673); Green value is 227 (89.06% from 255 or 33.73% from 673); Blue value is 204 (80.08% from 255 or 30.31% from 673); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E3CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E3CC is #0D1C33. Grayscale: #E4E4E4. Windows color (decimal): -859188 or 13427698. OLE color: 13427698.
HSL color Cylindrical-coordinate representation of color #F2E3CC: hue angle of 36.32º 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 #F2E3CC is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 227 | 204 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.05 |
| HSL | 36.32º | 0.59% | 0.87% | - |
| HSV(B) | 36.32º | 0.16% | 0.95% | - |
| XYZ | 74.99 | 78.18 | 68.26 | - |
| YUV | 228.86 | 113.97 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 227 | 204 | 0 | 0.06 | 0.16 | 0.05 | 36.32 | 0.59 | 0.87 |
| Hex | F2 | E3 | CC | 0 | 6 | 10 | 5 | 24 | 3B | 57 |
| Octal | 362 | 343 | 314 | 0 | 6 | 20 | 5 | 44 | 73 | 127 |
| Binary | 11110010 | 11100011 | 11001100 | 0 | 110 | 10000 | 101 | 100100 | 111011 | 1010111 |
Color Harmonies of #F2E3CC
Complementary color
Monochromatic Colors of #F2E3CC
Black with #F2E3CC
Text Example
Text Example
White with #F2E3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E3CC; }
p { color: rgb(242,227,204); }
H1.HeaderClassName
{
color: #F2E3CC;
}
.AnyTagClassName
{
color: #F2E3CC;
}
</style>
background-color css
<style>
a { background-color: #F2E3CC; }
a { background-color: rgb(242,227,204); }
div.DivClassName
{
background-color: #F2E3CC;
}
.BgClassName
{
background-color: #F2E3CC;
}
</style>
border-color css
<style>
span { border-color: #F2E3CC; }
span { border-color: rgb(242,227,204); }
td.TdClassName
{
border-color: #F2E3CC;
}
.TagClassName
{
border-color: #F2E3CC;
}
</style>