#FAAEE5

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

Shades of Lavender Rose #FAAEE5

Tints of Lavender Rose #FAAEE5

Color information

#FAAEE5 (or 0xFAAEE5) is unknown color: approx Lavender Rose. HEX triplet: FA, AE and E5. RGB value is (250,174,229). Sum of RGB (Red+Green+Blue) = 250+174+229=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 174 (68.36% from 255 or 26.65% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEE5 is #05511A. Grayscale: #CACACA. Windows color (decimal): -348443 or 15052538. OLE color: 15052538.

HSL color Cylindrical-coordinate representation of color #FAAEE5: hue angle of 316.58º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAAEE5 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB250174229-
CMYK00.300.080.02
HSL316.58º88.37%83.14%-
HSV(B)316.58º30.4%98.04%-
XYZ68.756.2581.37-
YUV202.99142.68161.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.28%
GREEN value IS 174 (68.36% from 255) = 26.65%
BLUE value IS 229 (89.84% from 255) = 35.07%
R=38.28%
G=26.65%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017422900.300.080.02316.5888.3783.14
HexFAAEE501E8213d5853
Octal372256345036102475130123
Binary11111010101011101110010101111010001010011110110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAEE5; }

 p { color: rgb(250,174,229); }

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

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

 a { background-color: rgb(250,174,229); }

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

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

 span { border-color: rgb(250,174,229); }

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