Shades of Spring Wood #F1E2D4
Tints of Spring Wood #F1E2D4
RGB
CMYK
RGB Variations
Color information
#F1E2D4 (or 0xF1E2D4) is known color: Spring Wood. HEX triplet: F1, E2 and D4. RGB value is (241,226,212). Sum of RGB (Red+Green+Blue) = 241+226+212=679 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.49% from 679); Green value is 226 (88.67% from 255 or 33.28% from 679); Blue value is 212 (83.20% from 255 or 31.22% from 679); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E2D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E2D4 is #0E1D2B. Grayscale: #E4E4E4. Windows color (decimal): -924972 or 13951729. OLE color: 13951729.
HSL color Cylindrical-coordinate representation of color #F1E2D4: hue angle of 28.97º degrees, saturation: 0.51, 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 #F1E2D4 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 226 | 212 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.05 |
| HSL | 28.97º | 0.51% | 0.89% | - |
| HSV(B) | 28.97º | 0.12% | 0.95% | - |
| XYZ | 75.36 | 77.85 | 73.34 | - |
| YUV | 228.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 226 | 212 | 0 | 0.06 | 0.12 | 0.05 | 28.97 | 0.51 | 0.89 |
| Hex | F1 | E2 | D4 | 0 | 6 | C | 5 | 1D | 33 | 59 |
| Octal | 361 | 342 | 324 | 0 | 6 | 14 | 5 | 35 | 63 | 131 |
| Binary | 11110001 | 11100010 | 11010100 | 0 | 110 | 1100 | 101 | 11101 | 110011 | 1011001 |
Color Harmonies of #F1E2D4
Complementary color
Monochromatic Colors of #F1E2D4
Black with #F1E2D4
Text Example
Text Example
White with #F1E2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E2D4; }
p { color: rgb(241,226,212); }
H1.HeaderClassName
{
color: #F1E2D4;
}
.AnyTagClassName
{
color: #F1E2D4;
}
</style>
background-color css
<style>
a { background-color: #F1E2D4; }
a { background-color: rgb(241,226,212); }
div.DivClassName
{
background-color: #F1E2D4;
}
.BgClassName
{
background-color: #F1E2D4;
}
</style>
border-color css
<style>
span { border-color: #F1E2D4; }
span { border-color: rgb(241,226,212); }
td.TdClassName
{
border-color: #F1E2D4;
}
.TagClassName
{
border-color: #F1E2D4;
}
</style>