Shades of White Linen #F1EADD
Tints of White Linen #F1EADD
RGB
CMYK
RGB Variations
Color information
#F1EADD (or 0xF1EADD) is known color: White Linen. HEX triplet: F1, EA and DD. RGB value is (241,234,221). Sum of RGB (Red+Green+Blue) = 241+234+221=696 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.63% from 696); Green value is 234 (91.80% from 255 or 33.62% from 696); Blue value is 221 (86.72% from 255 or 31.75% from 696); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EADD is #0E1522. Grayscale: #EAEAEA. Windows color (decimal): -922915 or 14543601. OLE color: 14543601.
HSL color Cylindrical-coordinate representation of color #F1EADD: hue angle of 39º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F1EADD is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 234 | 221 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.05 |
| HSL | 39º | 0.42% | 0.91% | - |
| HSV(B) | 39º | 0.08% | 0.95% | - |
| XYZ | 78.75 | 82.77 | 80.23 | - |
| YUV | 234.61 | 120.32 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 234 | 221 | 0 | 0.03 | 0.08 | 0.05 | 39 | 0.42 | 0.91 |
| Hex | F1 | EA | DD | 0 | 3 | 8 | 5 | 27 | 2A | 5B |
| Octal | 361 | 352 | 335 | 0 | 3 | 10 | 5 | 47 | 52 | 133 |
| Binary | 11110001 | 11101010 | 11011101 | 0 | 11 | 1000 | 101 | 100111 | 101010 | 1011011 |
Color Harmonies of #F1EADD
Complementary color
Monochromatic Colors of #F1EADD
Black with #F1EADD
Text Example
Text Example
White with #F1EADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EADD; }
p { color: rgb(241,234,221); }
H1.HeaderClassName
{
color: #F1EADD;
}
.AnyTagClassName
{
color: #F1EADD;
}
</style>
background-color css
<style>
a { background-color: #F1EADD; }
a { background-color: rgb(241,234,221); }
div.DivClassName
{
background-color: #F1EADD;
}
.BgClassName
{
background-color: #F1EADD;
}
</style>
border-color css
<style>
span { border-color: #F1EADD; }
span { border-color: rgb(241,234,221); }
td.TdClassName
{
border-color: #F1EADD;
}
.TagClassName
{
border-color: #F1EADD;
}
</style>