Html Css Color HEX #F0E8BD Half Colonial White
📋 copy color: '#F0E8BD'red 240 ◦ green 232 ◦ blue 189
Shades of Half Colonial White #F0E8BD
Tints of Half Colonial White #F0E8BD
RGB
CMYK
RGB Variations
Color information
#F0E8BD (or 0xF0E8BD) is known color: Half Colonial White. HEX triplet: F0, E8 and BD. RGB value is (240,232,189). Sum of RGB (Red+Green+Blue) = 240+232+189=661 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.31% from 661); Green value is 232 (91.02% from 255 or 35.10% from 661); Blue value is 189 (74.22% from 255 or 28.59% from 661); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E8BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E8BD is #0F1742. Grayscale: #E5E5E5. Windows color (decimal): -988995 or 12445936. OLE color: 12445936.
HSL color Cylindrical-coordinate representation of color #F0E8BD: hue angle of 50.59º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0E8BD is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 232 | 189 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.06 |
| HSL | 50.59º | 0.63% | 0.84% | - |
| HSV(B) | 50.59º | 0.21% | 0.94% | - |
| XYZ | 73.98 | 79.91 | 59.67 | - |
| YUV | 229.49 | 105.15 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 232 | 189 | 0 | 0.03 | 0.21 | 0.06 | 50.59 | 0.63 | 0.84 |
| Hex | F0 | E8 | BD | 0 | 3 | 15 | 6 | 33 | 3F | 54 |
| Octal | 360 | 350 | 275 | 0 | 3 | 25 | 6 | 63 | 77 | 124 |
| Binary | 11110000 | 11101000 | 10111101 | 0 | 11 | 10101 | 110 | 110011 | 111111 | 1010100 |
Color Harmonies of #F0E8BD
Complementary color
Monochromatic Colors of #F0E8BD
Black with #F0E8BD
Text Example
Text Example
White with #F0E8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E8BD; }
p { color: rgb(240,232,189); }
H1.HeaderClassName
{
color: #F0E8BD;
}
.AnyTagClassName
{
color: #F0E8BD;
}
</style>
background-color css
<style>
a { background-color: #F0E8BD; }
a { background-color: rgb(240,232,189); }
div.DivClassName
{
background-color: #F0E8BD;
}
.BgClassName
{
background-color: #F0E8BD;
}
</style>
border-color css
<style>
span { border-color: #F0E8BD; }
span { border-color: rgb(240,232,189); }
td.TdClassName
{
border-color: #F0E8BD;
}
.TagClassName
{
border-color: #F0E8BD;
}
</style>