Html Css Color HEX #F0E4D3 Quarter Spanish White
📋 copy color: '#F0E4D3'red 240 ◦ green 228 ◦ blue 211
Shades of Quarter Spanish White #F0E4D3
Tints of Quarter Spanish White #F0E4D3
RGB
CMYK
RGB Variations
Color information
#F0E4D3 (or 0xF0E4D3) is known color: Quarter Spanish White. HEX triplet: F0, E4 and D3. RGB value is (240,228,211). Sum of RGB (Red+Green+Blue) = 240+228+211=679 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.35% from 679); Green value is 228 (89.45% from 255 or 33.58% from 679); Blue value is 211 (82.81% from 255 or 31.08% from 679); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E4D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E4D3 is #0F1B2C. Grayscale: #E5E5E5. Windows color (decimal): -989997 or 13886704. OLE color: 13886704.
HSL color Cylindrical-coordinate representation of color #F0E4D3: hue angle of 35.17º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F0E4D3 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 228 | 211 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.06 |
| HSL | 35.17º | 0.49% | 0.88% | - |
| HSV(B) | 35.17º | 0.12% | 0.94% | - |
| XYZ | 75.44 | 78.72 | 72.85 | - |
| YUV | 229.65 | 117.48 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 228 | 211 | 0 | 0.05 | 0.12 | 0.06 | 35.17 | 0.49 | 0.88 |
| Hex | F0 | E4 | D3 | 0 | 5 | C | 6 | 23 | 31 | 58 |
| Octal | 360 | 344 | 323 | 0 | 5 | 14 | 6 | 43 | 61 | 130 |
| Binary | 11110000 | 11100100 | 11010011 | 0 | 101 | 1100 | 110 | 100011 | 110001 | 1011000 |
Color Harmonies of #F0E4D3
Complementary color
Monochromatic Colors of #F0E4D3
Black with #F0E4D3
Text Example
Text Example
White with #F0E4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E4D3; }
p { color: rgb(240,228,211); }
H1.HeaderClassName
{
color: #F0E4D3;
}
.AnyTagClassName
{
color: #F0E4D3;
}
</style>
background-color css
<style>
a { background-color: #F0E4D3; }
a { background-color: rgb(240,228,211); }
div.DivClassName
{
background-color: #F0E4D3;
}
.BgClassName
{
background-color: #F0E4D3;
}
</style>
border-color css
<style>
span { border-color: #F0E4D3; }
span { border-color: rgb(240,228,211); }
td.TdClassName
{
border-color: #F0E4D3;
}
.TagClassName
{
border-color: #F0E4D3;
}
</style>