#FDFDE9

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

Shades of Ivory #FDFDE9

Tints of Ivory #FDFDE9

Color information

#FDFDE9 (or 0xFDFDE9) is unknown color: approx Ivory. HEX triplet: FD, FD and E9. RGB value is (253,253,233). Sum of RGB (Red+Green+Blue) = 253+253+233=739 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.24% from 739); Green value is 253 (99.22% from 255 or 34.24% from 739); Blue value is 233 (91.41% from 255 or 31.53% from 739); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFDE9 is #020216. Grayscale: #FAFAFA. Windows color (decimal): -131607 or 15334909. OLE color: 15334909.

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

Color convert

RGB253253233-
CMYK000.080.01
HSL60º83.33%95.29%-
HSV(B)60º7.91%99.22%-
XYZ90.3497.0291.06-
YUV250.72118129.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.24%
GREEN value IS 253 (99.22% from 255) = 34.24%
BLUE value IS 233 (91.41% from 255) = 31.53%
R=34.24%
G=34.24%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253253233000.080.016083.3395.29
HexFDFDE900813c535f
Octal3753753510010174123137
Binary111111011111110111101001001000111110010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFDE9; }

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

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

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

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

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

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

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

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