#FDFDF2

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

Shades of Ivory #FDFDF2

Tints of Ivory #FDFDF2

Color information

#FDFDF2 (or 0xFDFDF2) is unknown color: approx Ivory. HEX triplet: FD, FD and F2. RGB value is (253,253,242). Sum of RGB (Red+Green+Blue) = 253+253+242=748 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.82% from 748); Green value is 253 (99.22% from 255 or 33.82% from 748); Blue value is 242 (94.92% from 255 or 32.35% from 748); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFDF2 is #02020D. Grayscale: #FBFBFB. Windows color (decimal): -131598 or 15924733. OLE color: 15924733.

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

Color convert

RGB253253242-
CMYK000.040.01
HSL60º73.33%97.06%-
HSV(B)60º4.35%99.22%-
XYZ91.6697.5498-
YUV251.75122.5128.89-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.82%
GREEN value IS 253 (99.22% from 255) = 33.82%
BLUE value IS 242 (94.92% from 255) = 32.35%
R=33.82%
G=33.82%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253253242000.040.016073.3397.06
HexFDFDF200413c4961
Octal375375362004174111141
Binary11111101111111011111001000100111110010010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFDF2; }

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

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

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

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

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

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

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

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