Shades of Half And Half #F1EBC8
Tints of Half And Half #F1EBC8
RGB
CMYK
RGB Variations
Color information
#F1EBC8 (or 0xF1EBC8) is known color: Half And Half. HEX triplet: F1, EB and C8. RGB value is (241,235,200). Sum of RGB (Red+Green+Blue) = 241+235+200=676 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.65% from 676); Green value is 235 (92.19% from 255 or 34.76% from 676); Blue value is 200 (78.52% from 255 or 29.59% from 676); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EBC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EBC8 is #0E1437. Grayscale: #E8E8E8. Windows color (decimal): -922680 or 13167601. OLE color: 13167601.
HSL color Cylindrical-coordinate representation of color #F1EBC8: hue angle of 51.22º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F1EBC8 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 235 | 200 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.05 |
| HSL | 51.22º | 0.59% | 0.86% | - |
| HSV(B) | 51.22º | 0.17% | 0.95% | - |
| XYZ | 76.41 | 82.29 | 66.5 | - |
| YUV | 232.8 | 109.49 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 235 | 200 | 0 | 0.02 | 0.17 | 0.05 | 51.22 | 0.59 | 0.86 |
| Hex | F1 | EB | C8 | 0 | 2 | 11 | 5 | 33 | 3B | 56 |
| Octal | 361 | 353 | 310 | 0 | 2 | 21 | 5 | 63 | 73 | 126 |
| Binary | 11110001 | 11101011 | 11001000 | 0 | 10 | 10001 | 101 | 110011 | 111011 | 1010110 |
Color Harmonies of #F1EBC8
Complementary color
Monochromatic Colors of #F1EBC8
Black with #F1EBC8
Text Example
Text Example
White with #F1EBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EBC8; }
p { color: rgb(241,235,200); }
H1.HeaderClassName
{
color: #F1EBC8;
}
.AnyTagClassName
{
color: #F1EBC8;
}
</style>
background-color css
<style>
a { background-color: #F1EBC8; }
a { background-color: rgb(241,235,200); }
div.DivClassName
{
background-color: #F1EBC8;
}
.BgClassName
{
background-color: #F1EBC8;
}
</style>
border-color css
<style>
span { border-color: #F1EBC8; }
span { border-color: rgb(241,235,200); }
td.TdClassName
{
border-color: #F1EBC8;
}
.TagClassName
{
border-color: #F1EBC8;
}
</style>