Html Css Color HEX #F0E5BC Half Colonial White
📋 copy color: '#F0E5BC'red 240 ◦ green 229 ◦ blue 188
Shades of Half Colonial White #F0E5BC
Tints of Half Colonial White #F0E5BC
RGB
CMYK
RGB Variations
Color information
#F0E5BC (or 0xF0E5BC) is known color: Half Colonial White. HEX triplet: F0, E5 and BC. RGB value is (240,229,188). Sum of RGB (Red+Green+Blue) = 240+229+188=657 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.53% from 657); Green value is 229 (89.84% from 255 or 34.86% from 657); Blue value is 188 (73.83% from 255 or 28.61% from 657); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E5BC is #0F1A43. Grayscale: #E3E3E3. Windows color (decimal): -989764 or 12379632. OLE color: 12379632.
HSL color Cylindrical-coordinate representation of color #F0E5BC: hue angle of 47.31º 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 #F0E5BC is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 229 | 188 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.06 |
| HSL | 47.31º | 0.63% | 0.84% | - |
| HSV(B) | 47.31º | 0.22% | 0.94% | - |
| XYZ | 73.03 | 78.19 | 58.82 | - |
| YUV | 227.62 | 105.64 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 229 | 188 | 0 | 0.05 | 0.22 | 0.06 | 47.31 | 0.63 | 0.84 |
| Hex | F0 | E5 | BC | 0 | 5 | 16 | 6 | 2F | 3F | 54 |
| Octal | 360 | 345 | 274 | 0 | 5 | 26 | 6 | 57 | 77 | 124 |
| Binary | 11110000 | 11100101 | 10111100 | 0 | 101 | 10110 | 110 | 101111 | 111111 | 1010100 |
Color Harmonies of #F0E5BC
Complementary color
Monochromatic Colors of #F0E5BC
Black with #F0E5BC
Text Example
Text Example
White with #F0E5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E5BC; }
p { color: rgb(240,229,188); }
H1.HeaderClassName
{
color: #F0E5BC;
}
.AnyTagClassName
{
color: #F0E5BC;
}
</style>
background-color css
<style>
a { background-color: #F0E5BC; }
a { background-color: rgb(240,229,188); }
div.DivClassName
{
background-color: #F0E5BC;
}
.BgClassName
{
background-color: #F0E5BC;
}
</style>
border-color css
<style>
span { border-color: #F0E5BC; }
span { border-color: rgb(240,229,188); }
td.TdClassName
{
border-color: #F0E5BC;
}
.TagClassName
{
border-color: #F0E5BC;
}
</style>