#FFE2EB

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

Shades of Amour #FFE2EB

Tints of Amour #FFE2EB

Color information

#FFE2EB (or 0xFFE2EB) is unknown color: approx Amour. HEX triplet: FF, E2 and EB. RGB value is (255,226,235). Sum of RGB (Red+Green+Blue) = 255+226+235=716 (94% of max value = 765). Red value is 255 (100% from 255 or 35.61% from 716); Green value is 226 (88.67% from 255 or 31.56% from 716); Blue value is 235 (92.19% from 255 or 32.82% from 716); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE2EB is #001D14. Grayscale: #EBEBEB. Windows color (decimal): -7445 or 15459071. OLE color: 15459071.

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

Color convert

RGB255226235-
CMYK00.110.080
HSL341.38º100%94.31%-
HSV(B)341.38º11.37%100%-
XYZ83.4381.6589.96-
YUV235.7127.61141.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.61%
GREEN value IS 226 (88.67% from 255) = 31.56%
BLUE value IS 235 (92.19% from 255) = 32.82%
R=35.61%
G=31.56%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522623500.110.080341.3810094.31
HexFFE2EB0B80155645e
Octal377342353013100525144136
Binary111111111110001011101011010111000010101010111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE2EB; }

 p { color: rgb(255,226,235); }

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

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

 a { background-color: rgb(255,226,235); }

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

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

 span { border-color: rgb(255,226,235); }

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