#FAE4EE

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

Shades of Amour #FAE4EE

Tints of Amour #FAE4EE

Color information

#FAE4EE (or 0xFAE4EE) is unknown color: approx Amour. HEX triplet: FA, E4 and EE. RGB value is (250,228,238). Sum of RGB (Red+Green+Blue) = 250+228+238=716 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.92% from 716); Green value is 228 (89.45% from 255 or 31.84% from 716); Blue value is 238 (93.36% from 255 or 33.24% from 716); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAE4EE is #051B11. Grayscale: #EBEBEB. Windows color (decimal): -334610 or 15656186. OLE color: 15656186.

HSL color Cylindrical-coordinate representation of color #FAE4EE: hue angle of 332.73º degrees, saturation: 0.69, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FAE4EE is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB250228238-
CMYK00.090.050.02
HSL332.73º68.75%93.73%-
HSV(B)332.73º8.8%98.04%-
XYZ82.681.9892.36-
YUV235.72129.29138.19-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.92%
GREEN value IS 228 (89.45% from 255) = 31.84%
BLUE value IS 238 (93.36% from 255) = 33.24%
R=34.92%
G=31.84%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022823800.090.050.02332.7368.7593.73
HexFAE4EE095214d455e
Octal37234435601152515105136
Binary111110101110010011101110010011011010100110110001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE4EE; }

 p { color: rgb(250,228,238); }

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

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

 a { background-color: rgb(250,228,238); }

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

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

 span { border-color: rgb(250,228,238); }

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