Shades of Half And Half #F0EABC
Tints of Half And Half #F0EABC
RGB
CMYK
RGB Variations
Color information
#F0EABC (or 0xF0EABC) is known color: Half And Half. HEX triplet: F0, EA and BC. RGB value is (240,234,188). Sum of RGB (Red+Green+Blue) = 240+234+188=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 234 (91.80% from 255 or 35.35% from 662); Blue value is 188 (73.83% from 255 or 28.40% from 662); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EABC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EABC is #0F1543. Grayscale: #E6E6E6. Windows color (decimal): -988484 or 12380912. OLE color: 12380912.
HSL color Cylindrical-coordinate representation of color #F0EABC: hue angle of 53.08º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0EABC is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 234 | 188 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.06 |
| HSL | 53.08º | 0.63% | 0.84% | - |
| HSV(B) | 53.08º | 0.22% | 0.94% | - |
| XYZ | 74.44 | 81 | 59.29 | - |
| YUV | 230.55 | 103.99 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 234 | 188 | 0 | 0.02 | 0.22 | 0.06 | 53.08 | 0.63 | 0.84 |
| Hex | F0 | EA | BC | 0 | 2 | 16 | 6 | 35 | 3F | 54 |
| Octal | 360 | 352 | 274 | 0 | 2 | 26 | 6 | 65 | 77 | 124 |
| Binary | 11110000 | 11101010 | 10111100 | 0 | 10 | 10110 | 110 | 110101 | 111111 | 1010100 |
Color Harmonies of #F0EABC
Complementary color
Monochromatic Colors of #F0EABC
Black with #F0EABC
Text Example
Text Example
White with #F0EABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EABC; }
p { color: rgb(240,234,188); }
H1.HeaderClassName
{
color: #F0EABC;
}
.AnyTagClassName
{
color: #F0EABC;
}
</style>
background-color css
<style>
a { background-color: #F0EABC; }
a { background-color: rgb(240,234,188); }
div.DivClassName
{
background-color: #F0EABC;
}
.BgClassName
{
background-color: #F0EABC;
}
</style>
border-color css
<style>
span { border-color: #F0EABC; }
span { border-color: rgb(240,234,188); }
td.TdClassName
{
border-color: #F0EABC;
}
.TagClassName
{
border-color: #F0EABC;
}
</style>