#FDF5EC

Color #FDF5EC Linen (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Linen #FDF5EC

Tints of Linen #FDF5EC

Color information

#FDF5EC (or 0xFDF5EC) is unknown color: approx Linen. HEX triplet: FD, F5 and EC. RGB value is (253,245,236). Sum of RGB (Red+Green+Blue) = 253+245+236=734 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.47% from 734); Green value is 245 (96.09% from 255 or 33.38% from 734); Blue value is 236 (92.58% from 255 or 32.15% from 734); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF5EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF5EC is #020A13. Grayscale: #F6F6F6. Windows color (decimal): -133652 or 15529469. OLE color: 15529469.

HSL color Cylindrical-coordinate representation of color #FDF5EC: hue angle of 31.76º degrees, saturation: 0.81, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FDF5EC is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB253245236-
CMYK00.030.070.01
HSL31.76º80.95%95.88%-
HSV(B)31.76º6.72%99.22%-
XYZ88.392.2492.51-
YUV246.37122.15132.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 34.47%
GREEN value IS 245 (96.09% from 255) = 33.38%
BLUE value IS 236 (92.58% from 255) = 32.15%
R=34.47%
G=33.38%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324523600.030.070.0131.7680.9595.88
HexFDF5EC0371205160
Octal375365354037140121140
Binary111111011111010111101100011111110000010100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF5EC; }

 p { color: rgb(253,245,236); }

 H1.HeaderClassName
 {
   color: #FDF5EC;
 }
 .AnyTagClassName
 {
   color: #FDF5EC;
 }
</style>
background-color css

<style>
 a { background-color: #FDF5EC; }

 a { background-color: rgb(253,245,236); }

 div.DivClassName
 {
   background-color: #FDF5EC;
 }
 .BgClassName
 {
   background-color: #FDF5EC;
 }
</style>
border-color css

<style>
 span { border-color: #FDF5EC; }

 span { border-color: rgb(253,245,236); }

 td.TdClassName
 {
   border-color: #FDF5EC;
 }
 .TagClassName
 {
   border-color: #FDF5EC;
 }
</style>