#FDFCF4

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

Shades of Ivory #FDFCF4

Tints of Ivory #FDFCF4

Color information

#FDFCF4 (or 0xFDFCF4) is unknown color: approx Ivory. HEX triplet: FD, FC and F4. RGB value is (253,252,244). Sum of RGB (Red+Green+Blue) = 253+252+244=749 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.78% from 749); Green value is 252 (98.83% from 255 or 33.64% from 749); Blue value is 244 (95.70% from 255 or 32.58% from 749); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFCF4 is #02030B. Grayscale: #FBFBFB. Windows color (decimal): -131852 or 16055549. OLE color: 16055549.

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

Color convert

RGB253252244-
CMYK00.000.040.01
HSL53.33º69.23%97.45%-
HSV(B)53.33º3.56%99.22%-
XYZ91.6597.0499.49-
YUV251.39123.83129.15-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.78%
GREEN value IS 252 (98.83% from 255) = 33.64%
BLUE value IS 244 (95.70% from 255) = 32.58%
R=33.78%
G=33.64%
B=32.58%

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
Decimal25325224400.000.040.0153.3369.2397.45
HexFDFCF40041354561
Octal375374364004165105141
Binary11111101111111001111010000100111010110001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFCF4; }

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

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

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

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

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

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

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

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