Shades of Bleach White #F1E4CE
Tints of Bleach White #F1E4CE
RGB
CMYK
RGB Variations
Color information
#F1E4CE (or 0xF1E4CE) is known color: Bleach White. HEX triplet: F1, E4 and CE. RGB value is (241,228,206). Sum of RGB (Red+Green+Blue) = 241+228+206=675 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.70% from 675); Green value is 228 (89.45% from 255 or 33.78% from 675); Blue value is 206 (80.86% from 255 or 30.52% from 675); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E4CE is #0E1B31. Grayscale: #E5E5E5. Windows color (decimal): -924466 or 13559025. OLE color: 13559025.
HSL color Cylindrical-coordinate representation of color #F1E4CE: hue angle of 37.71º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1E4CE is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 228 | 206 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.05 |
| HSL | 37.71º | 0.56% | 0.88% | - |
| HSV(B) | 37.71º | 0.15% | 0.95% | - |
| XYZ | 75.16 | 78.64 | 69.61 | - |
| YUV | 229.38 | 114.81 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 228 | 206 | 0 | 0.05 | 0.15 | 0.05 | 37.71 | 0.56 | 0.88 |
| Hex | F1 | E4 | CE | 0 | 5 | F | 5 | 26 | 38 | 58 |
| Octal | 361 | 344 | 316 | 0 | 5 | 17 | 5 | 46 | 70 | 130 |
| Binary | 11110001 | 11100100 | 11001110 | 0 | 101 | 1111 | 101 | 100110 | 111000 | 1011000 |
Color Harmonies of #F1E4CE
Complementary color
Monochromatic Colors of #F1E4CE
Black with #F1E4CE
Text Example
Text Example
White with #F1E4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E4CE; }
p { color: rgb(241,228,206); }
H1.HeaderClassName
{
color: #F1E4CE;
}
.AnyTagClassName
{
color: #F1E4CE;
}
</style>
background-color css
<style>
a { background-color: #F1E4CE; }
a { background-color: rgb(241,228,206); }
div.DivClassName
{
background-color: #F1E4CE;
}
.BgClassName
{
background-color: #F1E4CE;
}
</style>
border-color css
<style>
span { border-color: #F1E4CE; }
span { border-color: rgb(241,228,206); }
td.TdClassName
{
border-color: #F1E4CE;
}
.TagClassName
{
border-color: #F1E4CE;
}
</style>