Shades of Linen #FDEFE0
Tints of Linen #FDEFE0
RGB
CMYK
RGB Variations
Color information
#FDEFE0 (or 0xFDEFE0) is known color: Linen. HEX triplet: FD, EF and E0. RGB value is (253,239,224). Sum of RGB (Red+Green+Blue) = 253+239+224=716 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.34% from 716); Green value is 239 (93.75% from 255 or 33.38% from 716); Blue value is 224 (87.89% from 255 or 31.28% from 716); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEFE0 is #02101F. Grayscale: #F1F1F1. Windows color (decimal): -135200 or 14741501. OLE color: 14741501.
HSL color Cylindrical-coordinate representation of color #FDEFE0: hue angle of 31.03º 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 #FDEFE0 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 224 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.01 |
| HSL | 31.03º | 0.88% | 0.94% | - |
| HSV(B) | 31.03º | 0.11% | 0.99% | - |
| XYZ | 84.83 | 88 | 83.04 | - |
| YUV | 241.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 224 | 0 | 0.06 | 0.11 | 0.01 | 31.03 | 0.88 | 0.94 |
| Hex | FD | EF | E0 | 0 | 6 | B | 1 | 1F | 58 | 5E |
| Octal | 375 | 357 | 340 | 0 | 6 | 13 | 1 | 37 | 130 | 136 |
| Binary | 11111101 | 11101111 | 11100000 | 0 | 110 | 1011 | 1 | 11111 | 1011000 | 1011110 |
Color Harmonies of #FDEFE0
Complementary color
Monochromatic Colors of #FDEFE0
Black with #FDEFE0
Text Example
Text Example
White with #FDEFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEFE0; }
p { color: rgb(253,239,224); }
H1.HeaderClassName
{
color: #FDEFE0;
}
.AnyTagClassName
{
color: #FDEFE0;
}
</style>
background-color css
<style>
a { background-color: #FDEFE0; }
a { background-color: rgb(253,239,224); }
div.DivClassName
{
background-color: #FDEFE0;
}
.BgClassName
{
background-color: #FDEFE0;
}
</style>
border-color css
<style>
span { border-color: #FDEFE0; }
span { border-color: rgb(253,239,224); }
td.TdClassName
{
border-color: #FDEFE0;
}
.TagClassName
{
border-color: #FDEFE0;
}
</style>