#FFFDF3

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

Shades of Ivory #FFFDF3

Tints of Ivory #FFFDF3

Color information

#FFFDF3 (or 0xFFFDF3) is unknown color: approx Ivory. HEX triplet: FF, FD and F3. RGB value is (255,253,243). Sum of RGB (Red+Green+Blue) = 255+253+243=751 (99% of max value = 765). Red value is 255 (100% from 255 or 33.95% from 751); Green value is 253 (99.22% from 255 or 33.69% from 751); Blue value is 243 (95.31% from 255 or 32.36% from 751); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFDF3 is #00020C. Grayscale: #FCFCFC. Windows color (decimal): -525 or 15990271. OLE color: 15990271.

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

Color convert

RGB255253243-
CMYK00.010.050
HSL50º100%97.65%-
HSV(B)50º4.71%100%-
XYZ92.5497.9898.83-
YUV252.46122.66129.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 33.95%
GREEN value IS 253 (99.22% from 255) = 33.69%
BLUE value IS 243 (95.31% from 255) = 32.36%
R=33.95%
G=33.69%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525324300.010.0505010097.65
HexFFFDF30150326462
Octal377375363015062144142
Binary11111111111111011111001101101011001011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFDF3; }

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

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

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

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

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

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

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

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