Html Css Color HEX #F0E7BC Half Colonial White
📋 copy color: '#F0E7BC'red 240 ◦ green 231 ◦ blue 188
Shades of Half Colonial White #F0E7BC
Tints of Half Colonial White #F0E7BC
RGB
CMYK
RGB Variations
Color information
#F0E7BC (or 0xF0E7BC) is known color: Half Colonial White. HEX triplet: F0, E7 and BC. RGB value is (240,231,188). Sum of RGB (Red+Green+Blue) = 240+231+188=659 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.42% from 659); Green value is 231 (90.62% from 255 or 35.05% from 659); Blue value is 188 (73.83% from 255 or 28.53% from 659); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E7BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E7BC is #0F1843. Grayscale: #E4E4E4. Windows color (decimal): -989252 or 12380144. OLE color: 12380144.
HSL color Cylindrical-coordinate representation of color #F0E7BC: hue angle of 49.62º 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 #F0E7BC is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 231 | 188 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.06 |
| HSL | 49.62º | 0.63% | 0.84% | - |
| HSV(B) | 49.62º | 0.22% | 0.94% | - |
| XYZ | 73.59 | 79.31 | 59.01 | - |
| YUV | 228.79 | 104.98 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 231 | 188 | 0 | 0.04 | 0.22 | 0.06 | 49.62 | 0.63 | 0.84 |
| Hex | F0 | E7 | BC | 0 | 4 | 16 | 6 | 32 | 3F | 54 |
| Octal | 360 | 347 | 274 | 0 | 4 | 26 | 6 | 62 | 77 | 124 |
| Binary | 11110000 | 11100111 | 10111100 | 0 | 100 | 10110 | 110 | 110010 | 111111 | 1010100 |
Color Harmonies of #F0E7BC
Complementary color
Monochromatic Colors of #F0E7BC
Black with #F0E7BC
Text Example
Text Example
White with #F0E7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E7BC; }
p { color: rgb(240,231,188); }
H1.HeaderClassName
{
color: #F0E7BC;
}
.AnyTagClassName
{
color: #F0E7BC;
}
</style>
background-color css
<style>
a { background-color: #F0E7BC; }
a { background-color: rgb(240,231,188); }
div.DivClassName
{
background-color: #F0E7BC;
}
.BgClassName
{
background-color: #F0E7BC;
}
</style>
border-color css
<style>
span { border-color: #F0E7BC; }
span { border-color: rgb(240,231,188); }
td.TdClassName
{
border-color: #F0E7BC;
}
.TagClassName
{
border-color: #F0E7BC;
}
</style>