#FEE5E9

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

Shades of Amour #FEE5E9

Tints of Amour #FEE5E9

Color information

#FEE5E9 (or 0xFEE5E9) is unknown color: approx Amour. HEX triplet: FE, E5 and E9. RGB value is (254,229,233). Sum of RGB (Red+Green+Blue) = 254+229+233=716 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.47% from 716); Green value is 229 (89.84% from 255 or 31.98% from 716); Blue value is 233 (91.41% from 255 or 32.54% from 716); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE5E9 is #011A16. Grayscale: #ECECEC. Windows color (decimal): -72215 or 15328766. OLE color: 15328766.

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

Color convert

RGB254229233-
CMYK00.100.080.00
HSL350.4º92.59%94.71%-
HSV(B)350.4º9.84%99.61%-
XYZ83.682.9988.7-
YUV236.93125.78140.17-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.47%
GREEN value IS 229 (89.84% from 255) = 31.98%
BLUE value IS 233 (91.41% from 255) = 32.54%
R=35.47%
G=31.98%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422923300.100.080.00350.492.5994.71
HexFEE5E90A8015e5d5f
Octal376345351012100536135137
Binary111111101110010111101001010101000010101111010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE5E9; }

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

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

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

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

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

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

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

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