Html Css Color HEX #F2E3CF Quarter Spanish White
📋 copy color: '#F2E3CF'red 242 ◦ green 227 ◦ blue 207
Shades of Quarter Spanish White #F2E3CF
Tints of Quarter Spanish White #F2E3CF
RGB
CMYK
RGB Variations
Color information
#F2E3CF (or 0xF2E3CF) is known color: Quarter Spanish White. HEX triplet: F2, E3 and CF. RGB value is (242,227,207). Sum of RGB (Red+Green+Blue) = 242+227+207=676 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.80% from 676); Green value is 227 (89.06% from 255 or 33.58% from 676); Blue value is 207 (81.25% from 255 or 30.62% from 676); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E3CF is #0D1C30. Grayscale: #E5E5E5. Windows color (decimal): -859185 or 13624306. OLE color: 13624306.
HSL color Cylindrical-coordinate representation of color #F2E3CF: hue angle of 34.29º 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 #F2E3CF is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 227 | 207 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.05 |
| HSL | 34.29º | 0.57% | 0.88% | - |
| HSV(B) | 34.29º | 0.14% | 0.95% | - |
| XYZ | 75.35 | 78.32 | 70.18 | - |
| YUV | 229.21 | 115.47 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 227 | 207 | 0 | 0.06 | 0.14 | 0.05 | 34.29 | 0.57 | 0.88 |
| Hex | F2 | E3 | CF | 0 | 6 | E | 5 | 22 | 39 | 58 |
| Octal | 362 | 343 | 317 | 0 | 6 | 16 | 5 | 42 | 71 | 130 |
| Binary | 11110010 | 11100011 | 11001111 | 0 | 110 | 1110 | 101 | 100010 | 111001 | 1011000 |
Color Harmonies of #F2E3CF
Complementary color
Monochromatic Colors of #F2E3CF
Black with #F2E3CF
Text Example
Text Example
White with #F2E3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E3CF; }
p { color: rgb(242,227,207); }
H1.HeaderClassName
{
color: #F2E3CF;
}
.AnyTagClassName
{
color: #F2E3CF;
}
</style>
background-color css
<style>
a { background-color: #F2E3CF; }
a { background-color: rgb(242,227,207); }
div.DivClassName
{
background-color: #F2E3CF;
}
.BgClassName
{
background-color: #F2E3CF;
}
</style>
border-color css
<style>
span { border-color: #F2E3CF; }
span { border-color: rgb(242,227,207); }
td.TdClassName
{
border-color: #F2E3CF;
}
.TagClassName
{
border-color: #F2E3CF;
}
</style>