#FDFCF1

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

Shades of Ivory #FDFCF1

Tints of Ivory #FDFCF1

Color information

#FDFCF1 (or 0xFDFCF1) is unknown color: approx Ivory. HEX triplet: FD, FC and F1. RGB value is (253,252,241). Sum of RGB (Red+Green+Blue) = 253+252+241=746 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.91% from 746); Green value is 252 (98.83% from 255 or 33.78% from 746); Blue value is 241 (94.53% from 255 or 32.31% from 746); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFCF1 is #02030E. Grayscale: #FBFBFB. Windows color (decimal): -131855 or 15858941. OLE color: 15858941.

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

Color convert

RGB253252241-
CMYK00.000.050.01
HSL55º75%96.86%-
HSV(B)55º4.74%99.22%-
XYZ91.296.8597.11-
YUV251.04122.33129.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.91%
GREEN value IS 252 (98.83% from 255) = 33.78%
BLUE value IS 241 (94.53% from 255) = 32.31%
R=33.91%
G=33.78%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325224100.000.050.01557596.86
HexFDFCF10051374b61
Octal375374361005167113141
Binary11111101111111001111000100101111011110010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFCF1; }

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

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

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

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

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

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

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

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