Html Css Color HEX #F2E5CF Quarter Spanish White
📋 copy color: '#F2E5CF'red 242 ◦ green 229 ◦ blue 207
Shades of Quarter Spanish White #F2E5CF
Tints of Quarter Spanish White #F2E5CF
RGB
CMYK
RGB Variations
Color information
#F2E5CF (or 0xF2E5CF) is known color: Quarter Spanish White. HEX triplet: F2, E5 and CF. RGB value is (242,229,207). Sum of RGB (Red+Green+Blue) = 242+229+207=678 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.69% from 678); Green value is 229 (89.84% from 255 or 33.78% from 678); Blue value is 207 (81.25% from 255 or 30.53% from 678); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E5CF is #0D1A30. Grayscale: #E6E6E6. Windows color (decimal): -858673 or 13624818. OLE color: 13624818.
HSL color Cylindrical-coordinate representation of color #F2E5CF: hue angle of 37.71º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F2E5CF is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 229 | 207 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.05 |
| HSL | 37.71º | 0.57% | 0.88% | - |
| HSV(B) | 37.71º | 0.14% | 0.95% | - |
| XYZ | 75.9 | 79.42 | 70.36 | - |
| YUV | 230.38 | 114.81 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 229 | 207 | 0 | 0.05 | 0.14 | 0.05 | 37.71 | 0.57 | 0.88 |
| Hex | F2 | E5 | CF | 0 | 5 | E | 5 | 26 | 39 | 58 |
| Octal | 362 | 345 | 317 | 0 | 5 | 16 | 5 | 46 | 71 | 130 |
| Binary | 11110010 | 11100101 | 11001111 | 0 | 101 | 1110 | 101 | 100110 | 111001 | 1011000 |
Color Harmonies of #F2E5CF
Complementary color
Monochromatic Colors of #F2E5CF
Black with #F2E5CF
Text Example
Text Example
White with #F2E5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E5CF; }
p { color: rgb(242,229,207); }
H1.HeaderClassName
{
color: #F2E5CF;
}
.AnyTagClassName
{
color: #F2E5CF;
}
</style>
background-color css
<style>
a { background-color: #F2E5CF; }
a { background-color: rgb(242,229,207); }
div.DivClassName
{
background-color: #F2E5CF;
}
.BgClassName
{
background-color: #F2E5CF;
}
</style>
border-color css
<style>
span { border-color: #F2E5CF; }
span { border-color: rgb(242,229,207); }
td.TdClassName
{
border-color: #F2E5CF;
}
.TagClassName
{
border-color: #F2E5CF;
}
</style>