Html Css Color HEX #F1E4D3 Quarter Spanish White
📋 copy color: '#F1E4D3'red 241 ◦ green 228 ◦ blue 211
Shades of Quarter Spanish White #F1E4D3
Tints of Quarter Spanish White #F1E4D3
RGB
CMYK
RGB Variations
Color information
#F1E4D3 (or 0xF1E4D3) is known color: Quarter Spanish White. HEX triplet: F1, E4 and D3. RGB value is (241,228,211). Sum of RGB (Red+Green+Blue) = 241+228+211=680 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.44% from 680); Green value is 228 (89.45% from 255 or 33.53% from 680); Blue value is 211 (82.81% from 255 or 31.03% from 680); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E4D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E4D3 is #0E1B2C. Grayscale: #E6E6E6. Windows color (decimal): -924461 or 13886705. OLE color: 13886705.
HSL color Cylindrical-coordinate representation of color #F1E4D3: hue angle of 34º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F1E4D3 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 228 | 211 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.05 |
| HSL | 34º | 0.52% | 0.89% | - |
| HSV(B) | 34º | 0.12% | 0.95% | - |
| XYZ | 75.78 | 78.89 | 72.86 | - |
| YUV | 229.95 | 117.31 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 228 | 211 | 0 | 0.05 | 0.12 | 0.05 | 34 | 0.52 | 0.89 |
| Hex | F1 | E4 | D3 | 0 | 5 | C | 5 | 22 | 34 | 59 |
| Octal | 361 | 344 | 323 | 0 | 5 | 14 | 5 | 42 | 64 | 131 |
| Binary | 11110001 | 11100100 | 11010011 | 0 | 101 | 1100 | 101 | 100010 | 110100 | 1011001 |
Color Harmonies of #F1E4D3
Complementary color
Monochromatic Colors of #F1E4D3
Black with #F1E4D3
Text Example
Text Example
White with #F1E4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E4D3; }
p { color: rgb(241,228,211); }
H1.HeaderClassName
{
color: #F1E4D3;
}
.AnyTagClassName
{
color: #F1E4D3;
}
</style>
background-color css
<style>
a { background-color: #F1E4D3; }
a { background-color: rgb(241,228,211); }
div.DivClassName
{
background-color: #F1E4D3;
}
.BgClassName
{
background-color: #F1E4D3;
}
</style>
border-color css
<style>
span { border-color: #F1E4D3; }
span { border-color: rgb(241,228,211); }
td.TdClassName
{
border-color: #F1E4D3;
}
.TagClassName
{
border-color: #F1E4D3;
}
</style>