#FDFDF3

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

Shades of Ivory #FDFDF3

Tints of Ivory #FDFDF3

Color information

#FDFDF3 (or 0xFDFDF3) is unknown color: approx Ivory. HEX triplet: FD, FD and F3. RGB value is (253,253,243). Sum of RGB (Red+Green+Blue) = 253+253+243=749 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.78% from 749); Green value is 253 (99.22% from 255 or 33.78% from 749); Blue value is 243 (95.31% from 255 or 32.44% from 749); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFDF3 is #02020C. Grayscale: #FBFBFB. Windows color (decimal): -131597 or 15990269. OLE color: 15990269.

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

Color convert

RGB253253243-
CMYK000.040.01
HSL60º71.43%97.25%-
HSV(B)60º3.95%99.22%-
XYZ91.8197.698.79-
YUV251.86123128.81-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 33.78%
GREEN value IS 253 (99.22% from 255) = 33.78%
BLUE value IS 243 (95.31% from 255) = 32.44%
R=33.78%
G=33.78%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253253243000.040.016071.4397.25
HexFDFDF300413c4761
Octal375375363004174107141
Binary11111101111111011111001100100111110010001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFDF3; }

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

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

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

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

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

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

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

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