Html Css Color HEX #F0E8BF Half Colonial White
📋 copy color: '#F0E8BF'red 240 ◦ green 232 ◦ blue 191
Shades of Half Colonial White #F0E8BF
Tints of Half Colonial White #F0E8BF
RGB
CMYK
RGB Variations
Color information
#F0E8BF (or 0xF0E8BF) is known color: Half Colonial White. HEX triplet: F0, E8 and BF. RGB value is (240,232,191). Sum of RGB (Red+Green+Blue) = 240+232+191=663 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.20% from 663); Green value is 232 (91.02% from 255 or 34.99% from 663); Blue value is 191 (75% from 255 or 28.81% from 663); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E8BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E8BF is #0F1740. Grayscale: #E5E5E5. Windows color (decimal): -988993 or 12577008. OLE color: 12577008.
HSL color Cylindrical-coordinate representation of color #F0E8BF: hue angle of 50.2º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0E8BF is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 232 | 191 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.06 |
| HSL | 50.2º | 0.62% | 0.85% | - |
| HSV(B) | 50.2º | 0.2% | 0.94% | - |
| XYZ | 74.2 | 80 | 60.82 | - |
| YUV | 229.72 | 106.15 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 232 | 191 | 0 | 0.03 | 0.20 | 0.06 | 50.2 | 0.62 | 0.85 |
| Hex | F0 | E8 | BF | 0 | 3 | 14 | 6 | 32 | 3E | 55 |
| Octal | 360 | 350 | 277 | 0 | 3 | 24 | 6 | 62 | 76 | 125 |
| Binary | 11110000 | 11101000 | 10111111 | 0 | 11 | 10100 | 110 | 110010 | 111110 | 1010101 |
Color Harmonies of #F0E8BF
Complementary color
Monochromatic Colors of #F0E8BF
Black with #F0E8BF
Text Example
Text Example
White with #F0E8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E8BF; }
p { color: rgb(240,232,191); }
H1.HeaderClassName
{
color: #F0E8BF;
}
.AnyTagClassName
{
color: #F0E8BF;
}
</style>
background-color css
<style>
a { background-color: #F0E8BF; }
a { background-color: rgb(240,232,191); }
div.DivClassName
{
background-color: #F0E8BF;
}
.BgClassName
{
background-color: #F0E8BF;
}
</style>
border-color css
<style>
span { border-color: #F0E8BF; }
span { border-color: rgb(240,232,191); }
td.TdClassName
{
border-color: #F0E8BF;
}
.TagClassName
{
border-color: #F0E8BF;
}
</style>