Html Css Color HEX #F0E8C0 Half Colonial White
📋 copy color: '#F0E8C0'red 240 ◦ green 232 ◦ blue 192
Shades of Half Colonial White #F0E8C0
Tints of Half Colonial White #F0E8C0
RGB
CMYK
RGB Variations
Color information
#F0E8C0 (or 0xF0E8C0) is known color: Half Colonial White. HEX triplet: F0, E8 and C0. RGB value is (240,232,192). Sum of RGB (Red+Green+Blue) = 240+232+192=664 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.14% from 664); Green value is 232 (91.02% from 255 or 34.94% from 664); Blue value is 192 (75.39% from 255 or 28.92% from 664); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E8C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E8C0 is #0F173F. Grayscale: #E6E6E6. Windows color (decimal): -988992 or 12642544. OLE color: 12642544.
HSL color Cylindrical-coordinate representation of color #F0E8C0: hue angle of 50º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0E8C0 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 232 | 192 | - |
CMYK | 0 | 0.03 | 0.20 | 0.06 |
HSL | 50º | 0.62% | 0.85% | - |
HSV(B) | 50º | 0.2% | 0.94% | - |
XYZ | 74.31 | 80.04 | 61.4 | - |
YUV | 229.83 | 106.65 | 135.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 232 | 192 | 0 | 0.03 | 0.20 | 0.06 | 50 | 0.62 | 0.85 |
Hex | F0 | E8 | C0 | 0 | 3 | 14 | 6 | 32 | 3E | 55 |
Octal | 360 | 350 | 300 | 0 | 3 | 24 | 6 | 62 | 76 | 125 |
Binary | 11110000 | 11101000 | 11000000 | 0 | 11 | 10100 | 110 | 110010 | 111110 | 1010101 |
Color Harmonies of #F0E8C0
Complementary color
Monochromatic Colors of #F0E8C0
Black with #F0E8C0
Text Example
Text Example
White with #F0E8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E8C0; }
p { color: rgb(240,232,192); }
H1.HeaderClassName
{
color: #F0E8C0;
}
.AnyTagClassName
{
color: #F0E8C0;
}
</style>
background-color css
<style>
a { background-color: #F0E8C0; }
a { background-color: rgb(240,232,192); }
div.DivClassName
{
background-color: #F0E8C0;
}
.BgClassName
{
background-color: #F0E8C0;
}
</style>
border-color css
<style>
span { border-color: #F0E8C0; }
span { border-color: rgb(240,232,192); }
td.TdClassName
{
border-color: #F0E8C0;
}
.TagClassName
{
border-color: #F0E8C0;
}
</style>