Shades of Bleach White #F2E3CB
Tints of Bleach White #F2E3CB
RGB
CMYK
RGB Variations
Color information
#F2E3CB (or 0xF2E3CB) is known color: Bleach White. HEX triplet: F2, E3 and CB. RGB value is (242,227,203). Sum of RGB (Red+Green+Blue) = 242+227+203=672 (89% of max value = 765). Red value is 242 (94.92% from 255 or 36.01% from 672); Green value is 227 (89.06% from 255 or 33.78% from 672); Blue value is 203 (79.69% from 255 or 30.21% from 672); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E3CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E3CB is #0D1C34. Grayscale: #E4E4E4. Windows color (decimal): -859189 or 13362162. OLE color: 13362162.
HSL color Cylindrical-coordinate representation of color #F2E3CB: hue angle of 36.92º degrees, saturation: 0.6, 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 #F2E3CB is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 227 | 203 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.05 |
| HSL | 36.92º | 0.6% | 0.87% | - |
| HSV(B) | 36.92º | 0.16% | 0.95% | - |
| XYZ | 74.87 | 78.13 | 67.63 | - |
| YUV | 228.75 | 113.47 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 227 | 203 | 0 | 0.06 | 0.16 | 0.05 | 36.92 | 0.6 | 0.87 |
| Hex | F2 | E3 | CB | 0 | 6 | 10 | 5 | 25 | 3C | 57 |
| Octal | 362 | 343 | 313 | 0 | 6 | 20 | 5 | 45 | 74 | 127 |
| Binary | 11110010 | 11100011 | 11001011 | 0 | 110 | 10000 | 101 | 100101 | 111100 | 1010111 |
Color Harmonies of #F2E3CB
Complementary color
Monochromatic Colors of #F2E3CB
Black with #F2E3CB
Text Example
Text Example
White with #F2E3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E3CB; }
p { color: rgb(242,227,203); }
H1.HeaderClassName
{
color: #F2E3CB;
}
.AnyTagClassName
{
color: #F2E3CB;
}
</style>
background-color css
<style>
a { background-color: #F2E3CB; }
a { background-color: rgb(242,227,203); }
div.DivClassName
{
background-color: #F2E3CB;
}
.BgClassName
{
background-color: #F2E3CB;
}
</style>
border-color css
<style>
span { border-color: #F2E3CB; }
span { border-color: rgb(242,227,203); }
td.TdClassName
{
border-color: #F2E3CB;
}
.TagClassName
{
border-color: #F2E3CB;
}
</style>