#FFFDE9

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

Shades of Ivory #FFFDE9

Tints of Ivory #FFFDE9

Color information

#FFFDE9 (or 0xFFFDE9) is unknown color: approx Ivory. HEX triplet: FF, FD and E9. RGB value is (255,253,233). Sum of RGB (Red+Green+Blue) = 255+253+233=741 (98% of max value = 765). Red value is 255 (100% from 255 or 34.41% from 741); Green value is 253 (99.22% from 255 or 34.14% from 741); Blue value is 233 (91.41% from 255 or 31.44% from 741); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFFDE9 is #000216. Grayscale: #FBFBFB. Windows color (decimal): -535 or 15334911. OLE color: 15334911.

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

Color convert

RGB255253233-
CMYK00.010.090
HSL54.55º100%95.69%-
HSV(B)54.55º8.63%100%-
XYZ91.0797.3991.09-
YUV251.32117.66130.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.41%
GREEN value IS 253 (99.22% from 255) = 34.14%
BLUE value IS 233 (91.41% from 255) = 31.44%
R=34.41%
G=34.14%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525323300.010.09054.5510095.69
HexFFFDE90190376460
Octal3773753510111067144140
Binary111111111111110111101001011001011011111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFDE9; }

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

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

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

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

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

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

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

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