Html Css Color HEX #F0E5D1 Quarter Spanish White
📋 copy color: '#F0E5D1'red 240 ◦ green 229 ◦ blue 209
Shades of Quarter Spanish White #F0E5D1
Tints of Quarter Spanish White #F0E5D1
RGB
CMYK
RGB Variations
Color information
#F0E5D1 (or 0xF0E5D1) is known color: Quarter Spanish White. HEX triplet: F0, E5 and D1. RGB value is (240,229,209). Sum of RGB (Red+Green+Blue) = 240+229+209=678 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.40% from 678); Green value is 229 (89.84% from 255 or 33.78% from 678); Blue value is 209 (82.03% from 255 or 30.83% from 678); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E5D1 is #0F1A2E. Grayscale: #E6E6E6. Windows color (decimal): -989743 or 13755888. OLE color: 13755888.
HSL color Cylindrical-coordinate representation of color #F0E5D1: hue angle of 38.71º degrees, saturation: 0.51, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F0E5D1 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 229 | 209 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.06 |
| HSL | 38.71º | 0.51% | 0.88% | - |
| HSV(B) | 38.71º | 0.13% | 0.94% | - |
| XYZ | 75.46 | 79.17 | 71.63 | - |
| YUV | 230.01 | 116.14 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 229 | 209 | 0 | 0.05 | 0.13 | 0.06 | 38.71 | 0.51 | 0.88 |
| Hex | F0 | E5 | D1 | 0 | 5 | D | 6 | 27 | 33 | 58 |
| Octal | 360 | 345 | 321 | 0 | 5 | 15 | 6 | 47 | 63 | 130 |
| Binary | 11110000 | 11100101 | 11010001 | 0 | 101 | 1101 | 110 | 100111 | 110011 | 1011000 |
Color Harmonies of #F0E5D1
Complementary color
Monochromatic Colors of #F0E5D1
Black with #F0E5D1
Text Example
Text Example
White with #F0E5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E5D1; }
p { color: rgb(240,229,209); }
H1.HeaderClassName
{
color: #F0E5D1;
}
.AnyTagClassName
{
color: #F0E5D1;
}
</style>
background-color css
<style>
a { background-color: #F0E5D1; }
a { background-color: rgb(240,229,209); }
div.DivClassName
{
background-color: #F0E5D1;
}
.BgClassName
{
background-color: #F0E5D1;
}
</style>
border-color css
<style>
span { border-color: #F0E5D1; }
span { border-color: rgb(240,229,209); }
td.TdClassName
{
border-color: #F0E5D1;
}
.TagClassName
{
border-color: #F0E5D1;
}
</style>