Html Css Color HEX #F2E5D0 Quarter Spanish White
📋 copy color: '#F2E5D0'red 242 ◦ green 229 ◦ blue 208
Shades of Quarter Spanish White #F2E5D0
Tints of Quarter Spanish White #F2E5D0
RGB
CMYK
RGB Variations
Color information
#F2E5D0 (or 0xF2E5D0) is known color: Quarter Spanish White. HEX triplet: F2, E5 and D0. RGB value is (242,229,208). Sum of RGB (Red+Green+Blue) = 242+229+208=679 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.64% from 679); Green value is 229 (89.84% from 255 or 33.73% from 679); Blue value is 208 (81.64% from 255 or 30.63% from 679); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E5D0 is #0D1A2F. Grayscale: #E6E6E6. Windows color (decimal): -858672 or 13690354. OLE color: 13690354.
HSL color Cylindrical-coordinate representation of color #F2E5D0: hue angle of 37.06º 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 #F2E5D0 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 229 | 208 | - |
CMYK | 0 | 0.05 | 0.14 | 0.05 |
HSL | 37.06º | 0.57% | 0.88% | - |
HSV(B) | 37.06º | 0.14% | 0.95% | - |
XYZ | 76.02 | 79.47 | 71.01 | - |
YUV | 230.49 | 115.31 | 136.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 229 | 208 | 0 | 0.05 | 0.14 | 0.05 | 37.06 | 0.57 | 0.88 |
Hex | F2 | E5 | D0 | 0 | 5 | E | 5 | 25 | 39 | 58 |
Octal | 362 | 345 | 320 | 0 | 5 | 16 | 5 | 45 | 71 | 130 |
Binary | 11110010 | 11100101 | 11010000 | 0 | 101 | 1110 | 101 | 100101 | 111001 | 1011000 |
Color Harmonies of #F2E5D0
Complementary color
Monochromatic Colors of #F2E5D0
Black with #F2E5D0
Text Example
Text Example
White with #F2E5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E5D0; }
p { color: rgb(242,229,208); }
H1.HeaderClassName
{
color: #F2E5D0;
}
.AnyTagClassName
{
color: #F2E5D0;
}
</style>
background-color css
<style>
a { background-color: #F2E5D0; }
a { background-color: rgb(242,229,208); }
div.DivClassName
{
background-color: #F2E5D0;
}
.BgClassName
{
background-color: #F2E5D0;
}
</style>
border-color css
<style>
span { border-color: #F2E5D0; }
span { border-color: rgb(242,229,208); }
td.TdClassName
{
border-color: #F2E5D0;
}
.TagClassName
{
border-color: #F2E5D0;
}
</style>