Html Css Color HEX #F0E1CF Quarter Spanish White
📋 copy color: '#F0E1CF'red 240 ◦ green 225 ◦ blue 207
Shades of Quarter Spanish White #F0E1CF
Tints of Quarter Spanish White #F0E1CF
RGB
CMYK
RGB Variations
Color information
#F0E1CF (or 0xF0E1CF) is known color: Quarter Spanish White. HEX triplet: F0, E1 and CF. RGB value is (240,225,207). Sum of RGB (Red+Green+Blue) = 240+225+207=672 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.71% from 672); Green value is 225 (88.28% from 255 or 33.48% from 672); Blue value is 207 (81.25% from 255 or 30.80% from 672); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E1CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E1CF is #0F1E30. Grayscale: #E3E3E3. Windows color (decimal): -990769 or 13623792. OLE color: 13623792.
HSL color Cylindrical-coordinate representation of color #F0E1CF: hue angle of 32.73º 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 #F0E1CF is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 225 | 207 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.06 |
| HSL | 32.73º | 0.52% | 0.88% | - |
| HSV(B) | 32.73º | 0.14% | 0.94% | - |
| XYZ | 74.12 | 76.88 | 69.96 | - |
| YUV | 227.43 | 116.47 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 225 | 207 | 0 | 0.06 | 0.14 | 0.06 | 32.73 | 0.52 | 0.88 |
| Hex | F0 | E1 | CF | 0 | 6 | E | 6 | 21 | 34 | 58 |
| Octal | 360 | 341 | 317 | 0 | 6 | 16 | 6 | 41 | 64 | 130 |
| Binary | 11110000 | 11100001 | 11001111 | 0 | 110 | 1110 | 110 | 100001 | 110100 | 1011000 |
Color Harmonies of #F0E1CF
Complementary color
Monochromatic Colors of #F0E1CF
Black with #F0E1CF
Text Example
Text Example
White with #F0E1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E1CF; }
p { color: rgb(240,225,207); }
H1.HeaderClassName
{
color: #F0E1CF;
}
.AnyTagClassName
{
color: #F0E1CF;
}
</style>
background-color css
<style>
a { background-color: #F0E1CF; }
a { background-color: rgb(240,225,207); }
div.DivClassName
{
background-color: #F0E1CF;
}
.BgClassName
{
background-color: #F0E1CF;
}
</style>
border-color css
<style>
span { border-color: #F0E1CF; }
span { border-color: rgb(240,225,207); }
td.TdClassName
{
border-color: #F0E1CF;
}
.TagClassName
{
border-color: #F0E1CF;
}
</style>