#FDFDF0

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

Shades of Ivory #FDFDF0

Tints of Ivory #FDFDF0

Color information

#FDFDF0 (or 0xFDFDF0) is unknown color: approx Ivory. HEX triplet: FD, FD and F0. RGB value is (253,253,240). Sum of RGB (Red+Green+Blue) = 253+253+240=746 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.91% from 746); Green value is 253 (99.22% from 255 or 33.91% from 746); Blue value is 240 (94.14% from 255 or 32.17% from 746); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFDF0 is #02020F. Grayscale: #FBFBFB. Windows color (decimal): -131600 or 15793661. OLE color: 15793661.

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

Color convert

RGB253253240-
CMYK000.050.01
HSL60º76.47%96.67%-
HSV(B)60º5.14%99.22%-
XYZ91.3697.4296.43-
YUV251.52121.5129.06-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.91%
GREEN value IS 253 (99.22% from 255) = 33.91%
BLUE value IS 240 (94.14% from 255) = 32.17%
R=33.91%
G=33.91%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253253240000.050.016076.4796.67
HexFDFDF000513c4c61
Octal375375360005174114141
Binary11111101111111011111000000101111110010011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFDF0; }

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

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

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

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

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

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

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

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