Html Css Color HEX #F0E2BD Half Colonial White
📋 copy color: '#F0E2BD'red 240 ◦ green 226 ◦ blue 189
Shades of Half Colonial White #F0E2BD
Tints of Half Colonial White #F0E2BD
RGB
CMYK
RGB Variations
Color information
#F0E2BD (or 0xF0E2BD) is known color: Half Colonial White. HEX triplet: F0, E2 and BD. RGB value is (240,226,189). Sum of RGB (Red+Green+Blue) = 240+226+189=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 226 (88.67% from 255 or 34.50% from 655); Blue value is 189 (74.22% from 255 or 28.85% from 655); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E2BD is #0F1D42. Grayscale: #E2E2E2. Windows color (decimal): -990531 or 12444400. OLE color: 12444400.
HSL color Cylindrical-coordinate representation of color #F0E2BD: hue angle of 43.53º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0E2BD is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 226 | 189 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.06 |
| HSL | 43.53º | 0.63% | 0.84% | - |
| HSV(B) | 43.53º | 0.21% | 0.94% | - |
| XYZ | 72.32 | 76.59 | 59.12 | - |
| YUV | 225.97 | 107.14 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 226 | 189 | 0 | 0.06 | 0.21 | 0.06 | 43.53 | 0.63 | 0.84 |
| Hex | F0 | E2 | BD | 0 | 6 | 15 | 6 | 2C | 3F | 54 |
| Octal | 360 | 342 | 275 | 0 | 6 | 25 | 6 | 54 | 77 | 124 |
| Binary | 11110000 | 11100010 | 10111101 | 0 | 110 | 10101 | 110 | 101100 | 111111 | 1010100 |
Color Harmonies of #F0E2BD
Complementary color
Monochromatic Colors of #F0E2BD
Black with #F0E2BD
Text Example
Text Example
White with #F0E2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E2BD; }
p { color: rgb(240,226,189); }
H1.HeaderClassName
{
color: #F0E2BD;
}
.AnyTagClassName
{
color: #F0E2BD;
}
</style>
background-color css
<style>
a { background-color: #F0E2BD; }
a { background-color: rgb(240,226,189); }
div.DivClassName
{
background-color: #F0E2BD;
}
.BgClassName
{
background-color: #F0E2BD;
}
</style>
border-color css
<style>
span { border-color: #F0E2BD; }
span { border-color: rgb(240,226,189); }
td.TdClassName
{
border-color: #F0E2BD;
}
.TagClassName
{
border-color: #F0E2BD;
}
</style>