#FDFDFA

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

Shades of Ivory #FDFDFA

Tints of Ivory #FDFDFA

Color information

#FDFDFA (or 0xFDFDFA) is unknown color: approx Ivory. HEX triplet: FD, FD and FA. RGB value is (253,253,250). Sum of RGB (Red+Green+Blue) = 253+253+250=756 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.47% from 756); Green value is 253 (99.22% from 255 or 33.47% from 756); Blue value is 250 (98.05% from 255 or 33.07% from 756); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFDFA is #020205. Grayscale: #FCFCFC. Windows color (decimal): -131590 or 16449021. OLE color: 16449021.

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

Color convert

RGB253253250-
CMYK000.010.01
HSL60º42.86%98.63%-
HSV(B)60º1.19%99.22%-
XYZ92.8998.04104.47-
YUV252.66126.5128.24-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.47%
GREEN value IS 253 (99.22% from 255) = 33.47%
BLUE value IS 250 (98.05% from 255) = 33.07%
R=33.47%
G=33.47%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253253250000.010.016042.8698.63
HexFDFDFA00113c2b63
Octal37537537200117453143
Binary11111101111111011111101000111111001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFDFA; }

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

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

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

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

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

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

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

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