Html Css Color HEX #F0E3CF Quarter Spanish White
📋 copy color: '#F0E3CF'red 240 ◦ green 227 ◦ blue 207
Shades of Quarter Spanish White #F0E3CF
Tints of Quarter Spanish White #F0E3CF
RGB
CMYK
RGB Variations
Color information
#F0E3CF (or 0xF0E3CF) is known color: Quarter Spanish White. HEX triplet: F0, E3 and CF. RGB value is (240,227,207). Sum of RGB (Red+Green+Blue) = 240+227+207=674 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.61% from 674); Green value is 227 (89.06% from 255 or 33.68% from 674); Blue value is 207 (81.25% from 255 or 30.71% from 674); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E3CF is #0F1C30. Grayscale: #E4E4E4. Windows color (decimal): -990257 or 13624304. OLE color: 13624304.
HSL color Cylindrical-coordinate representation of color #F0E3CF: hue angle of 36.36º 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 #F0E3CF is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 227 | 207 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.06 |
| HSL | 36.36º | 0.52% | 0.88% | - |
| HSV(B) | 36.36º | 0.14% | 0.94% | - |
| XYZ | 74.67 | 77.97 | 70.15 | - |
| YUV | 228.61 | 115.81 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 227 | 207 | 0 | 0.05 | 0.14 | 0.06 | 36.36 | 0.52 | 0.88 |
| Hex | F0 | E3 | CF | 0 | 5 | E | 6 | 24 | 34 | 58 |
| Octal | 360 | 343 | 317 | 0 | 5 | 16 | 6 | 44 | 64 | 130 |
| Binary | 11110000 | 11100011 | 11001111 | 0 | 101 | 1110 | 110 | 100100 | 110100 | 1011000 |
Color Harmonies of #F0E3CF
Complementary color
Monochromatic Colors of #F0E3CF
Black with #F0E3CF
Text Example
Text Example
White with #F0E3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E3CF; }
p { color: rgb(240,227,207); }
H1.HeaderClassName
{
color: #F0E3CF;
}
.AnyTagClassName
{
color: #F0E3CF;
}
</style>
background-color css
<style>
a { background-color: #F0E3CF; }
a { background-color: rgb(240,227,207); }
div.DivClassName
{
background-color: #F0E3CF;
}
.BgClassName
{
background-color: #F0E3CF;
}
</style>
border-color css
<style>
span { border-color: #F0E3CF; }
span { border-color: rgb(240,227,207); }
td.TdClassName
{
border-color: #F0E3CF;
}
.TagClassName
{
border-color: #F0E3CF;
}
</style>