#FEFEE9

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

Shades of Ivory #FEFEE9

Tints of Ivory #FEFEE9

Color information

#FEFEE9 (or 0xFEFEE9) is unknown color: approx Ivory. HEX triplet: FE, FE and E9. RGB value is (254,254,233). Sum of RGB (Red+Green+Blue) = 254+254+233=741 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.28% from 741); Green value is 254 (99.61% from 255 or 34.28% from 741); Blue value is 233 (91.41% from 255 or 31.44% from 741); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFEE9 is #010116. Grayscale: #FBFBFB. Windows color (decimal): -65815 or 15335166. OLE color: 15335166.

HSL color Cylindrical-coordinate representation of color #FEFEE9: hue angle of 60º 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 #FEFEE9 is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB254254233-
CMYK000.080.00
HSL60º91.3%95.49%-
HSV(B)60º8.27%99.61%-
XYZ91.0297.8491.18-
YUV251.61117.5129.71-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.28%
GREEN value IS 254 (99.61% from 255) = 34.28%
BLUE value IS 233 (91.41% from 255) = 31.44%
R=34.28%
G=34.28%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254254233000.080.006091.395.49
HexFEFEE900803c5b5f
Octal3763763510010074133137
Binary111111101111111011101001001000011110010110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFEE9; }

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

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

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

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

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

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

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

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