#FDFDF7

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

Shades of Ivory #FDFDF7

Tints of Ivory #FDFDF7

Color information

#FDFDF7 (or 0xFDFDF7) is unknown color: approx Ivory. HEX triplet: FD, FD and F7. RGB value is (253,253,247). Sum of RGB (Red+Green+Blue) = 253+253+247=753 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.60% from 753); Green value is 253 (99.22% from 255 or 33.60% from 753); Blue value is 247 (96.88% from 255 or 32.80% from 753); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFDF7 is #020208. Grayscale: #FCFCFC. Windows color (decimal): -131593 or 16252413. OLE color: 16252413.

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

Color convert

RGB253253247-
CMYK000.020.01
HSL60º60%98.04%-
HSV(B)60º2.37%99.22%-
XYZ92.4297.85102.01-
YUV252.32125128.49-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.60%
GREEN value IS 253 (99.22% from 255) = 33.60%
BLUE value IS 247 (96.88% from 255) = 32.80%
R=33.60%
G=33.60%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253253247000.020.01606098.04
HexFDFDF700213c3c62
Octal37537536700217474142
Binary111111011111110111110111001011111001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFDF7; }

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

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

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

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

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

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

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

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