Shades of Linen #F7EDE5
Tints of Linen #F7EDE5
RGB
CMYK
RGB Variations
Color information
#F7EDE5 (or 0xF7EDE5) is known color: Linen. HEX triplet: F7, ED and E5. RGB value is (247,237,229). Sum of RGB (Red+Green+Blue) = 247+237+229=713 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.64% from 713); Green value is 237 (92.97% from 255 or 33.24% from 713); Blue value is 229 (89.84% from 255 or 32.12% from 713); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EDE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EDE5 is #08121A. Grayscale: #EFEFEF. Windows color (decimal): -528923 or 15068663. OLE color: 15068663.
HSL color Cylindrical-coordinate representation of color #F7EDE5: hue angle of 26.67º degrees, saturation: 0.53, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F7EDE5 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 237 | 229 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.03 |
| HSL | 26.67º | 0.53% | 0.93% | - |
| HSV(B) | 26.67º | 0.07% | 0.97% | - |
| XYZ | 82.78 | 86 | 86.37 | - |
| YUV | 239.08 | 122.31 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 237 | 229 | 0 | 0.04 | 0.07 | 0.03 | 26.67 | 0.53 | 0.93 |
| Hex | F7 | ED | E5 | 0 | 4 | 7 | 3 | 1B | 35 | 5D |
| Octal | 367 | 355 | 345 | 0 | 4 | 7 | 3 | 33 | 65 | 135 |
| Binary | 11110111 | 11101101 | 11100101 | 0 | 100 | 111 | 11 | 11011 | 110101 | 1011101 |
Color Harmonies of #F7EDE5
Complementary color
Monochromatic Colors of #F7EDE5
Black with #F7EDE5
Text Example
Text Example
White with #F7EDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7EDE5; }
p { color: rgb(247,237,229); }
H1.HeaderClassName
{
color: #F7EDE5;
}
.AnyTagClassName
{
color: #F7EDE5;
}
</style>
background-color css
<style>
a { background-color: #F7EDE5; }
a { background-color: rgb(247,237,229); }
div.DivClassName
{
background-color: #F7EDE5;
}
.BgClassName
{
background-color: #F7EDE5;
}
</style>
border-color css
<style>
span { border-color: #F7EDE5; }
span { border-color: rgb(247,237,229); }
td.TdClassName
{
border-color: #F7EDE5;
}
.TagClassName
{
border-color: #F7EDE5;
}
</style>