Html Css Color HEX #F0E9BD Half Colonial White
📋 copy color: '#F0E9BD'red 240 ◦ green 233 ◦ blue 189
Shades of Half Colonial White #F0E9BD
Tints of Half Colonial White #F0E9BD
RGB
CMYK
RGB Variations
Color information
#F0E9BD (or 0xF0E9BD) is known color: Half Colonial White. HEX triplet: F0, E9 and BD. RGB value is (240,233,189). Sum of RGB (Red+Green+Blue) = 240+233+189=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 233 (91.41% from 255 or 35.20% from 662); Blue value is 189 (74.22% from 255 or 28.55% from 662); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E9BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E9BD is #0F1642. Grayscale: #E6E6E6. Windows color (decimal): -988739 or 12446192. OLE color: 12446192.
HSL color Cylindrical-coordinate representation of color #F0E9BD: hue angle of 51.76º 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 #F0E9BD is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 233 | 189 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.06 |
| HSL | 51.76º | 0.63% | 0.84% | - |
| HSV(B) | 51.76º | 0.21% | 0.94% | - |
| XYZ | 74.26 | 80.48 | 59.76 | - |
| YUV | 230.08 | 104.82 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 233 | 189 | 0 | 0.03 | 0.21 | 0.06 | 51.76 | 0.63 | 0.84 |
| Hex | F0 | E9 | BD | 0 | 3 | 15 | 6 | 34 | 3F | 54 |
| Octal | 360 | 351 | 275 | 0 | 3 | 25 | 6 | 64 | 77 | 124 |
| Binary | 11110000 | 11101001 | 10111101 | 0 | 11 | 10101 | 110 | 110100 | 111111 | 1010100 |
Color Harmonies of #F0E9BD
Complementary color
Monochromatic Colors of #F0E9BD
Black with #F0E9BD
Text Example
Text Example
White with #F0E9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E9BD; }
p { color: rgb(240,233,189); }
H1.HeaderClassName
{
color: #F0E9BD;
}
.AnyTagClassName
{
color: #F0E9BD;
}
</style>
background-color css
<style>
a { background-color: #F0E9BD; }
a { background-color: rgb(240,233,189); }
div.DivClassName
{
background-color: #F0E9BD;
}
.BgClassName
{
background-color: #F0E9BD;
}
</style>
border-color css
<style>
span { border-color: #F0E9BD; }
span { border-color: rgb(240,233,189); }
td.TdClassName
{
border-color: #F0E9BD;
}
.TagClassName
{
border-color: #F0E9BD;
}
</style>