Html Css Color HEX #F0E3BA Half Colonial White
📋 copy color: '#F0E3BA'red 240 ◦ green 227 ◦ blue 186
Shades of Half Colonial White #F0E3BA
Tints of Half Colonial White #F0E3BA
RGB
CMYK
RGB Variations
Color information
#F0E3BA (or 0xF0E3BA) is known color: Half Colonial White. HEX triplet: F0, E3 and BA. RGB value is (240,227,186). Sum of RGB (Red+Green+Blue) = 240+227+186=653 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.75% from 653); Green value is 227 (89.06% from 255 or 34.76% from 653); Blue value is 186 (73.05% from 255 or 28.48% from 653); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E3BA is #0F1C45. Grayscale: #E2E2E2. Windows color (decimal): -990278 or 12248048. OLE color: 12248048.
HSL color Cylindrical-coordinate representation of color #F0E3BA: hue angle of 45.56º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0E3BA is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 227 | 186 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.06 |
| HSL | 45.56º | 0.64% | 0.84% | - |
| HSV(B) | 45.56º | 0.23% | 0.94% | - |
| XYZ | 72.27 | 77.01 | 57.51 | - |
| YUV | 226.21 | 105.31 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 227 | 186 | 0 | 0.05 | 0.22 | 0.06 | 45.56 | 0.64 | 0.84 |
| Hex | F0 | E3 | BA | 0 | 5 | 16 | 6 | 2E | 40 | 54 |
| Octal | 360 | 343 | 272 | 0 | 5 | 26 | 6 | 56 | 100 | 124 |
| Binary | 11110000 | 11100011 | 10111010 | 0 | 101 | 10110 | 110 | 101110 | 1000000 | 1010100 |
Color Harmonies of #F0E3BA
Complementary color
Monochromatic Colors of #F0E3BA
Black with #F0E3BA
Text Example
Text Example
White with #F0E3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E3BA; }
p { color: rgb(240,227,186); }
H1.HeaderClassName
{
color: #F0E3BA;
}
.AnyTagClassName
{
color: #F0E3BA;
}
</style>
background-color css
<style>
a { background-color: #F0E3BA; }
a { background-color: rgb(240,227,186); }
div.DivClassName
{
background-color: #F0E3BA;
}
.BgClassName
{
background-color: #F0E3BA;
}
</style>
border-color css
<style>
span { border-color: #F0E3BA; }
span { border-color: rgb(240,227,186); }
td.TdClassName
{
border-color: #F0E3BA;
}
.TagClassName
{
border-color: #F0E3BA;
}
</style>