Html Css Color HEX #F1E9BA Half Colonial White
📋 copy color: '#F1E9BA'red 241 ◦ green 233 ◦ blue 186
Shades of Half Colonial White #F1E9BA
Tints of Half Colonial White #F1E9BA
RGB
CMYK
RGB Variations
Color information
#F1E9BA (or 0xF1E9BA) is known color: Half Colonial White. HEX triplet: F1, E9 and BA. RGB value is (241,233,186). Sum of RGB (Red+Green+Blue) = 241+233+186=660 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.52% from 660); Green value is 233 (91.41% from 255 or 35.30% from 660); Blue value is 186 (73.05% from 255 or 28.18% from 660); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E9BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E9BA is #0E1645. Grayscale: #E6E6E6. Windows color (decimal): -923206 or 12249585. OLE color: 12249585.
HSL color Cylindrical-coordinate representation of color #F1E9BA: hue angle of 51.27º 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 #F1E9BA is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 233 | 186 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.05 |
| HSL | 51.27º | 0.66% | 0.84% | - |
| HSV(B) | 51.27º | 0.23% | 0.95% | - |
| XYZ | 74.28 | 80.52 | 58.08 | - |
| YUV | 230.03 | 103.15 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 233 | 186 | 0 | 0.03 | 0.23 | 0.05 | 51.27 | 0.66 | 0.84 |
| Hex | F1 | E9 | BA | 0 | 3 | 17 | 5 | 33 | 42 | 54 |
| Octal | 361 | 351 | 272 | 0 | 3 | 27 | 5 | 63 | 102 | 124 |
| Binary | 11110001 | 11101001 | 10111010 | 0 | 11 | 10111 | 101 | 110011 | 1000010 | 1010100 |
Color Harmonies of #F1E9BA
Complementary color
Monochromatic Colors of #F1E9BA
Black with #F1E9BA
Text Example
Text Example
White with #F1E9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E9BA; }
p { color: rgb(241,233,186); }
H1.HeaderClassName
{
color: #F1E9BA;
}
.AnyTagClassName
{
color: #F1E9BA;
}
</style>
background-color css
<style>
a { background-color: #F1E9BA; }
a { background-color: rgb(241,233,186); }
div.DivClassName
{
background-color: #F1E9BA;
}
.BgClassName
{
background-color: #F1E9BA;
}
</style>
border-color css
<style>
span { border-color: #F1E9BA; }
span { border-color: rgb(241,233,186); }
td.TdClassName
{
border-color: #F1E9BA;
}
.TagClassName
{
border-color: #F1E9BA;
}
</style>