Html Css Color HEX #F0E2BC Half Colonial White
📋 copy color: '#F0E2BC'red 240 ◦ green 226 ◦ blue 188
Shades of Half Colonial White #F0E2BC
Tints of Half Colonial White #F0E2BC
RGB
CMYK
RGB Variations
Color information
#F0E2BC (or 0xF0E2BC) is known color: Half Colonial White. HEX triplet: F0, E2 and BC. RGB value is (240,226,188). Sum of RGB (Red+Green+Blue) = 240+226+188=654 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.70% from 654); Green value is 226 (88.67% from 255 or 34.56% from 654); Blue value is 188 (73.83% from 255 or 28.75% from 654); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E2BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E2BC is #0F1D43. Grayscale: #E2E2E2. Windows color (decimal): -990532 or 12378864. OLE color: 12378864.
HSL color Cylindrical-coordinate representation of color #F0E2BC: hue angle of 43.85º 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 #F0E2BC is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 226 | 188 | - |
| CMYK | 0 | 0.06 | 0.22 | 0.06 |
| HSL | 43.85º | 0.63% | 0.84% | - |
| HSV(B) | 43.85º | 0.22% | 0.94% | - |
| XYZ | 72.21 | 76.55 | 58.55 | - |
| YUV | 225.85 | 106.64 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 226 | 188 | 0 | 0.06 | 0.22 | 0.06 | 43.85 | 0.63 | 0.84 |
| Hex | F0 | E2 | BC | 0 | 6 | 16 | 6 | 2C | 3F | 54 |
| Octal | 360 | 342 | 274 | 0 | 6 | 26 | 6 | 54 | 77 | 124 |
| Binary | 11110000 | 11100010 | 10111100 | 0 | 110 | 10110 | 110 | 101100 | 111111 | 1010100 |
Color Harmonies of #F0E2BC
Complementary color
Monochromatic Colors of #F0E2BC
Black with #F0E2BC
Text Example
Text Example
White with #F0E2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E2BC; }
p { color: rgb(240,226,188); }
H1.HeaderClassName
{
color: #F0E2BC;
}
.AnyTagClassName
{
color: #F0E2BC;
}
</style>
background-color css
<style>
a { background-color: #F0E2BC; }
a { background-color: rgb(240,226,188); }
div.DivClassName
{
background-color: #F0E2BC;
}
.BgClassName
{
background-color: #F0E2BC;
}
</style>
border-color css
<style>
span { border-color: #F0E2BC; }
span { border-color: rgb(240,226,188); }
td.TdClassName
{
border-color: #F0E2BC;
}
.TagClassName
{
border-color: #F0E2BC;
}
</style>