Shades of Linen #FDF1E8
Tints of Linen #FDF1E8
RGB
CMYK
RGB Variations
Color information
#FDF1E8 (or 0xFDF1E8) is known color: Linen. HEX triplet: FD, F1 and E8. RGB value is (253,241,232). Sum of RGB (Red+Green+Blue) = 253+241+232=726 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.85% from 726); Green value is 241 (94.53% from 255 or 33.20% from 726); Blue value is 232 (91.02% from 255 or 31.96% from 726); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF1E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF1E8 is #020E17. Grayscale: #F3F3F3. Windows color (decimal): -134680 or 15266301. OLE color: 15266301.
HSL color Cylindrical-coordinate representation of color #FDF1E8: hue angle of 25.71º degrees, saturation: 0.84, 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 #FDF1E8 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 232 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.01 |
| HSL | 25.71º | 0.84% | 0.95% | - |
| HSV(B) | 25.71º | 0.08% | 0.99% | - |
| XYZ | 86.53 | 89.62 | 89.08 | - |
| YUV | 243.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 232 | 0 | 0.05 | 0.08 | 0.01 | 25.71 | 0.84 | 0.95 |
| Hex | FD | F1 | E8 | 0 | 5 | 8 | 1 | 1A | 54 | 5F |
| Octal | 375 | 361 | 350 | 0 | 5 | 10 | 1 | 32 | 124 | 137 |
| Binary | 11111101 | 11110001 | 11101000 | 0 | 101 | 1000 | 1 | 11010 | 1010100 | 1011111 |
Color Harmonies of #FDF1E8
Complementary color
Monochromatic Colors of #FDF1E8
Black with #FDF1E8
Text Example
Text Example
White with #FDF1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF1E8; }
p { color: rgb(253,241,232); }
H1.HeaderClassName
{
color: #FDF1E8;
}
.AnyTagClassName
{
color: #FDF1E8;
}
</style>
background-color css
<style>
a { background-color: #FDF1E8; }
a { background-color: rgb(253,241,232); }
div.DivClassName
{
background-color: #FDF1E8;
}
.BgClassName
{
background-color: #FDF1E8;
}
</style>
border-color css
<style>
span { border-color: #FDF1E8; }
span { border-color: rgb(253,241,232); }
td.TdClassName
{
border-color: #FDF1E8;
}
.TagClassName
{
border-color: #FDF1E8;
}
</style>