#FDFCF5

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

Shades of Ivory #FDFCF5

Tints of Ivory #FDFCF5

Color information

#FDFCF5 (or 0xFDFCF5) is unknown color: approx Ivory. HEX triplet: FD, FC and F5. RGB value is (253,252,245). Sum of RGB (Red+Green+Blue) = 253+252+245=750 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.73% from 750); Green value is 252 (98.83% from 255 or 33.6% from 750); Blue value is 245 (96.09% from 255 or 32.67% from 750); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFCF5 is #02030A. Grayscale: #FBFBFB. Windows color (decimal): -131851 or 16121085. OLE color: 16121085.

HSL color Cylindrical-coordinate representation of color #FDFCF5: hue angle of 52.5º degrees, saturation: 0.67, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FDFCF5 is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB253252245-
CMYK00.000.030.01
HSL52.5º66.67%97.65%-
HSV(B)52.5º3.16%99.22%-
XYZ91.897.1100.29-
YUV251.5124.33129.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.73%
GREEN value IS 252 (98.83% from 255) = 33.6%
BLUE value IS 245 (96.09% from 255) = 32.67%
R=33.73%
G=33.6%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325224500.000.030.0152.566.6797.65
HexFDFCF50031344362
Octal375374365003164103142
Binary1111110111111100111101010011111010010000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFCF5; }

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

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

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

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

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

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

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

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