Shades of Half And Half #F1ECC8
Tints of Half And Half #F1ECC8
RGB
CMYK
RGB Variations
Color information
#F1ECC8 (or 0xF1ECC8) is known color: Half And Half. HEX triplet: F1, EC and C8. RGB value is (241,236,200). Sum of RGB (Red+Green+Blue) = 241+236+200=677 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.60% from 677); Green value is 236 (92.58% from 255 or 34.86% from 677); Blue value is 200 (78.52% from 255 or 29.54% from 677); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ECC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1ECC8 is #0E1337. Grayscale: #E9E9E9. Windows color (decimal): -922424 or 13167857. OLE color: 13167857.
HSL color Cylindrical-coordinate representation of color #F1ECC8: hue angle of 52.68º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F1ECC8 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 236 | 200 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.05 |
| HSL | 52.68º | 0.59% | 0.86% | - |
| HSV(B) | 52.68º | 0.17% | 0.95% | - |
| XYZ | 76.7 | 82.86 | 66.6 | - |
| YUV | 233.39 | 109.16 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 236 | 200 | 0 | 0.02 | 0.17 | 0.05 | 52.68 | 0.59 | 0.86 |
| Hex | F1 | EC | C8 | 0 | 2 | 11 | 5 | 35 | 3B | 56 |
| Octal | 361 | 354 | 310 | 0 | 2 | 21 | 5 | 65 | 73 | 126 |
| Binary | 11110001 | 11101100 | 11001000 | 0 | 10 | 10001 | 101 | 110101 | 111011 | 1010110 |
Color Harmonies of #F1ECC8
Complementary color
Monochromatic Colors of #F1ECC8
Black with #F1ECC8
Text Example
Text Example
White with #F1ECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ECC8; }
p { color: rgb(241,236,200); }
H1.HeaderClassName
{
color: #F1ECC8;
}
.AnyTagClassName
{
color: #F1ECC8;
}
</style>
background-color css
<style>
a { background-color: #F1ECC8; }
a { background-color: rgb(241,236,200); }
div.DivClassName
{
background-color: #F1ECC8;
}
.BgClassName
{
background-color: #F1ECC8;
}
</style>
border-color css
<style>
span { border-color: #F1ECC8; }
span { border-color: rgb(241,236,200); }
td.TdClassName
{
border-color: #F1ECC8;
}
.TagClassName
{
border-color: #F1ECC8;
}
</style>