#FFE5E9

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

Shades of Amour #FFE5E9

Tints of Amour #FFE5E9

Color information

#FFE5E9 (or 0xFFE5E9) is unknown color: approx Amour. HEX triplet: FF, E5 and E9. RGB value is (255,229,233). Sum of RGB (Red+Green+Blue) = 255+229+233=717 (94% of max value = 765). Red value is 255 (100% from 255 or 35.56% from 717); Green value is 229 (89.84% from 255 or 31.94% from 717); Blue value is 233 (91.41% from 255 or 32.50% from 717); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE5E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE5E9 is #001A16. Grayscale: #EDEDED. Windows color (decimal): -6679 or 15328767. OLE color: 15328767.

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

Color convert

RGB255229233-
CMYK00.100.090
HSL350.77º100%94.9%-
HSV(B)350.77º10.2%100%-
XYZ83.9783.1888.72-
YUV237.23125.61140.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.56%
GREEN value IS 229 (89.84% from 255) = 31.94%
BLUE value IS 233 (91.41% from 255) = 32.50%
R=35.56%
G=31.94%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522923300.100.090350.7710094.9
HexFFE5E90A9015f645f
Octal377345351012110537144137
Binary111111111110010111101001010101001010101111111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE5E9; }

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

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

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

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

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

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

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

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