Shades of Spring Wood #F1E4D6
Tints of Spring Wood #F1E4D6
RGB
CMYK
RGB Variations
Color information
#F1E4D6 (or 0xF1E4D6) is known color: Spring Wood. HEX triplet: F1, E4 and D6. RGB value is (241,228,214). Sum of RGB (Red+Green+Blue) = 241+228+214=683 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.29% from 683); Green value is 228 (89.45% from 255 or 33.38% from 683); Blue value is 214 (83.98% from 255 or 31.33% from 683); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E4D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E4D6 is #0E1B29. Grayscale: #E6E6E6. Windows color (decimal): -924458 or 14083313. OLE color: 14083313.
HSL color Cylindrical-coordinate representation of color #F1E4D6: hue angle of 31.11º degrees, saturation: 0.49, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F1E4D6 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 228 | 214 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.05 |
| HSL | 31.11º | 0.49% | 0.89% | - |
| HSV(B) | 31.11º | 0.11% | 0.95% | - |
| XYZ | 76.16 | 79.04 | 74.86 | - |
| YUV | 230.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 228 | 214 | 0 | 0.05 | 0.11 | 0.05 | 31.11 | 0.49 | 0.89 |
| Hex | F1 | E4 | D6 | 0 | 5 | B | 5 | 1F | 31 | 59 |
| Octal | 361 | 344 | 326 | 0 | 5 | 13 | 5 | 37 | 61 | 131 |
| Binary | 11110001 | 11100100 | 11010110 | 0 | 101 | 1011 | 101 | 11111 | 110001 | 1011001 |
Color Harmonies of #F1E4D6
Complementary color
Monochromatic Colors of #F1E4D6
Black with #F1E4D6
Text Example
Text Example
White with #F1E4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E4D6; }
p { color: rgb(241,228,214); }
H1.HeaderClassName
{
color: #F1E4D6;
}
.AnyTagClassName
{
color: #F1E4D6;
}
</style>
background-color css
<style>
a { background-color: #F1E4D6; }
a { background-color: rgb(241,228,214); }
div.DivClassName
{
background-color: #F1E4D6;
}
.BgClassName
{
background-color: #F1E4D6;
}
</style>
border-color css
<style>
span { border-color: #F1E4D6; }
span { border-color: rgb(241,228,214); }
td.TdClassName
{
border-color: #F1E4D6;
}
.TagClassName
{
border-color: #F1E4D6;
}
</style>