#FDFDEC

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

Shades of Ivory #FDFDEC

Tints of Ivory #FDFDEC

Color information

#FDFDEC (or 0xFDFDEC) is unknown color: approx Ivory. HEX triplet: FD, FD and EC. RGB value is (253,253,236). Sum of RGB (Red+Green+Blue) = 253+253+236=742 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.10% from 742); Green value is 253 (99.22% from 255 or 34.10% from 742); Blue value is 236 (92.58% from 255 or 31.81% from 742); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFDEC is #020213. Grayscale: #FBFBFB. Windows color (decimal): -131604 or 15531517. OLE color: 15531517.

HSL color Cylindrical-coordinate representation of color #FDFDEC: hue angle of 60º 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 #FDFDEC is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB253253236-
CMYK000.070.01
HSL60º80.95%95.88%-
HSV(B)60º6.72%99.22%-
XYZ90.7797.1993.33-
YUV251.06119.5129.38-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.10%
GREEN value IS 253 (99.22% from 255) = 34.10%
BLUE value IS 236 (92.58% from 255) = 31.81%
R=34.10%
G=34.10%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253253236000.070.016080.9595.88
HexFDFDEC00713c5160
Octal375375354007174121140
Binary11111101111111011110110000111111110010100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFDEC; }

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

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

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

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

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

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

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

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