Shades of Half And Half #F1ECCC
Tints of Half And Half #F1ECCC
RGB
CMYK
RGB Variations
Color information
#F1ECCC (or 0xF1ECCC) is known color: Half And Half. HEX triplet: F1, EC and CC. RGB value is (241,236,204). Sum of RGB (Red+Green+Blue) = 241+236+204=681 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.39% from 681); Green value is 236 (92.58% from 255 or 34.65% from 681); Blue value is 204 (80.08% from 255 or 29.96% from 681); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ECCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1ECCC is #0E1333. Grayscale: #E9E9E9. Windows color (decimal): -922420 or 13430001. OLE color: 13430001.
HSL color Cylindrical-coordinate representation of color #F1ECCC: hue angle of 51.89º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1ECCC is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 236 | 204 | - |
CMYK | 0 | 0.02 | 0.15 | 0.05 |
HSL | 51.89º | 0.57% | 0.87% | - |
HSV(B) | 51.89º | 0.15% | 0.95% | - |
XYZ | 77.17 | 83.05 | 69.09 | - |
YUV | 233.85 | 111.16 | 133.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 236 | 204 | 0 | 0.02 | 0.15 | 0.05 | 51.89 | 0.57 | 0.87 |
Hex | F1 | EC | CC | 0 | 2 | F | 5 | 34 | 39 | 57 |
Octal | 361 | 354 | 314 | 0 | 2 | 17 | 5 | 64 | 71 | 127 |
Binary | 11110001 | 11101100 | 11001100 | 0 | 10 | 1111 | 101 | 110100 | 111001 | 1010111 |
Color Harmonies of #F1ECCC
Complementary color
Monochromatic Colors of #F1ECCC
Black with #F1ECCC
Text Example
Text Example
White with #F1ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ECCC; }
p { color: rgb(241,236,204); }
H1.HeaderClassName
{
color: #F1ECCC;
}
.AnyTagClassName
{
color: #F1ECCC;
}
</style>
background-color css
<style>
a { background-color: #F1ECCC; }
a { background-color: rgb(241,236,204); }
div.DivClassName
{
background-color: #F1ECCC;
}
.BgClassName
{
background-color: #F1ECCC;
}
</style>
border-color css
<style>
span { border-color: #F1ECCC; }
span { border-color: rgb(241,236,204); }
td.TdClassName
{
border-color: #F1ECCC;
}
.TagClassName
{
border-color: #F1ECCC;
}
</style>