#FDFEE9

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

Shades of Ivory #FDFEE9

Tints of Ivory #FDFEE9

Color information

#FDFEE9 (or 0xFDFEE9) is unknown color: approx Ivory. HEX triplet: FD, FE and E9. RGB value is (253,254,233). Sum of RGB (Red+Green+Blue) = 253+254+233=740 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.19% from 740); Green value is 254 (99.61% from 255 or 34.32% from 740); Blue value is 233 (91.41% from 255 or 31.49% from 740); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFEE9 is #020116. Grayscale: #FBFBFB. Windows color (decimal): -131351 or 15335165. OLE color: 15335165.

HSL color Cylindrical-coordinate representation of color #FDFEE9: hue angle of 62.86º degrees, saturation: 0.91, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDFEE9 is Cyan = 0.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB253254233-
CMYK0.0000.080.00
HSL62.86º91.3%95.49%-
HSV(B)62.86º8.27%99.61%-
XYZ90.6697.6591.16-
YUV251.31117.67129.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.19%
GREEN value IS 254 (99.61% from 255) = 34.32%
BLUE value IS 233 (91.41% from 255) = 31.49%
R=34.19%
G=34.32%
B=31.49%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2532542330.0000.080.0062.8691.395.49
HexFDFEE900803f5b5f
Octal3753763510010077133137
Binary111111011111111011101001001000011111110110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFEE9; }

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

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

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

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

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

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

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

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