Html Css Color HEX #F2E4D0 Quarter Spanish White
📋 copy color: '#F2E4D0'red 242 ◦ green 228 ◦ blue 208
Shades of Quarter Spanish White #F2E4D0
Tints of Quarter Spanish White #F2E4D0
RGB
CMYK
RGB Variations
Color information
#F2E4D0 (or 0xF2E4D0) is known color: Quarter Spanish White. HEX triplet: F2, E4 and D0. RGB value is (242,228,208). Sum of RGB (Red+Green+Blue) = 242+228+208=678 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.69% from 678); Green value is 228 (89.45% from 255 or 33.63% from 678); Blue value is 208 (81.64% from 255 or 30.68% from 678); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E4D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E4D0 is #0D1B2F. Grayscale: #E5E5E5. Windows color (decimal): -858928 or 13690098. OLE color: 13690098.
HSL color Cylindrical-coordinate representation of color #F2E4D0: hue angle of 35.29º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F2E4D0 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 228 | 208 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.05 |
| HSL | 35.29º | 0.57% | 0.88% | - |
| HSV(B) | 35.29º | 0.14% | 0.95% | - |
| XYZ | 75.75 | 78.92 | 70.91 | - |
| YUV | 229.91 | 115.64 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 228 | 208 | 0 | 0.06 | 0.14 | 0.05 | 35.29 | 0.57 | 0.88 |
| Hex | F2 | E4 | D0 | 0 | 6 | E | 5 | 23 | 39 | 58 |
| Octal | 362 | 344 | 320 | 0 | 6 | 16 | 5 | 43 | 71 | 130 |
| Binary | 11110010 | 11100100 | 11010000 | 0 | 110 | 1110 | 101 | 100011 | 111001 | 1011000 |
Color Harmonies of #F2E4D0
Complementary color
Monochromatic Colors of #F2E4D0
Black with #F2E4D0
Text Example
Text Example
White with #F2E4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E4D0; }
p { color: rgb(242,228,208); }
H1.HeaderClassName
{
color: #F2E4D0;
}
.AnyTagClassName
{
color: #F2E4D0;
}
</style>
background-color css
<style>
a { background-color: #F2E4D0; }
a { background-color: rgb(242,228,208); }
div.DivClassName
{
background-color: #F2E4D0;
}
.BgClassName
{
background-color: #F2E4D0;
}
</style>
border-color css
<style>
span { border-color: #F2E4D0; }
span { border-color: rgb(242,228,208); }
td.TdClassName
{
border-color: #F2E4D0;
}
.TagClassName
{
border-color: #F2E4D0;
}
</style>