Html Css Color HEX #F1E2D1 Quarter Spanish White
📋 copy color: '#F1E2D1'red 241 ◦ green 226 ◦ blue 209
Shades of Quarter Spanish White #F1E2D1
Tints of Quarter Spanish White #F1E2D1
RGB
CMYK
RGB Variations
Color information
#F1E2D1 (or 0xF1E2D1) is known color: Quarter Spanish White. HEX triplet: F1, E2 and D1. RGB value is (241,226,209). Sum of RGB (Red+Green+Blue) = 241+226+209=676 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.65% from 676); Green value is 226 (88.67% from 255 or 33.43% from 676); Blue value is 209 (82.03% from 255 or 30.92% from 676); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E2D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E2D1 is #0E1D2E. Grayscale: #E4E4E4. Windows color (decimal): -924975 or 13755121. OLE color: 13755121.
HSL color Cylindrical-coordinate representation of color #F1E2D1: hue angle of 31.88º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F1E2D1 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 226 | 209 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.05 |
| HSL | 31.88º | 0.53% | 0.88% | - |
| HSV(B) | 31.88º | 0.13% | 0.95% | - |
| XYZ | 74.98 | 77.7 | 71.37 | - |
| YUV | 228.55 | 116.97 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 226 | 209 | 0 | 0.06 | 0.13 | 0.05 | 31.88 | 0.53 | 0.88 |
| Hex | F1 | E2 | D1 | 0 | 6 | D | 5 | 20 | 35 | 58 |
| Octal | 361 | 342 | 321 | 0 | 6 | 15 | 5 | 40 | 65 | 130 |
| Binary | 11110001 | 11100010 | 11010001 | 0 | 110 | 1101 | 101 | 100000 | 110101 | 1011000 |
Color Harmonies of #F1E2D1
Complementary color
Monochromatic Colors of #F1E2D1
Black with #F1E2D1
Text Example
Text Example
White with #F1E2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E2D1; }
p { color: rgb(241,226,209); }
H1.HeaderClassName
{
color: #F1E2D1;
}
.AnyTagClassName
{
color: #F1E2D1;
}
</style>
background-color css
<style>
a { background-color: #F1E2D1; }
a { background-color: rgb(241,226,209); }
div.DivClassName
{
background-color: #F1E2D1;
}
.BgClassName
{
background-color: #F1E2D1;
}
</style>
border-color css
<style>
span { border-color: #F1E2D1; }
span { border-color: rgb(241,226,209); }
td.TdClassName
{
border-color: #F1E2D1;
}
.TagClassName
{
border-color: #F1E2D1;
}
</style>