Shades of Linen #FDEFE1
Tints of Linen #FDEFE1
RGB
CMYK
RGB Variations
Color information
#FDEFE1 (or 0xFDEFE1) is known color: Linen. HEX triplet: FD, EF and E1. RGB value is (253,239,225). Sum of RGB (Red+Green+Blue) = 253+239+225=717 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.29% from 717); Green value is 239 (93.75% from 255 or 33.33% from 717); Blue value is 225 (88.28% from 255 or 31.38% from 717); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEFE1 is #02101E. Grayscale: #F1F1F1. Windows color (decimal): -135199 or 14807037. OLE color: 14807037.
HSL color Cylindrical-coordinate representation of color #FDEFE1: hue angle of 30º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FDEFE1 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 225 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.01 |
| HSL | 30º | 0.88% | 0.94% | - |
| HSV(B) | 30º | 0.11% | 0.99% | - |
| XYZ | 84.97 | 88.05 | 83.75 | - |
| YUV | 241.59 | 118.64 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 225 | 0 | 0.06 | 0.11 | 0.01 | 30 | 0.88 | 0.94 |
| Hex | FD | EF | E1 | 0 | 6 | B | 1 | 1E | 58 | 5E |
| Octal | 375 | 357 | 341 | 0 | 6 | 13 | 1 | 36 | 130 | 136 |
| Binary | 11111101 | 11101111 | 11100001 | 0 | 110 | 1011 | 1 | 11110 | 1011000 | 1011110 |
Color Harmonies of #FDEFE1
Complementary color
Monochromatic Colors of #FDEFE1
Black with #FDEFE1
Text Example
Text Example
White with #FDEFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEFE1; }
p { color: rgb(253,239,225); }
H1.HeaderClassName
{
color: #FDEFE1;
}
.AnyTagClassName
{
color: #FDEFE1;
}
</style>
background-color css
<style>
a { background-color: #FDEFE1; }
a { background-color: rgb(253,239,225); }
div.DivClassName
{
background-color: #FDEFE1;
}
.BgClassName
{
background-color: #FDEFE1;
}
</style>
border-color css
<style>
span { border-color: #FDEFE1; }
span { border-color: rgb(253,239,225); }
td.TdClassName
{
border-color: #FDEFE1;
}
.TagClassName
{
border-color: #FDEFE1;
}
</style>