#FEE1E9

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

Shades of Amour #FEE1E9

Tints of Amour #FEE1E9

Color information

#FEE1E9 (or 0xFEE1E9) is unknown color: approx Amour. HEX triplet: FE, E1 and E9. RGB value is (254,225,233). Sum of RGB (Red+Green+Blue) = 254+225+233=712 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.67% from 712); Green value is 225 (88.28% from 255 or 31.60% from 712); Blue value is 233 (91.41% from 255 or 32.72% from 712); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE1E9 is #011E16. Grayscale: #EAEAEA. Windows color (decimal): -73239 or 15327742. OLE color: 15327742.

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

Color convert

RGB254225233-
CMYK00.110.080.00
HSL343.45º93.55%93.92%-
HSV(B)343.45º11.42%99.61%-
XYZ82.5180.888.34-
YUV234.58127.11141.85-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.67%
GREEN value IS 225 (88.28% from 255) = 31.60%
BLUE value IS 233 (91.41% from 255) = 32.72%
R=35.67%
G=31.60%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422523300.110.080.00343.4593.5593.92
HexFEE1E90B801575e5e
Octal376341351013100527136136
Binary111111101110000111101001010111000010101011110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE1E9; }

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

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

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

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

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

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

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

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