Html Css Color HEX #F0E6D4 Quarter Spanish White
📋 copy color: '#F0E6D4'red 240 ◦ green 230 ◦ blue 212
Shades of Quarter Spanish White #F0E6D4
Tints of Quarter Spanish White #F0E6D4
RGB
CMYK
RGB Variations
Color information
#F0E6D4 (or 0xF0E6D4) is known color: Quarter Spanish White. HEX triplet: F0, E6 and D4. RGB value is (240,230,212). Sum of RGB (Red+Green+Blue) = 240+230+212=682 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.19% from 682); Green value is 230 (90.23% from 255 or 33.72% from 682); Blue value is 212 (83.20% from 255 or 31.09% from 682); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E6D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E6D4 is #0F192B. Grayscale: #E7E7E7. Windows color (decimal): -989484 or 13952752. OLE color: 13952752.
HSL color Cylindrical-coordinate representation of color #F0E6D4: hue angle of 38.57º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F0E6D4 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 230 | 212 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.06 |
| HSL | 38.57º | 0.48% | 0.89% | - |
| HSV(B) | 38.57º | 0.12% | 0.94% | - |
| XYZ | 76.12 | 79.87 | 73.69 | - |
| YUV | 230.94 | 117.31 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 230 | 212 | 0 | 0.04 | 0.12 | 0.06 | 38.57 | 0.48 | 0.89 |
| Hex | F0 | E6 | D4 | 0 | 4 | C | 6 | 27 | 30 | 59 |
| Octal | 360 | 346 | 324 | 0 | 4 | 14 | 6 | 47 | 60 | 131 |
| Binary | 11110000 | 11100110 | 11010100 | 0 | 100 | 1100 | 110 | 100111 | 110000 | 1011001 |
Color Harmonies of #F0E6D4
Complementary color
Monochromatic Colors of #F0E6D4
Black with #F0E6D4
Text Example
Text Example
White with #F0E6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E6D4; }
p { color: rgb(240,230,212); }
H1.HeaderClassName
{
color: #F0E6D4;
}
.AnyTagClassName
{
color: #F0E6D4;
}
</style>
background-color css
<style>
a { background-color: #F0E6D4; }
a { background-color: rgb(240,230,212); }
div.DivClassName
{
background-color: #F0E6D4;
}
.BgClassName
{
background-color: #F0E6D4;
}
</style>
border-color css
<style>
span { border-color: #F0E6D4; }
span { border-color: rgb(240,230,212); }
td.TdClassName
{
border-color: #F0E6D4;
}
.TagClassName
{
border-color: #F0E6D4;
}
</style>