Html Css Color HEX #F0E5BB Half Colonial White
📋 copy color: '#F0E5BB'red 240 ◦ green 229 ◦ blue 187
Shades of Half Colonial White #F0E5BB
Tints of Half Colonial White #F0E5BB
RGB
CMYK
RGB Variations
Color information
#F0E5BB (or 0xF0E5BB) is known color: Half Colonial White. HEX triplet: F0, E5 and BB. RGB value is (240,229,187). Sum of RGB (Red+Green+Blue) = 240+229+187=656 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.59% from 656); Green value is 229 (89.84% from 255 or 34.91% from 656); Blue value is 187 (73.44% from 255 or 28.51% from 656); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E5BB is #0F1A44. Grayscale: #E3E3E3. Windows color (decimal): -989765 or 12314096. OLE color: 12314096.
HSL color Cylindrical-coordinate representation of color #F0E5BB: hue angle of 47.55º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0E5BB is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 229 | 187 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.06 |
| HSL | 47.55º | 0.64% | 0.84% | - |
| HSV(B) | 47.55º | 0.22% | 0.94% | - |
| XYZ | 72.92 | 78.15 | 58.25 | - |
| YUV | 227.5 | 105.14 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 229 | 187 | 0 | 0.05 | 0.22 | 0.06 | 47.55 | 0.64 | 0.84 |
| Hex | F0 | E5 | BB | 0 | 5 | 16 | 6 | 30 | 40 | 54 |
| Octal | 360 | 345 | 273 | 0 | 5 | 26 | 6 | 60 | 100 | 124 |
| Binary | 11110000 | 11100101 | 10111011 | 0 | 101 | 10110 | 110 | 110000 | 1000000 | 1010100 |
Color Harmonies of #F0E5BB
Complementary color
Monochromatic Colors of #F0E5BB
Black with #F0E5BB
Text Example
Text Example
White with #F0E5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E5BB; }
p { color: rgb(240,229,187); }
H1.HeaderClassName
{
color: #F0E5BB;
}
.AnyTagClassName
{
color: #F0E5BB;
}
</style>
background-color css
<style>
a { background-color: #F0E5BB; }
a { background-color: rgb(240,229,187); }
div.DivClassName
{
background-color: #F0E5BB;
}
.BgClassName
{
background-color: #F0E5BB;
}
</style>
border-color css
<style>
span { border-color: #F0E5BB; }
span { border-color: rgb(240,229,187); }
td.TdClassName
{
border-color: #F0E5BB;
}
.TagClassName
{
border-color: #F0E5BB;
}
</style>