Shades of Linen #F5EDE5
Tints of Linen #F5EDE5
RGB
CMYK
RGB Variations
Color information
#F5EDE5 (or 0xF5EDE5) is known color: Linen. HEX triplet: F5, ED and E5. RGB value is (245,237,229). Sum of RGB (Red+Green+Blue) = 245+237+229=711 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.46% from 711); Green value is 237 (92.97% from 255 or 33.33% from 711); Blue value is 229 (89.84% from 255 or 32.21% from 711); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EDE5 is #0A121A. Grayscale: #EEEEEE. Windows color (decimal): -659995 or 15068661. OLE color: 15068661.
HSL color Cylindrical-coordinate representation of color #F5EDE5: hue angle of 30º degrees, saturation: 0.44, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F5EDE5 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 237 | 229 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.04 |
| HSL | 30º | 0.44% | 0.93% | - |
| HSV(B) | 30º | 0.07% | 0.96% | - |
| XYZ | 82.08 | 85.64 | 86.33 | - |
| YUV | 238.48 | 122.65 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 237 | 229 | 0 | 0.03 | 0.07 | 0.04 | 30 | 0.44 | 0.93 |
| Hex | F5 | ED | E5 | 0 | 3 | 7 | 4 | 1E | 2C | 5D |
| Octal | 365 | 355 | 345 | 0 | 3 | 7 | 4 | 36 | 54 | 135 |
| Binary | 11110101 | 11101101 | 11100101 | 0 | 11 | 111 | 100 | 11110 | 101100 | 1011101 |
Color Harmonies of #F5EDE5
Complementary color
Monochromatic Colors of #F5EDE5
Black with #F5EDE5
Text Example
Text Example
White with #F5EDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EDE5; }
p { color: rgb(245,237,229); }
H1.HeaderClassName
{
color: #F5EDE5;
}
.AnyTagClassName
{
color: #F5EDE5;
}
</style>
background-color css
<style>
a { background-color: #F5EDE5; }
a { background-color: rgb(245,237,229); }
div.DivClassName
{
background-color: #F5EDE5;
}
.BgClassName
{
background-color: #F5EDE5;
}
</style>
border-color css
<style>
span { border-color: #F5EDE5; }
span { border-color: rgb(245,237,229); }
td.TdClassName
{
border-color: #F5EDE5;
}
.TagClassName
{
border-color: #F5EDE5;
}
</style>