Html Css Color HEX #F0E3D3 Quarter Spanish White
📋 copy color: '#F0E3D3'red 240 ◦ green 227 ◦ blue 211
Shades of Quarter Spanish White #F0E3D3
Tints of Quarter Spanish White #F0E3D3
RGB
CMYK
RGB Variations
Color information
#F0E3D3 (or 0xF0E3D3) is known color: Quarter Spanish White. HEX triplet: F0, E3 and D3. RGB value is (240,227,211). Sum of RGB (Red+Green+Blue) = 240+227+211=678 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.40% from 678); Green value is 227 (89.06% from 255 or 33.48% from 678); Blue value is 211 (82.81% from 255 or 31.12% from 678); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E3D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E3D3 is #0F1C2C. Grayscale: #E5E5E5. Windows color (decimal): -990253 or 13886448. OLE color: 13886448.
HSL color Cylindrical-coordinate representation of color #F0E3D3: hue angle of 33.1º 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 #F0E3D3 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 227 | 211 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.06 |
| HSL | 33.1º | 0.49% | 0.88% | - |
| HSV(B) | 33.1º | 0.12% | 0.94% | - |
| XYZ | 75.16 | 78.17 | 72.75 | - |
| YUV | 229.06 | 117.81 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 227 | 211 | 0 | 0.05 | 0.12 | 0.06 | 33.1 | 0.49 | 0.88 |
| Hex | F0 | E3 | D3 | 0 | 5 | C | 6 | 21 | 31 | 58 |
| Octal | 360 | 343 | 323 | 0 | 5 | 14 | 6 | 41 | 61 | 130 |
| Binary | 11110000 | 11100011 | 11010011 | 0 | 101 | 1100 | 110 | 100001 | 110001 | 1011000 |
Color Harmonies of #F0E3D3
Complementary color
Monochromatic Colors of #F0E3D3
Black with #F0E3D3
Text Example
Text Example
White with #F0E3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E3D3; }
p { color: rgb(240,227,211); }
H1.HeaderClassName
{
color: #F0E3D3;
}
.AnyTagClassName
{
color: #F0E3D3;
}
</style>
background-color css
<style>
a { background-color: #F0E3D3; }
a { background-color: rgb(240,227,211); }
div.DivClassName
{
background-color: #F0E3D3;
}
.BgClassName
{
background-color: #F0E3D3;
}
</style>
border-color css
<style>
span { border-color: #F0E3D3; }
span { border-color: rgb(240,227,211); }
td.TdClassName
{
border-color: #F0E3D3;
}
.TagClassName
{
border-color: #F0E3D3;
}
</style>