#FEE1E8

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

Shades of Amour #FEE1E8

Tints of Amour #FEE1E8

Color information

#FEE1E8 (or 0xFEE1E8) is unknown color: approx Amour. HEX triplet: FE, E1 and E8. RGB value is (254,225,232). Sum of RGB (Red+Green+Blue) = 254+225+232=711 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.72% from 711); Green value is 225 (88.28% from 255 or 31.65% from 711); Blue value is 232 (91.02% from 255 or 32.63% from 711); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE1E8 is #011E17. Grayscale: #EAEAEA. Windows color (decimal): -73240 or 15262206. OLE color: 15262206.

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

Color convert

RGB254225232-
CMYK00.110.090.00
HSL345.52º93.55%93.92%-
HSV(B)345.52º11.42%99.61%-
XYZ82.3680.7587.59-
YUV234.47126.61141.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.72%
GREEN value IS 225 (88.28% from 255) = 31.65%
BLUE value IS 232 (91.02% from 255) = 32.63%
R=35.72%
G=31.65%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422523200.110.090.00345.5293.5593.92
HexFEE1E80B9015a5e5e
Octal376341350013110532136136
Binary111111101110000111101000010111001010101101010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE1E8; }

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

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

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

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

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

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

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

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