Html Css Color HEX #F0E9BC Half Colonial White
📋 copy color: '#F0E9BC'red 240 ◦ green 233 ◦ blue 188
Shades of Half Colonial White #F0E9BC
Tints of Half Colonial White #F0E9BC
RGB
CMYK
RGB Variations
Color information
#F0E9BC (or 0xF0E9BC) is known color: Half Colonial White. HEX triplet: F0, E9 and BC. RGB value is (240,233,188). Sum of RGB (Red+Green+Blue) = 240+233+188=661 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.31% from 661); Green value is 233 (91.41% from 255 or 35.25% from 661); Blue value is 188 (73.83% from 255 or 28.44% from 661); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E9BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E9BC is #0F1643. Grayscale: #E6E6E6. Windows color (decimal): -988740 or 12380656. OLE color: 12380656.
HSL color Cylindrical-coordinate representation of color #F0E9BC: hue angle of 51.92º degrees, saturation: 0.63, 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 #F0E9BC is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 233 | 188 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.06 |
| HSL | 51.92º | 0.63% | 0.84% | - |
| HSV(B) | 51.92º | 0.22% | 0.94% | - |
| XYZ | 74.15 | 80.43 | 59.19 | - |
| YUV | 229.96 | 104.32 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 233 | 188 | 0 | 0.03 | 0.22 | 0.06 | 51.92 | 0.63 | 0.84 |
| Hex | F0 | E9 | BC | 0 | 3 | 16 | 6 | 34 | 3F | 54 |
| Octal | 360 | 351 | 274 | 0 | 3 | 26 | 6 | 64 | 77 | 124 |
| Binary | 11110000 | 11101001 | 10111100 | 0 | 11 | 10110 | 110 | 110100 | 111111 | 1010100 |
Color Harmonies of #F0E9BC
Complementary color
Monochromatic Colors of #F0E9BC
Black with #F0E9BC
Text Example
Text Example
White with #F0E9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E9BC; }
p { color: rgb(240,233,188); }
H1.HeaderClassName
{
color: #F0E9BC;
}
.AnyTagClassName
{
color: #F0E9BC;
}
</style>
background-color css
<style>
a { background-color: #F0E9BC; }
a { background-color: rgb(240,233,188); }
div.DivClassName
{
background-color: #F0E9BC;
}
.BgClassName
{
background-color: #F0E9BC;
}
</style>
border-color css
<style>
span { border-color: #F0E9BC; }
span { border-color: rgb(240,233,188); }
td.TdClassName
{
border-color: #F0E9BC;
}
.TagClassName
{
border-color: #F0E9BC;
}
</style>