Shades of Linen #F1EDE8
Tints of Linen #F1EDE8
RGB
CMYK
RGB Variations
Color information
#F1EDE8 (or 0xF1EDE8) is known color: Linen. HEX triplet: F1, ED and E8. RGB value is (241,237,232). Sum of RGB (Red+Green+Blue) = 241+237+232=710 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.94% from 710); Green value is 237 (92.97% from 255 or 33.38% from 710); Blue value is 232 (91.02% from 255 or 32.68% from 710); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EDE8 is #0E1217. Grayscale: #EDEDED. Windows color (decimal): -922136 or 15265265. OLE color: 15265265.
HSL color Cylindrical-coordinate representation of color #F1EDE8: hue angle of 33.33º degrees, saturation: 0.24, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F1EDE8 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 237 | 232 | - |
CMYK | 0 | 0.02 | 0.04 | 0.05 |
HSL | 33.33º | 0.24% | 0.93% | - |
HSV(B) | 33.33º | 0.04% | 0.95% | - |
XYZ | 81.13 | 85.1 | 88.49 | - |
YUV | 237.63 | 124.83 | 130.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 237 | 232 | 0 | 0.02 | 0.04 | 0.05 | 33.33 | 0.24 | 0.93 |
Hex | F1 | ED | E8 | 0 | 2 | 4 | 5 | 21 | 18 | 5D |
Octal | 361 | 355 | 350 | 0 | 2 | 4 | 5 | 41 | 30 | 135 |
Binary | 11110001 | 11101101 | 11101000 | 0 | 10 | 100 | 101 | 100001 | 11000 | 1011101 |
Color Harmonies of #F1EDE8
Complementary color
Monochromatic Colors of #F1EDE8
Black with #F1EDE8
Text Example
Text Example
White with #F1EDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EDE8; }
p { color: rgb(241,237,232); }
H1.HeaderClassName
{
color: #F1EDE8;
}
.AnyTagClassName
{
color: #F1EDE8;
}
</style>
background-color css
<style>
a { background-color: #F1EDE8; }
a { background-color: rgb(241,237,232); }
div.DivClassName
{
background-color: #F1EDE8;
}
.BgClassName
{
background-color: #F1EDE8;
}
</style>
border-color css
<style>
span { border-color: #F1EDE8; }
span { border-color: rgb(241,237,232); }
td.TdClassName
{
border-color: #F1EDE8;
}
.TagClassName
{
border-color: #F1EDE8;
}
</style>