Html Css Color HEX #F5E8BF Half Colonial White
📋 copy color: '#F5E8BF'red 245 ◦ green 232 ◦ blue 191
Shades of Half Colonial White #F5E8BF
Tints of Half Colonial White #F5E8BF
RGB
CMYK
RGB Variations
Color information
#F5E8BF (or 0xF5E8BF) is known color: Half Colonial White. HEX triplet: F5, E8 and BF. RGB value is (245,232,191). Sum of RGB (Red+Green+Blue) = 245+232+191=668 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.68% from 668); Green value is 232 (91.02% from 255 or 34.73% from 668); Blue value is 191 (75% from 255 or 28.59% from 668); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E8BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5E8BF is #0A1740. Grayscale: #E7E7E7. Windows color (decimal): -661313 or 12577013. OLE color: 12577013.
HSL color Cylindrical-coordinate representation of color #F5E8BF: hue angle of 45.56º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5E8BF is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 232 | 191 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.04 |
| HSL | 45.56º | 0.73% | 0.85% | - |
| HSV(B) | 45.56º | 0.22% | 0.96% | - |
| XYZ | 75.92 | 80.89 | 60.9 | - |
| YUV | 231.21 | 105.31 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 232 | 191 | 0 | 0.05 | 0.22 | 0.04 | 45.56 | 0.73 | 0.85 |
| Hex | F5 | E8 | BF | 0 | 5 | 16 | 4 | 2E | 49 | 55 |
| Octal | 365 | 350 | 277 | 0 | 5 | 26 | 4 | 56 | 111 | 125 |
| Binary | 11110101 | 11101000 | 10111111 | 0 | 101 | 10110 | 100 | 101110 | 1001001 | 1010101 |
Color Harmonies of #F5E8BF
Complementary color
Monochromatic Colors of #F5E8BF
Black with #F5E8BF
Text Example
Text Example
White with #F5E8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E8BF; }
p { color: rgb(245,232,191); }
H1.HeaderClassName
{
color: #F5E8BF;
}
.AnyTagClassName
{
color: #F5E8BF;
}
</style>
background-color css
<style>
a { background-color: #F5E8BF; }
a { background-color: rgb(245,232,191); }
div.DivClassName
{
background-color: #F5E8BF;
}
.BgClassName
{
background-color: #F5E8BF;
}
</style>
border-color css
<style>
span { border-color: #F5E8BF; }
span { border-color: rgb(245,232,191); }
td.TdClassName
{
border-color: #F5E8BF;
}
.TagClassName
{
border-color: #F5E8BF;
}
</style>