#FDFCF2

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

Shades of Ivory #FDFCF2

Tints of Ivory #FDFCF2

Color information

#FDFCF2 (or 0xFDFCF2) is unknown color: approx Ivory. HEX triplet: FD, FC and F2. RGB value is (253,252,242). Sum of RGB (Red+Green+Blue) = 253+252+242=747 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.87% from 747); Green value is 252 (98.83% from 255 or 33.73% from 747); Blue value is 242 (94.92% from 255 or 32.40% from 747); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFCF2 is #02030D. Grayscale: #FBFBFB. Windows color (decimal): -131854 or 15924477. OLE color: 15924477.

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

Color convert

RGB253252242-
CMYK00.000.040.01
HSL54.55º73.33%97.06%-
HSV(B)54.55º4.35%99.22%-
XYZ91.3596.9197.9-
YUV251.16122.83129.31-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.87%
GREEN value IS 252 (98.83% from 255) = 33.73%
BLUE value IS 242 (94.92% from 255) = 32.40%
R=33.87%
G=33.73%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325224200.000.040.0154.5573.3397.06
HexFDFCF20041374961
Octal375374362004167111141
Binary11111101111111001111001000100111011110010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFCF2; }

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

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

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

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

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

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

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

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