Shades of Linen #FDF3EA
Tints of Linen #FDF3EA
RGB
CMYK
RGB Variations
Color information
#FDF3EA (or 0xFDF3EA) is known color: Linen. HEX triplet: FD, F3 and EA. RGB value is (253,243,234). Sum of RGB (Red+Green+Blue) = 253+243+234=730 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.66% from 730); Green value is 243 (95.31% from 255 or 33.29% from 730); Blue value is 234 (91.80% from 255 or 32.05% from 730); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF3EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF3EA is #020C15. Grayscale: #F5F5F5. Windows color (decimal): -134166 or 15397885. OLE color: 15397885.
HSL color Cylindrical-coordinate representation of color #FDF3EA: hue angle of 28.42º 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 #FDF3EA is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 243 | 234 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.01 |
| HSL | 28.42º | 0.83% | 0.95% | - |
| HSV(B) | 28.42º | 0.08% | 0.99% | - |
| XYZ | 87.41 | 90.92 | 90.79 | - |
| YUV | 244.96 | 121.81 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 243 | 234 | 0 | 0.04 | 0.08 | 0.01 | 28.42 | 0.83 | 0.95 |
| Hex | FD | F3 | EA | 0 | 4 | 8 | 1 | 1C | 53 | 5F |
| Octal | 375 | 363 | 352 | 0 | 4 | 10 | 1 | 34 | 123 | 137 |
| Binary | 11111101 | 11110011 | 11101010 | 0 | 100 | 1000 | 1 | 11100 | 1010011 | 1011111 |
Color Harmonies of #FDF3EA
Complementary color
Monochromatic Colors of #FDF3EA
Black with #FDF3EA
Text Example
Text Example
White with #FDF3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF3EA; }
p { color: rgb(253,243,234); }
H1.HeaderClassName
{
color: #FDF3EA;
}
.AnyTagClassName
{
color: #FDF3EA;
}
</style>
background-color css
<style>
a { background-color: #FDF3EA; }
a { background-color: rgb(253,243,234); }
div.DivClassName
{
background-color: #FDF3EA;
}
.BgClassName
{
background-color: #FDF3EA;
}
</style>
border-color css
<style>
span { border-color: #FDF3EA; }
span { border-color: rgb(253,243,234); }
td.TdClassName
{
border-color: #FDF3EA;
}
.TagClassName
{
border-color: #FDF3EA;
}
</style>