Html Css Color HEX #F0E7BA Half Colonial White
📋 copy color: '#F0E7BA'red 240 ◦ green 231 ◦ blue 186
Shades of Half Colonial White #F0E7BA
Tints of Half Colonial White #F0E7BA
RGB
CMYK
RGB Variations
Color information
#F0E7BA (or 0xF0E7BA) is known color: Half Colonial White. HEX triplet: F0, E7 and BA. RGB value is (240,231,186). Sum of RGB (Red+Green+Blue) = 240+231+186=657 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.53% from 657); Green value is 231 (90.62% from 255 or 35.16% from 657); Blue value is 186 (73.05% from 255 or 28.31% from 657); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E7BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E7BA is #0F1845. Grayscale: #E4E4E4. Windows color (decimal): -989254 or 12249072. OLE color: 12249072.
HSL color Cylindrical-coordinate representation of color #F0E7BA: hue angle of 50º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0E7BA is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 231 | 186 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.06 |
| HSL | 50º | 0.64% | 0.84% | - |
| HSV(B) | 50º | 0.23% | 0.94% | - |
| XYZ | 73.37 | 79.22 | 57.88 | - |
| YUV | 228.56 | 103.98 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 231 | 186 | 0 | 0.04 | 0.22 | 0.06 | 50 | 0.64 | 0.84 |
| Hex | F0 | E7 | BA | 0 | 4 | 16 | 6 | 32 | 40 | 54 |
| Octal | 360 | 347 | 272 | 0 | 4 | 26 | 6 | 62 | 100 | 124 |
| Binary | 11110000 | 11100111 | 10111010 | 0 | 100 | 10110 | 110 | 110010 | 1000000 | 1010100 |
Color Harmonies of #F0E7BA
Complementary color
Monochromatic Colors of #F0E7BA
Black with #F0E7BA
Text Example
Text Example
White with #F0E7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E7BA; }
p { color: rgb(240,231,186); }
H1.HeaderClassName
{
color: #F0E7BA;
}
.AnyTagClassName
{
color: #F0E7BA;
}
</style>
background-color css
<style>
a { background-color: #F0E7BA; }
a { background-color: rgb(240,231,186); }
div.DivClassName
{
background-color: #F0E7BA;
}
.BgClassName
{
background-color: #F0E7BA;
}
</style>
border-color css
<style>
span { border-color: #F0E7BA; }
span { border-color: rgb(240,231,186); }
td.TdClassName
{
border-color: #F0E7BA;
}
.TagClassName
{
border-color: #F0E7BA;
}
</style>