#FDFDF1

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

Shades of Ivory #FDFDF1

Tints of Ivory #FDFDF1

Color information

#FDFDF1 (or 0xFDFDF1) is unknown color: approx Ivory. HEX triplet: FD, FD and F1. RGB value is (253,253,241). Sum of RGB (Red+Green+Blue) = 253+253+241=747 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.87% from 747); Green value is 253 (99.22% from 255 or 33.87% from 747); Blue value is 241 (94.53% from 255 or 32.26% from 747); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFDF1 is #02020E. Grayscale: #FBFBFB. Windows color (decimal): -131599 or 15859197. OLE color: 15859197.

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

Color convert

RGB253253241-
CMYK000.050.01
HSL60º75%96.86%-
HSV(B)60º4.74%99.22%-
XYZ91.5197.4897.21-
YUV251.63122128.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.87%
GREEN value IS 253 (99.22% from 255) = 33.87%
BLUE value IS 241 (94.53% from 255) = 32.26%
R=33.87%
G=33.87%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253253241000.050.01607596.86
HexFDFDF100513c4b61
Octal375375361005174113141
Binary11111101111111011111000100101111110010010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFDF1; }

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

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

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

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

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

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

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

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