Shades of Linen #FDEFE5
Tints of Linen #FDEFE5
RGB
CMYK
RGB Variations
Color information
#FDEFE5 (or 0xFDEFE5) is known color: Linen. HEX triplet: FD, EF and E5. RGB value is (253,239,229). Sum of RGB (Red+Green+Blue) = 253+239+229=721 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.09% from 721); Green value is 239 (93.75% from 255 or 33.15% from 721); Blue value is 229 (89.84% from 255 or 31.76% from 721); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEFE5 is #02101A. Grayscale: #F2F2F2. Windows color (decimal): -135195 or 15069181. OLE color: 15069181.
HSL color Cylindrical-coordinate representation of color #FDEFE5: hue angle of 25º degrees, saturation: 0.86, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FDEFE5 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 229 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.01 |
| HSL | 25º | 0.86% | 0.95% | - |
| HSV(B) | 25º | 0.09% | 0.99% | - |
| XYZ | 85.52 | 88.27 | 86.66 | - |
| YUV | 242.05 | 120.64 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 229 | 0 | 0.06 | 0.09 | 0.01 | 25 | 0.86 | 0.95 |
| Hex | FD | EF | E5 | 0 | 6 | 9 | 1 | 19 | 56 | 5F |
| Octal | 375 | 357 | 345 | 0 | 6 | 11 | 1 | 31 | 126 | 137 |
| Binary | 11111101 | 11101111 | 11100101 | 0 | 110 | 1001 | 1 | 11001 | 1010110 | 1011111 |
Color Harmonies of #FDEFE5
Complementary color
Monochromatic Colors of #FDEFE5
Black with #FDEFE5
Text Example
Text Example
White with #FDEFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEFE5; }
p { color: rgb(253,239,229); }
H1.HeaderClassName
{
color: #FDEFE5;
}
.AnyTagClassName
{
color: #FDEFE5;
}
</style>
background-color css
<style>
a { background-color: #FDEFE5; }
a { background-color: rgb(253,239,229); }
div.DivClassName
{
background-color: #FDEFE5;
}
.BgClassName
{
background-color: #FDEFE5;
}
</style>
border-color css
<style>
span { border-color: #FDEFE5; }
span { border-color: rgb(253,239,229); }
td.TdClassName
{
border-color: #FDEFE5;
}
.TagClassName
{
border-color: #FDEFE5;
}
</style>