#FDFDFC

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

Shades of Ivory #FDFDFC

Tints of Ivory #FDFDFC

Color information

#FDFDFC (or 0xFDFDFC) is unknown color: approx Ivory. HEX triplet: FD, FD and FC. RGB value is (253,253,252). Sum of RGB (Red+Green+Blue) = 253+253+252=758 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.38% from 758); Green value is 253 (99.22% from 255 or 33.38% from 758); Blue value is 252 (98.83% from 255 or 33.25% from 758); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFDFC is #020203. Grayscale: #FCFCFC. Windows color (decimal): -131588 or 16580093. OLE color: 16580093.

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

Color convert

RGB253253252-
CMYK000.000.01
HSL60º20%99.02%-
HSV(B)60º0.4%99.22%-
XYZ93.298.16106.13-
YUV252.89127.5128.08-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.38%
GREEN value IS 253 (99.22% from 255) = 33.38%
BLUE value IS 252 (98.83% from 255) = 33.25%
R=33.38%
G=33.38%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253253252000.000.01602099.02
HexFDFDFC00013c1463
Octal37537537400017424143
Binary1111110111111101111111000001111100101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFDFC; }

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

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

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

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

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

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

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

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