Html Css Color HEX #F0E0CF Quarter Spanish White
📋 copy color: '#F0E0CF'red 240 ◦ green 224 ◦ blue 207
Shades of Quarter Spanish White #F0E0CF
Tints of Quarter Spanish White #F0E0CF
RGB
CMYK
RGB Variations
Color information
#F0E0CF (or 0xF0E0CF) is known color: Quarter Spanish White. HEX triplet: F0, E0 and CF. RGB value is (240,224,207). Sum of RGB (Red+Green+Blue) = 240+224+207=671 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.77% from 671); Green value is 224 (87.89% from 255 or 33.38% from 671); Blue value is 207 (81.25% from 255 or 30.85% from 671); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E0CF is #0F1F30. Grayscale: #E2E2E2. Windows color (decimal): -991025 or 13623536. OLE color: 13623536.
HSL color Cylindrical-coordinate representation of color #F0E0CF: hue angle of 30.91º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0E0CF is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 224 | 207 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.06 |
| HSL | 30.91º | 0.52% | 0.88% | - |
| HSV(B) | 30.91º | 0.14% | 0.94% | - |
| XYZ | 73.85 | 76.34 | 69.87 | - |
| YUV | 226.85 | 116.8 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 224 | 207 | 0 | 0.07 | 0.14 | 0.06 | 30.91 | 0.52 | 0.88 |
| Hex | F0 | E0 | CF | 0 | 7 | E | 6 | 1F | 34 | 58 |
| Octal | 360 | 340 | 317 | 0 | 7 | 16 | 6 | 37 | 64 | 130 |
| Binary | 11110000 | 11100000 | 11001111 | 0 | 111 | 1110 | 110 | 11111 | 110100 | 1011000 |
Color Harmonies of #F0E0CF
Complementary color
Monochromatic Colors of #F0E0CF
Black with #F0E0CF
Text Example
Text Example
White with #F0E0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E0CF; }
p { color: rgb(240,224,207); }
H1.HeaderClassName
{
color: #F0E0CF;
}
.AnyTagClassName
{
color: #F0E0CF;
}
</style>
background-color css
<style>
a { background-color: #F0E0CF; }
a { background-color: rgb(240,224,207); }
div.DivClassName
{
background-color: #F0E0CF;
}
.BgClassName
{
background-color: #F0E0CF;
}
</style>
border-color css
<style>
span { border-color: #F0E0CF; }
span { border-color: rgb(240,224,207); }
td.TdClassName
{
border-color: #F0E0CF;
}
.TagClassName
{
border-color: #F0E0CF;
}
</style>