#FDFDF9

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

Shades of Ivory #FDFDF9

Tints of Ivory #FDFDF9

Color information

#FDFDF9 (or 0xFDFDF9) is unknown color: approx Ivory. HEX triplet: FD, FD and F9. RGB value is (253,253,249). Sum of RGB (Red+Green+Blue) = 253+253+249=755 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.51% from 755); Green value is 253 (99.22% from 255 or 33.51% from 755); Blue value is 249 (97.66% from 255 or 32.98% from 755); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFDF9 is #020206. Grayscale: #FCFCFC. Windows color (decimal): -131591 or 16383485. OLE color: 16383485.

HSL color Cylindrical-coordinate representation of color #FDFDF9: hue angle of 60º degrees, saturation: 0.5, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FDFDF9 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB253253249-
CMYK000.020.01
HSL60º50%98.43%-
HSV(B)60º1.58%99.22%-
XYZ92.7397.97103.65-
YUV252.54126128.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.51%
GREEN value IS 253 (99.22% from 255) = 33.51%
BLUE value IS 249 (97.66% from 255) = 32.98%
R=33.51%
G=33.51%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253253249000.020.01605098.43
HexFDFDF900213c3262
Octal37537537100217462142
Binary111111011111110111111001001011111001100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFDF9; }

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

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

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

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

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

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

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

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