Html Css Color HEX #F1E8BA Half Colonial White
📋 copy color: '#F1E8BA'red 241 ◦ green 232 ◦ blue 186
Shades of Half Colonial White #F1E8BA
Tints of Half Colonial White #F1E8BA
RGB
CMYK
RGB Variations
Color information
#F1E8BA (or 0xF1E8BA) is known color: Half Colonial White. HEX triplet: F1, E8 and BA. RGB value is (241,232,186). Sum of RGB (Red+Green+Blue) = 241+232+186=659 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.57% from 659); Green value is 232 (91.02% from 255 or 35.20% from 659); Blue value is 186 (73.05% from 255 or 28.22% from 659); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E8BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E8BA is #0E1745. Grayscale: #E5E5E5. Windows color (decimal): -923462 or 12249329. OLE color: 12249329.
HSL color Cylindrical-coordinate representation of color #F1E8BA: hue angle of 50.18º degrees, saturation: 0.66, 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 #F1E8BA is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 232 | 186 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.05 |
| HSL | 50.18º | 0.66% | 0.84% | - |
| HSV(B) | 50.18º | 0.23% | 0.95% | - |
| XYZ | 74 | 79.96 | 57.99 | - |
| YUV | 229.45 | 103.48 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 232 | 186 | 0 | 0.04 | 0.23 | 0.05 | 50.18 | 0.66 | 0.84 |
| Hex | F1 | E8 | BA | 0 | 4 | 17 | 5 | 32 | 42 | 54 |
| Octal | 361 | 350 | 272 | 0 | 4 | 27 | 5 | 62 | 102 | 124 |
| Binary | 11110001 | 11101000 | 10111010 | 0 | 100 | 10111 | 101 | 110010 | 1000010 | 1010100 |
Color Harmonies of #F1E8BA
Complementary color
Monochromatic Colors of #F1E8BA
Black with #F1E8BA
Text Example
Text Example
White with #F1E8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E8BA; }
p { color: rgb(241,232,186); }
H1.HeaderClassName
{
color: #F1E8BA;
}
.AnyTagClassName
{
color: #F1E8BA;
}
</style>
background-color css
<style>
a { background-color: #F1E8BA; }
a { background-color: rgb(241,232,186); }
div.DivClassName
{
background-color: #F1E8BA;
}
.BgClassName
{
background-color: #F1E8BA;
}
</style>
border-color css
<style>
span { border-color: #F1E8BA; }
span { border-color: rgb(241,232,186); }
td.TdClassName
{
border-color: #F1E8BA;
}
.TagClassName
{
border-color: #F1E8BA;
}
</style>