Shades of White Linen #F1E7D9
Tints of White Linen #F1E7D9
RGB
CMYK
RGB Variations
Color information
#F1E7D9 (or 0xF1E7D9) is known color: White Linen. HEX triplet: F1, E7 and D9. RGB value is (241,231,217). Sum of RGB (Red+Green+Blue) = 241+231+217=689 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.98% from 689); Green value is 231 (90.62% from 255 or 33.53% from 689); Blue value is 217 (85.16% from 255 or 31.49% from 689); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E7D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E7D9 is #0E1826. Grayscale: #E8E8E8. Windows color (decimal): -923687 or 14280689. OLE color: 14280689.
HSL color Cylindrical-coordinate representation of color #F1E7D9: hue angle of 35º degrees, saturation: 0.46, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1E7D9 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 231 | 217 | - |
CMYK | 0 | 0.04 | 0.10 | 0.05 |
HSL | 35º | 0.46% | 0.9% | - |
HSV(B) | 35º | 0.1% | 0.95% | - |
XYZ | 77.38 | 80.86 | 77.18 | - |
YUV | 232.39 | 119.31 | 134.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 231 | 217 | 0 | 0.04 | 0.10 | 0.05 | 35 | 0.46 | 0.9 |
Hex | F1 | E7 | D9 | 0 | 4 | A | 5 | 23 | 2E | 5A |
Octal | 361 | 347 | 331 | 0 | 4 | 12 | 5 | 43 | 56 | 132 |
Binary | 11110001 | 11100111 | 11011001 | 0 | 100 | 1010 | 101 | 100011 | 101110 | 1011010 |
Color Harmonies of #F1E7D9
Complementary color
Monochromatic Colors of #F1E7D9
Black with #F1E7D9
Text Example
Text Example
White with #F1E7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E7D9; }
p { color: rgb(241,231,217); }
H1.HeaderClassName
{
color: #F1E7D9;
}
.AnyTagClassName
{
color: #F1E7D9;
}
</style>
background-color css
<style>
a { background-color: #F1E7D9; }
a { background-color: rgb(241,231,217); }
div.DivClassName
{
background-color: #F1E7D9;
}
.BgClassName
{
background-color: #F1E7D9;
}
</style>
border-color css
<style>
span { border-color: #F1E7D9; }
span { border-color: rgb(241,231,217); }
td.TdClassName
{
border-color: #F1E7D9;
}
.TagClassName
{
border-color: #F1E7D9;
}
</style>