#FEFEEA

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

Shades of Ivory #FEFEEA

Tints of Ivory #FEFEEA

Color information

#FEFEEA (or 0xFEFEEA) is unknown color: approx Ivory. HEX triplet: FE, FE and EA. RGB value is (254,254,234). Sum of RGB (Red+Green+Blue) = 254+254+234=742 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.23% from 742); Green value is 254 (99.61% from 255 or 34.23% from 742); Blue value is 234 (91.80% from 255 or 31.54% from 742); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFEEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEFEEA is #010115. Grayscale: #FBFBFB. Windows color (decimal): -65814 or 15400702. OLE color: 15400702.

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

Color convert

RGB254254234-
CMYK000.080.00
HSL60º90.91%95.69%-
HSV(B)60º7.87%99.61%-
XYZ91.1797.8991.93-
YUV251.72118129.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.23%
GREEN value IS 254 (99.61% from 255) = 34.23%
BLUE value IS 234 (91.80% from 255) = 31.54%
R=34.23%
G=34.23%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254254234000.080.006090.9195.69
HexFEFEEA00803c5b60
Octal3763763520010074133140
Binary111111101111111011101010001000011110010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFEEA; }

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

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

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

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

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

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

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

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