Html Css Color HEX #F0E2CF Quarter Spanish White
📋 copy color: '#F0E2CF'red 240 ◦ green 226 ◦ blue 207
Shades of Quarter Spanish White #F0E2CF
Tints of Quarter Spanish White #F0E2CF
RGB
CMYK
RGB Variations
Color information
#F0E2CF (or 0xF0E2CF) is known color: Quarter Spanish White. HEX triplet: F0, E2 and CF. RGB value is (240,226,207). Sum of RGB (Red+Green+Blue) = 240+226+207=673 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.66% from 673); Green value is 226 (88.67% from 255 or 33.58% from 673); Blue value is 207 (81.25% from 255 or 30.76% from 673); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E2CF is #0F1D30. Grayscale: #E4E4E4. Windows color (decimal): -990513 or 13624048. OLE color: 13624048.
HSL color Cylindrical-coordinate representation of color #F0E2CF: hue angle of 34.55º 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 #F0E2CF is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 226 | 207 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.06 |
| HSL | 34.55º | 0.52% | 0.88% | - |
| HSV(B) | 34.55º | 0.14% | 0.94% | - |
| XYZ | 74.39 | 77.42 | 70.05 | - |
| YUV | 228.02 | 116.14 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 226 | 207 | 0 | 0.06 | 0.14 | 0.06 | 34.55 | 0.52 | 0.88 |
| Hex | F0 | E2 | CF | 0 | 6 | E | 6 | 23 | 34 | 58 |
| Octal | 360 | 342 | 317 | 0 | 6 | 16 | 6 | 43 | 64 | 130 |
| Binary | 11110000 | 11100010 | 11001111 | 0 | 110 | 1110 | 110 | 100011 | 110100 | 1011000 |
Color Harmonies of #F0E2CF
Complementary color
Monochromatic Colors of #F0E2CF
Black with #F0E2CF
Text Example
Text Example
White with #F0E2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E2CF; }
p { color: rgb(240,226,207); }
H1.HeaderClassName
{
color: #F0E2CF;
}
.AnyTagClassName
{
color: #F0E2CF;
}
</style>
background-color css
<style>
a { background-color: #F0E2CF; }
a { background-color: rgb(240,226,207); }
div.DivClassName
{
background-color: #F0E2CF;
}
.BgClassName
{
background-color: #F0E2CF;
}
</style>
border-color css
<style>
span { border-color: #F0E2CF; }
span { border-color: rgb(240,226,207); }
td.TdClassName
{
border-color: #F0E2CF;
}
.TagClassName
{
border-color: #F0E2CF;
}
</style>