Shades of Bleach White #F1E2CB
Tints of Bleach White #F1E2CB
RGB
CMYK
RGB Variations
Color information
#F1E2CB (or 0xF1E2CB) is known color: Bleach White. HEX triplet: F1, E2 and CB. RGB value is (241,226,203). Sum of RGB (Red+Green+Blue) = 241+226+203=670 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.97% from 670); Green value is 226 (88.67% from 255 or 33.73% from 670); Blue value is 203 (79.69% from 255 or 30.30% from 670); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E2CB is #0E1D34. Grayscale: #E3E3E3. Windows color (decimal): -924981 or 13361905. OLE color: 13361905.
HSL color Cylindrical-coordinate representation of color #F1E2CB: hue angle of 36.32º degrees, saturation: 0.58, 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 #F1E2CB is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 226 | 203 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.05 |
| HSL | 36.32º | 0.58% | 0.87% | - |
| HSV(B) | 36.32º | 0.16% | 0.95% | - |
| XYZ | 74.25 | 77.41 | 67.53 | - |
| YUV | 227.86 | 113.97 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 226 | 203 | 0 | 0.06 | 0.16 | 0.05 | 36.32 | 0.58 | 0.87 |
| Hex | F1 | E2 | CB | 0 | 6 | 10 | 5 | 24 | 3A | 57 |
| Octal | 361 | 342 | 313 | 0 | 6 | 20 | 5 | 44 | 72 | 127 |
| Binary | 11110001 | 11100010 | 11001011 | 0 | 110 | 10000 | 101 | 100100 | 111010 | 1010111 |
Color Harmonies of #F1E2CB
Complementary color
Monochromatic Colors of #F1E2CB
Black with #F1E2CB
Text Example
Text Example
White with #F1E2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E2CB; }
p { color: rgb(241,226,203); }
H1.HeaderClassName
{
color: #F1E2CB;
}
.AnyTagClassName
{
color: #F1E2CB;
}
</style>
background-color css
<style>
a { background-color: #F1E2CB; }
a { background-color: rgb(241,226,203); }
div.DivClassName
{
background-color: #F1E2CB;
}
.BgClassName
{
background-color: #F1E2CB;
}
</style>
border-color css
<style>
span { border-color: #F1E2CB; }
span { border-color: rgb(241,226,203); }
td.TdClassName
{
border-color: #F1E2CB;
}
.TagClassName
{
border-color: #F1E2CB;
}
</style>