#FDFEEC

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

Shades of Ivory #FDFEEC

Tints of Ivory #FDFEEC

Color information

#FDFEEC (or 0xFDFEEC) is unknown color: approx Ivory. HEX triplet: FD, FE and EC. RGB value is (253,254,236). Sum of RGB (Red+Green+Blue) = 253+254+236=743 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.05% from 743); Green value is 254 (99.61% from 255 or 34.19% from 743); Blue value is 236 (92.58% from 255 or 31.76% from 743); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFEEC is #020113. Grayscale: #FBFBFB. Windows color (decimal): -131348 or 15531773. OLE color: 15531773.

HSL color Cylindrical-coordinate representation of color #FDFEEC: hue angle of 63.33º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FDFEEC is Cyan = 0.00, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB253254236-
CMYK0.0000.070.00
HSL63.33º90%96.08%-
HSV(B)63.33º7.09%99.61%-
XYZ91.0997.8293.44-
YUV251.65119.17128.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.05%
GREEN value IS 254 (99.61% from 255) = 34.19%
BLUE value IS 236 (92.58% from 255) = 31.76%
R=34.05%
G=34.19%
B=31.76%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532542360.0000.070.0063.339096.08
HexFDFEEC00703f5a60
Octal375376354007077132140
Binary11111101111111101110110000111011111110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFEEC; }

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

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

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

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

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

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

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

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