Html Css Color HEX #F5E9BA Half Colonial White
📋 copy color: '#F5E9BA'red 245 ◦ green 233 ◦ blue 186
Shades of Half Colonial White #F5E9BA
Tints of Half Colonial White #F5E9BA
RGB
CMYK
RGB Variations
Color information
#F5E9BA (or 0xF5E9BA) is known color: Half Colonial White. HEX triplet: F5, E9 and BA. RGB value is (245,233,186). Sum of RGB (Red+Green+Blue) = 245+233+186=664 (87% of max value = 765). Red value is 245 (96.09% from 255 or 36.90% from 664); Green value is 233 (91.41% from 255 or 35.09% from 664); Blue value is 186 (73.05% from 255 or 28.01% from 664); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E9BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5E9BA is #0A1645. Grayscale: #E7E7E7. Windows color (decimal): -661062 or 12249589. OLE color: 12249589.
HSL color Cylindrical-coordinate representation of color #F5E9BA: hue angle of 47.8º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5E9BA is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 233 | 186 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.04 |
| HSL | 47.8º | 0.75% | 0.85% | - |
| HSV(B) | 47.8º | 0.24% | 0.96% | - |
| XYZ | 75.66 | 81.24 | 58.15 | - |
| YUV | 231.23 | 102.48 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 233 | 186 | 0 | 0.05 | 0.24 | 0.04 | 47.8 | 0.75 | 0.85 |
| Hex | F5 | E9 | BA | 0 | 5 | 18 | 4 | 30 | 4B | 55 |
| Octal | 365 | 351 | 272 | 0 | 5 | 30 | 4 | 60 | 113 | 125 |
| Binary | 11110101 | 11101001 | 10111010 | 0 | 101 | 11000 | 100 | 110000 | 1001011 | 1010101 |
Color Harmonies of #F5E9BA
Complementary color
Monochromatic Colors of #F5E9BA
Black with #F5E9BA
Text Example
Text Example
White with #F5E9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E9BA; }
p { color: rgb(245,233,186); }
H1.HeaderClassName
{
color: #F5E9BA;
}
.AnyTagClassName
{
color: #F5E9BA;
}
</style>
background-color css
<style>
a { background-color: #F5E9BA; }
a { background-color: rgb(245,233,186); }
div.DivClassName
{
background-color: #F5E9BA;
}
.BgClassName
{
background-color: #F5E9BA;
}
</style>
border-color css
<style>
span { border-color: #F5E9BA; }
span { border-color: rgb(245,233,186); }
td.TdClassName
{
border-color: #F5E9BA;
}
.TagClassName
{
border-color: #F5E9BA;
}
</style>