Shades of Half And Half #F2ECC4
Tints of Half And Half #F2ECC4
RGB
CMYK
RGB Variations
Color information
#F2ECC4 (or 0xF2ECC4) is known color: Half And Half. HEX triplet: F2, EC and C4. RGB value is (242,236,196). Sum of RGB (Red+Green+Blue) = 242+236+196=674 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.91% from 674); Green value is 236 (92.58% from 255 or 35.01% from 674); Blue value is 196 (76.95% from 255 or 29.08% from 674); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ECC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2ECC4 is #0D133B. Grayscale: #E9E9E9. Windows color (decimal): -856892 or 12905714. OLE color: 12905714.
HSL color Cylindrical-coordinate representation of color #F2ECC4: hue angle of 52.17º degrees, saturation: 0.64, 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 #F2ECC4 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 196 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.05 |
| HSL | 52.17º | 0.64% | 0.86% | - |
| HSV(B) | 52.17º | 0.19% | 0.95% | - |
| XYZ | 76.58 | 82.85 | 64.18 | - |
| YUV | 233.23 | 106.99 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 196 | 0 | 0.02 | 0.19 | 0.05 | 52.17 | 0.64 | 0.86 |
| Hex | F2 | EC | C4 | 0 | 2 | 13 | 5 | 34 | 40 | 56 |
| Octal | 362 | 354 | 304 | 0 | 2 | 23 | 5 | 64 | 100 | 126 |
| Binary | 11110010 | 11101100 | 11000100 | 0 | 10 | 10011 | 101 | 110100 | 1000000 | 1010110 |
Color Harmonies of #F2ECC4
Complementary color
Monochromatic Colors of #F2ECC4
Black with #F2ECC4
Text Example
Text Example
White with #F2ECC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ECC4; }
p { color: rgb(242,236,196); }
H1.HeaderClassName
{
color: #F2ECC4;
}
.AnyTagClassName
{
color: #F2ECC4;
}
</style>
background-color css
<style>
a { background-color: #F2ECC4; }
a { background-color: rgb(242,236,196); }
div.DivClassName
{
background-color: #F2ECC4;
}
.BgClassName
{
background-color: #F2ECC4;
}
</style>
border-color css
<style>
span { border-color: #F2ECC4; }
span { border-color: rgb(242,236,196); }
td.TdClassName
{
border-color: #F2ECC4;
}
.TagClassName
{
border-color: #F2ECC4;
}
</style>