Shades of Linen #FDF4E9
Tints of Linen #FDF4E9
RGB
CMYK
RGB Variations
Color information
#FDF4E9 (or 0xFDF4E9) is known color: Linen. HEX triplet: FD, F4 and E9. RGB value is (253,244,233). Sum of RGB (Red+Green+Blue) = 253+244+233=730 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.66% from 730); Green value is 244 (95.70% from 255 or 33.42% from 730); Blue value is 233 (91.41% from 255 or 31.92% from 730); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF4E9 is #020B16. Grayscale: #F5F5F5. Windows color (decimal): -133911 or 15332605. OLE color: 15332605.
HSL color Cylindrical-coordinate representation of color #FDF4E9: hue angle of 33º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDF4E9 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 244 | 233 | - |
CMYK | 0 | 0.04 | 0.08 | 0.01 |
HSL | 33º | 0.83% | 0.95% | - |
HSV(B) | 33º | 0.08% | 0.99% | - |
XYZ | 87.57 | 91.47 | 90.13 | - |
YUV | 245.44 | 120.98 | 133.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 244 | 233 | 0 | 0.04 | 0.08 | 0.01 | 33 | 0.83 | 0.95 |
Hex | FD | F4 | E9 | 0 | 4 | 8 | 1 | 21 | 53 | 5F |
Octal | 375 | 364 | 351 | 0 | 4 | 10 | 1 | 41 | 123 | 137 |
Binary | 11111101 | 11110100 | 11101001 | 0 | 100 | 1000 | 1 | 100001 | 1010011 | 1011111 |
Color Harmonies of #FDF4E9
Complementary color
Monochromatic Colors of #FDF4E9
Black with #FDF4E9
Text Example
Text Example
White with #FDF4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF4E9; }
p { color: rgb(253,244,233); }
H1.HeaderClassName
{
color: #FDF4E9;
}
.AnyTagClassName
{
color: #FDF4E9;
}
</style>
background-color css
<style>
a { background-color: #FDF4E9; }
a { background-color: rgb(253,244,233); }
div.DivClassName
{
background-color: #FDF4E9;
}
.BgClassName
{
background-color: #FDF4E9;
}
</style>
border-color css
<style>
span { border-color: #FDF4E9; }
span { border-color: rgb(253,244,233); }
td.TdClassName
{
border-color: #FDF4E9;
}
.TagClassName
{
border-color: #FDF4E9;
}
</style>