#FEE4EB

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

Shades of Amour #FEE4EB

Tints of Amour #FEE4EB

Color information

#FEE4EB (or 0xFEE4EB) is unknown color: approx Amour. HEX triplet: FE, E4 and EB. RGB value is (254,228,235). Sum of RGB (Red+Green+Blue) = 254+228+235=717 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.43% from 717); Green value is 228 (89.45% from 255 or 31.80% from 717); Blue value is 235 (92.19% from 255 or 32.78% from 717); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE4EB is #011B14. Grayscale: #ECECEC. Windows color (decimal): -72469 or 15459582. OLE color: 15459582.

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

Color convert

RGB254228235-
CMYK00.100.070.00
HSL343.85º92.86%94.51%-
HSV(B)343.85º10.24%99.61%-
XYZ83.6182.5690.13-
YUV236.57127.11140.43-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.43%
GREEN value IS 228 (89.45% from 255) = 31.80%
BLUE value IS 235 (92.19% from 255) = 32.78%
R=35.43%
G=31.80%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422823500.100.070.00343.8592.8694.51
HexFEE4EB0A701585d5f
Octal37634435301270530135137
Binary11111110111001001110101101010111010101100010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE4EB; }

 p { color: rgb(254,228,235); }

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

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

 a { background-color: rgb(254,228,235); }

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

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

 span { border-color: rgb(254,228,235); }

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