Shades of Half And Half #F0ECCC
Tints of Half And Half #F0ECCC
RGB
CMYK
RGB Variations
Color information
#F0ECCC (or 0xF0ECCC) is known color: Half And Half. HEX triplet: F0, EC and CC. RGB value is (240,236,204). Sum of RGB (Red+Green+Blue) = 240+236+204=680 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.29% from 680); Green value is 236 (92.58% from 255 or 34.71% from 680); Blue value is 204 (80.08% from 255 or 30% from 680); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ECCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0ECCC is #0F1333. Grayscale: #E9E9E9. Windows color (decimal): -987956 or 13430000. OLE color: 13430000.
HSL color Cylindrical-coordinate representation of color #F0ECCC: hue angle of 53.33º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0ECCC is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 236 | 204 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.06 |
| HSL | 53.33º | 0.55% | 0.87% | - |
| HSV(B) | 53.33º | 0.15% | 0.94% | - |
| XYZ | 76.83 | 82.88 | 69.07 | - |
| YUV | 233.55 | 111.33 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 236 | 204 | 0 | 0.02 | 0.15 | 0.06 | 53.33 | 0.55 | 0.87 |
| Hex | F0 | EC | CC | 0 | 2 | F | 6 | 35 | 37 | 57 |
| Octal | 360 | 354 | 314 | 0 | 2 | 17 | 6 | 65 | 67 | 127 |
| Binary | 11110000 | 11101100 | 11001100 | 0 | 10 | 1111 | 110 | 110101 | 110111 | 1010111 |
Color Harmonies of #F0ECCC
Complementary color
Monochromatic Colors of #F0ECCC
Black with #F0ECCC
Text Example
Text Example
White with #F0ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ECCC; }
p { color: rgb(240,236,204); }
H1.HeaderClassName
{
color: #F0ECCC;
}
.AnyTagClassName
{
color: #F0ECCC;
}
</style>
background-color css
<style>
a { background-color: #F0ECCC; }
a { background-color: rgb(240,236,204); }
div.DivClassName
{
background-color: #F0ECCC;
}
.BgClassName
{
background-color: #F0ECCC;
}
</style>
border-color css
<style>
span { border-color: #F0ECCC; }
span { border-color: rgb(240,236,204); }
td.TdClassName
{
border-color: #F0ECCC;
}
.TagClassName
{
border-color: #F0ECCC;
}
</style>