Shades of Half And Half #F2ECC5
Tints of Half And Half #F2ECC5
RGB
CMYK
RGB Variations
Color information
#F2ECC5 (or 0xF2ECC5) is known color: Half And Half. HEX triplet: F2, EC and C5. RGB value is (242,236,197). Sum of RGB (Red+Green+Blue) = 242+236+197=675 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.85% from 675); Green value is 236 (92.58% from 255 or 34.96% from 675); Blue value is 197 (77.34% from 255 or 29.19% from 675); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ECC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2ECC5 is #0D133A. Grayscale: #E9E9E9. Windows color (decimal): -856891 or 12971250. OLE color: 12971250.
HSL color Cylindrical-coordinate representation of color #F2ECC5: hue angle of 52º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F2ECC5 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 197 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.05 |
| HSL | 52º | 0.63% | 0.86% | - |
| HSV(B) | 52º | 0.19% | 0.95% | - |
| XYZ | 76.69 | 82.9 | 64.78 | - |
| YUV | 233.35 | 107.49 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 197 | 0 | 0.02 | 0.19 | 0.05 | 52 | 0.63 | 0.86 |
| Hex | F2 | EC | C5 | 0 | 2 | 13 | 5 | 34 | 3F | 56 |
| Octal | 362 | 354 | 305 | 0 | 2 | 23 | 5 | 64 | 77 | 126 |
| Binary | 11110010 | 11101100 | 11000101 | 0 | 10 | 10011 | 101 | 110100 | 111111 | 1010110 |
Color Harmonies of #F2ECC5
Complementary color
Monochromatic Colors of #F2ECC5
Black with #F2ECC5
Text Example
Text Example
White with #F2ECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ECC5; }
p { color: rgb(242,236,197); }
H1.HeaderClassName
{
color: #F2ECC5;
}
.AnyTagClassName
{
color: #F2ECC5;
}
</style>
background-color css
<style>
a { background-color: #F2ECC5; }
a { background-color: rgb(242,236,197); }
div.DivClassName
{
background-color: #F2ECC5;
}
.BgClassName
{
background-color: #F2ECC5;
}
</style>
border-color css
<style>
span { border-color: #F2ECC5; }
span { border-color: rgb(242,236,197); }
td.TdClassName
{
border-color: #F2ECC5;
}
.TagClassName
{
border-color: #F2ECC5;
}
</style>