Html Css Color HEX #F1EAB9 Half Colonial White
📋 copy color: '#F1EAB9'red 241 ◦ green 234 ◦ blue 185
Shades of Half Colonial White #F1EAB9
Tints of Half Colonial White #F1EAB9
RGB
CMYK
RGB Variations
Color information
#F1EAB9 (or 0xF1EAB9) is known color: Half Colonial White. HEX triplet: F1, EA and B9. RGB value is (241,234,185). Sum of RGB (Red+Green+Blue) = 241+234+185=660 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.52% from 660); Green value is 234 (91.80% from 255 or 35.45% from 660); Blue value is 185 (72.66% from 255 or 28.03% from 660); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EAB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EAB9 is #0E1546. Grayscale: #E6E6E6. Windows color (decimal): -922951 or 12184305. OLE color: 12184305.
HSL color Cylindrical-coordinate representation of color #F1EAB9: hue angle of 52.5º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F1EAB9 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 234 | 185 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.05 |
| HSL | 52.5º | 0.67% | 0.84% | - |
| HSV(B) | 52.5º | 0.23% | 0.95% | - |
| XYZ | 74.46 | 81.05 | 57.62 | - |
| YUV | 230.51 | 102.32 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 234 | 185 | 0 | 0.03 | 0.23 | 0.05 | 52.5 | 0.67 | 0.84 |
| Hex | F1 | EA | B9 | 0 | 3 | 17 | 5 | 34 | 43 | 54 |
| Octal | 361 | 352 | 271 | 0 | 3 | 27 | 5 | 64 | 103 | 124 |
| Binary | 11110001 | 11101010 | 10111001 | 0 | 11 | 10111 | 101 | 110100 | 1000011 | 1010100 |
Color Harmonies of #F1EAB9
Complementary color
Monochromatic Colors of #F1EAB9
Black with #F1EAB9
Text Example
Text Example
White with #F1EAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EAB9; }
p { color: rgb(241,234,185); }
H1.HeaderClassName
{
color: #F1EAB9;
}
.AnyTagClassName
{
color: #F1EAB9;
}
</style>
background-color css
<style>
a { background-color: #F1EAB9; }
a { background-color: rgb(241,234,185); }
div.DivClassName
{
background-color: #F1EAB9;
}
.BgClassName
{
background-color: #F1EAB9;
}
</style>
border-color css
<style>
span { border-color: #F1EAB9; }
span { border-color: rgb(241,234,185); }
td.TdClassName
{
border-color: #F1EAB9;
}
.TagClassName
{
border-color: #F1EAB9;
}
</style>