Html Css Color HEX #F0E4BD Half Colonial White
📋 copy color: '#F0E4BD'red 240 ◦ green 228 ◦ blue 189
Shades of Half Colonial White #F0E4BD
Tints of Half Colonial White #F0E4BD
RGB
CMYK
RGB Variations
Color information
#F0E4BD (or 0xF0E4BD) is known color: Half Colonial White. HEX triplet: F0, E4 and BD. RGB value is (240,228,189). Sum of RGB (Red+Green+Blue) = 240+228+189=657 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.53% from 657); Green value is 228 (89.45% from 255 or 34.70% from 657); Blue value is 189 (74.22% from 255 or 28.77% from 657); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E4BD is #0F1B42. Grayscale: #E3E3E3. Windows color (decimal): -990019 or 12444912. OLE color: 12444912.
HSL color Cylindrical-coordinate representation of color #F0E4BD: hue angle of 45.88º 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 #F0E4BD is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 228 | 189 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.06 |
| HSL | 45.88º | 0.63% | 0.84% | - |
| HSV(B) | 45.88º | 0.21% | 0.94% | - |
| XYZ | 72.86 | 77.69 | 59.3 | - |
| YUV | 227.14 | 106.48 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 228 | 189 | 0 | 0.05 | 0.21 | 0.06 | 45.88 | 0.63 | 0.84 |
| Hex | F0 | E4 | BD | 0 | 5 | 15 | 6 | 2E | 3F | 54 |
| Octal | 360 | 344 | 275 | 0 | 5 | 25 | 6 | 56 | 77 | 124 |
| Binary | 11110000 | 11100100 | 10111101 | 0 | 101 | 10101 | 110 | 101110 | 111111 | 1010100 |
Color Harmonies of #F0E4BD
Complementary color
Monochromatic Colors of #F0E4BD
Black with #F0E4BD
Text Example
Text Example
White with #F0E4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E4BD; }
p { color: rgb(240,228,189); }
H1.HeaderClassName
{
color: #F0E4BD;
}
.AnyTagClassName
{
color: #F0E4BD;
}
</style>
background-color css
<style>
a { background-color: #F0E4BD; }
a { background-color: rgb(240,228,189); }
div.DivClassName
{
background-color: #F0E4BD;
}
.BgClassName
{
background-color: #F0E4BD;
}
</style>
border-color css
<style>
span { border-color: #F0E4BD; }
span { border-color: rgb(240,228,189); }
td.TdClassName
{
border-color: #F0E4BD;
}
.TagClassName
{
border-color: #F0E4BD;
}
</style>