Shades of Bleach White #F1E1CC
Tints of Bleach White #F1E1CC
RGB
CMYK
RGB Variations
Color information
#F1E1CC (or 0xF1E1CC) is known color: Bleach White. HEX triplet: F1, E1 and CC. RGB value is (241,225,204). Sum of RGB (Red+Green+Blue) = 241+225+204=670 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.97% from 670); Green value is 225 (88.28% from 255 or 33.58% from 670); Blue value is 204 (80.08% from 255 or 30.45% from 670); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E1CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E1CC is #0E1E33. Grayscale: #E3E3E3. Windows color (decimal): -925236 or 13427185. OLE color: 13427185.
HSL color Cylindrical-coordinate representation of color #F1E1CC: hue angle of 34.05º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1E1CC is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 225 | 204 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.05 |
| HSL | 34.05º | 0.57% | 0.87% | - |
| HSV(B) | 34.05º | 0.15% | 0.95% | - |
| XYZ | 74.1 | 76.91 | 68.07 | - |
| YUV | 227.39 | 114.8 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 225 | 204 | 0 | 0.07 | 0.15 | 0.05 | 34.05 | 0.57 | 0.87 |
| Hex | F1 | E1 | CC | 0 | 7 | F | 5 | 22 | 39 | 57 |
| Octal | 361 | 341 | 314 | 0 | 7 | 17 | 5 | 42 | 71 | 127 |
| Binary | 11110001 | 11100001 | 11001100 | 0 | 111 | 1111 | 101 | 100010 | 111001 | 1010111 |
Color Harmonies of #F1E1CC
Complementary color
Monochromatic Colors of #F1E1CC
Black with #F1E1CC
Text Example
Text Example
White with #F1E1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E1CC; }
p { color: rgb(241,225,204); }
H1.HeaderClassName
{
color: #F1E1CC;
}
.AnyTagClassName
{
color: #F1E1CC;
}
</style>
background-color css
<style>
a { background-color: #F1E1CC; }
a { background-color: rgb(241,225,204); }
div.DivClassName
{
background-color: #F1E1CC;
}
.BgClassName
{
background-color: #F1E1CC;
}
</style>
border-color css
<style>
span { border-color: #F1E1CC; }
span { border-color: rgb(241,225,204); }
td.TdClassName
{
border-color: #F1E1CC;
}
.TagClassName
{
border-color: #F1E1CC;
}
</style>