Html Css Color HEX #F0EABB Half Colonial White
📋 copy color: '#F0EABB'red 240 ◦ green 234 ◦ blue 187
Shades of Half Colonial White #F0EABB
Tints of Half Colonial White #F0EABB
RGB
CMYK
RGB Variations
Color information
#F0EABB (or 0xF0EABB) is known color: Half Colonial White. HEX triplet: F0, EA and BB. RGB value is (240,234,187). Sum of RGB (Red+Green+Blue) = 240+234+187=661 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.31% from 661); Green value is 234 (91.80% from 255 or 35.40% from 661); Blue value is 187 (73.44% from 255 or 28.29% from 661); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EABB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EABB is #0F1544. Grayscale: #E6E6E6. Windows color (decimal): -988485 or 12315376. OLE color: 12315376.
HSL color Cylindrical-coordinate representation of color #F0EABB: hue angle of 53.21º degrees, saturation: 0.64, 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 #F0EABB is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 234 | 187 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.06 |
| HSL | 53.21º | 0.64% | 0.84% | - |
| HSV(B) | 53.21º | 0.22% | 0.94% | - |
| XYZ | 74.33 | 80.96 | 58.72 | - |
| YUV | 230.44 | 103.49 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 234 | 187 | 0 | 0.02 | 0.22 | 0.06 | 53.21 | 0.64 | 0.84 |
| Hex | F0 | EA | BB | 0 | 2 | 16 | 6 | 35 | 40 | 54 |
| Octal | 360 | 352 | 273 | 0 | 2 | 26 | 6 | 65 | 100 | 124 |
| Binary | 11110000 | 11101010 | 10111011 | 0 | 10 | 10110 | 110 | 110101 | 1000000 | 1010100 |
Color Harmonies of #F0EABB
Complementary color
Monochromatic Colors of #F0EABB
Black with #F0EABB
Text Example
Text Example
White with #F0EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EABB; }
p { color: rgb(240,234,187); }
H1.HeaderClassName
{
color: #F0EABB;
}
.AnyTagClassName
{
color: #F0EABB;
}
</style>
background-color css
<style>
a { background-color: #F0EABB; }
a { background-color: rgb(240,234,187); }
div.DivClassName
{
background-color: #F0EABB;
}
.BgClassName
{
background-color: #F0EABB;
}
</style>
border-color css
<style>
span { border-color: #F0EABB; }
span { border-color: rgb(240,234,187); }
td.TdClassName
{
border-color: #F0EABB;
}
.TagClassName
{
border-color: #F0EABB;
}
</style>