Shades of Half And Half #F1EABF
Tints of Half And Half #F1EABF
RGB
CMYK
RGB Variations
Color information
#F1EABF (or 0xF1EABF) is known color: Half And Half. HEX triplet: F1, EA and BF. RGB value is (241,234,191). Sum of RGB (Red+Green+Blue) = 241+234+191=666 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.19% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 191 (75% from 255 or 28.68% from 666); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EABF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EABF is #0E1540. Grayscale: #E7E7E7. Windows color (decimal): -922945 or 12577521. OLE color: 12577521.
HSL color Cylindrical-coordinate representation of color #F1EABF: hue angle of 51.6º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1EABF is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 234 | 191 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.05 |
| HSL | 51.6º | 0.64% | 0.85% | - |
| HSV(B) | 51.6º | 0.21% | 0.95% | - |
| XYZ | 75.1 | 81.31 | 61.03 | - |
| YUV | 231.19 | 105.32 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 234 | 191 | 0 | 0.03 | 0.21 | 0.05 | 51.6 | 0.64 | 0.85 |
| Hex | F1 | EA | BF | 0 | 3 | 15 | 5 | 34 | 40 | 55 |
| Octal | 361 | 352 | 277 | 0 | 3 | 25 | 5 | 64 | 100 | 125 |
| Binary | 11110001 | 11101010 | 10111111 | 0 | 11 | 10101 | 101 | 110100 | 1000000 | 1010101 |
Color Harmonies of #F1EABF
Complementary color
Monochromatic Colors of #F1EABF
Black with #F1EABF
Text Example
Text Example
White with #F1EABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EABF; }
p { color: rgb(241,234,191); }
H1.HeaderClassName
{
color: #F1EABF;
}
.AnyTagClassName
{
color: #F1EABF;
}
</style>
background-color css
<style>
a { background-color: #F1EABF; }
a { background-color: rgb(241,234,191); }
div.DivClassName
{
background-color: #F1EABF;
}
.BgClassName
{
background-color: #F1EABF;
}
</style>
border-color css
<style>
span { border-color: #F1EABF; }
span { border-color: rgb(241,234,191); }
td.TdClassName
{
border-color: #F1EABF;
}
.TagClassName
{
border-color: #F1EABF;
}
</style>