Html Css Color HEX #F1E4D1 Quarter Spanish White
📋 copy color: '#F1E4D1'red 241 ◦ green 228 ◦ blue 209
Shades of Quarter Spanish White #F1E4D1
Tints of Quarter Spanish White #F1E4D1
RGB
CMYK
RGB Variations
Color information
#F1E4D1 (or 0xF1E4D1) is known color: Quarter Spanish White. HEX triplet: F1, E4 and D1. RGB value is (241,228,209). Sum of RGB (Red+Green+Blue) = 241+228+209=678 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.55% from 678); Green value is 228 (89.45% from 255 or 33.63% from 678); Blue value is 209 (82.03% from 255 or 30.83% from 678); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E4D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E4D1 is #0E1B2E. Grayscale: #E5E5E5. Windows color (decimal): -924463 or 13755633. OLE color: 13755633.
HSL color Cylindrical-coordinate representation of color #F1E4D1: hue angle of 35.62º 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 #F1E4D1 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 228 | 209 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.05 |
| HSL | 35.63º | 0.53% | 0.88% | - |
| HSV(B) | 35.63º | 0.13% | 0.95% | - |
| XYZ | 75.53 | 78.79 | 71.55 | - |
| YUV | 229.72 | 116.31 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 228 | 209 | 0 | 0.05 | 0.13 | 0.05 | 35.63 | 0.53 | 0.88 |
| Hex | F1 | E4 | D1 | 0 | 5 | D | 5 | 24 | 35 | 58 |
| Octal | 361 | 344 | 321 | 0 | 5 | 15 | 5 | 44 | 65 | 130 |
| Binary | 11110001 | 11100100 | 11010001 | 0 | 101 | 1101 | 101 | 100100 | 110101 | 1011000 |
Color Harmonies of #F1E4D1
Complementary color
Monochromatic Colors of #F1E4D1
Black with #F1E4D1
Text Example
Text Example
White with #F1E4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E4D1; }
p { color: rgb(241,228,209); }
H1.HeaderClassName
{
color: #F1E4D1;
}
.AnyTagClassName
{
color: #F1E4D1;
}
</style>
background-color css
<style>
a { background-color: #F1E4D1; }
a { background-color: rgb(241,228,209); }
div.DivClassName
{
background-color: #F1E4D1;
}
.BgClassName
{
background-color: #F1E4D1;
}
</style>
border-color css
<style>
span { border-color: #F1E4D1; }
span { border-color: rgb(241,228,209); }
td.TdClassName
{
border-color: #F1E4D1;
}
.TagClassName
{
border-color: #F1E4D1;
}
</style>