Shades of Half And Half #F0EBC4
Tints of Half And Half #F0EBC4
RGB
CMYK
RGB Variations
Color information
#F0EBC4 (or 0xF0EBC4) is known color: Half And Half. HEX triplet: F0, EB and C4. RGB value is (240,235,196). Sum of RGB (Red+Green+Blue) = 240+235+196=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 196 (76.95% from 255 or 29.21% from 671); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EBC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EBC4 is #0F143B. Grayscale: #E8E8E8. Windows color (decimal): -988220 or 12905456. OLE color: 12905456.
HSL color Cylindrical-coordinate representation of color #F0EBC4: hue angle of 53.18º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F0EBC4 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 235 | 196 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.06 |
| HSL | 53.18º | 0.59% | 0.85% | - |
| HSV(B) | 53.18º | 0.18% | 0.94% | - |
| XYZ | 75.61 | 81.93 | 64.05 | - |
| YUV | 232.05 | 107.66 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 235 | 196 | 0 | 0.02 | 0.18 | 0.06 | 53.18 | 0.59 | 0.85 |
| Hex | F0 | EB | C4 | 0 | 2 | 12 | 6 | 35 | 3B | 55 |
| Octal | 360 | 353 | 304 | 0 | 2 | 22 | 6 | 65 | 73 | 125 |
| Binary | 11110000 | 11101011 | 11000100 | 0 | 10 | 10010 | 110 | 110101 | 111011 | 1010101 |
Color Harmonies of #F0EBC4
Complementary color
Monochromatic Colors of #F0EBC4
Black with #F0EBC4
Text Example
Text Example
White with #F0EBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EBC4; }
p { color: rgb(240,235,196); }
H1.HeaderClassName
{
color: #F0EBC4;
}
.AnyTagClassName
{
color: #F0EBC4;
}
</style>
background-color css
<style>
a { background-color: #F0EBC4; }
a { background-color: rgb(240,235,196); }
div.DivClassName
{
background-color: #F0EBC4;
}
.BgClassName
{
background-color: #F0EBC4;
}
</style>
border-color css
<style>
span { border-color: #F0EBC4; }
span { border-color: rgb(240,235,196); }
td.TdClassName
{
border-color: #F0EBC4;
}
.TagClassName
{
border-color: #F0EBC4;
}
</style>