Html Css Color HEX #F0E9B9 Half Colonial White
📋 copy color: '#F0E9B9'red 240 ◦ green 233 ◦ blue 185
Shades of Half Colonial White #F0E9B9
Tints of Half Colonial White #F0E9B9
RGB
CMYK
RGB Variations
Color information
#F0E9B9 (or 0xF0E9B9) is known color: Half Colonial White. HEX triplet: F0, E9 and B9. RGB value is (240,233,185). Sum of RGB (Red+Green+Blue) = 240+233+185=658 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.47% from 658); Green value is 233 (91.41% from 255 or 35.41% from 658); Blue value is 185 (72.66% from 255 or 28.12% from 658); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E9B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E9B9 is #0F1646. Grayscale: #E5E5E5. Windows color (decimal): -988743 or 12184048. OLE color: 12184048.
HSL color Cylindrical-coordinate representation of color #F0E9B9: hue angle of 52.36º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0E9B9 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 233 | 185 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.06 |
| HSL | 52.36º | 0.65% | 0.83% | - |
| HSV(B) | 52.36º | 0.23% | 0.94% | - |
| XYZ | 73.83 | 80.31 | 57.51 | - |
| YUV | 229.62 | 102.82 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 233 | 185 | 0 | 0.03 | 0.23 | 0.06 | 52.36 | 0.65 | 0.83 |
| Hex | F0 | E9 | B9 | 0 | 3 | 17 | 6 | 34 | 41 | 53 |
| Octal | 360 | 351 | 271 | 0 | 3 | 27 | 6 | 64 | 101 | 123 |
| Binary | 11110000 | 11101001 | 10111001 | 0 | 11 | 10111 | 110 | 110100 | 1000001 | 1010011 |
Color Harmonies of #F0E9B9
Complementary color
Monochromatic Colors of #F0E9B9
Black with #F0E9B9
Text Example
Text Example
White with #F0E9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E9B9; }
p { color: rgb(240,233,185); }
H1.HeaderClassName
{
color: #F0E9B9;
}
.AnyTagClassName
{
color: #F0E9B9;
}
</style>
background-color css
<style>
a { background-color: #F0E9B9; }
a { background-color: rgb(240,233,185); }
div.DivClassName
{
background-color: #F0E9B9;
}
.BgClassName
{
background-color: #F0E9B9;
}
</style>
border-color css
<style>
span { border-color: #F0E9B9; }
span { border-color: rgb(240,233,185); }
td.TdClassName
{
border-color: #F0E9B9;
}
.TagClassName
{
border-color: #F0E9B9;
}
</style>