#FAAAE1

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

Shades of Lavender Rose #FAAAE1

Tints of Lavender Rose #FAAAE1

Color information

#FAAAE1 (or 0xFAAAE1) is unknown color: approx Lavender Rose. HEX triplet: FA, AA and E1. RGB value is (250,170,225). Sum of RGB (Red+Green+Blue) = 250+170+225=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 170 (66.80% from 255 or 26.36% from 645); Blue value is 225 (88.28% from 255 or 34.88% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAAE1 is #05551E. Grayscale: #C8C8C8. Windows color (decimal): -349471 or 14789370. OLE color: 14789370.

HSL color Cylindrical-coordinate representation of color #FAAAE1: hue angle of 318.75º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAAAE1 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB250170225-
CMYK00.320.100.02
HSL318.75º88.89%82.35%-
HSV(B)318.75º32%98.04%-
XYZ67.3954.5178.2-
YUV200.19142163.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.76%
GREEN value IS 170 (66.80% from 255) = 26.36%
BLUE value IS 225 (88.28% from 255) = 34.88%
R=38.76%
G=26.36%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017022500.320.100.02318.7588.8982.35
HexFAAAE1020A213f5952
Octal372252341040122477131122
Binary111110101010101011100001010000010101010011111110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAAE1; }

 p { color: rgb(250,170,225); }

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

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

 a { background-color: rgb(250,170,225); }

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

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

 span { border-color: rgb(250,170,225); }

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