#FAA0E5

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

Shades of Lavender Rose #FAA0E5

Tints of Lavender Rose #FAA0E5

Color information

#FAA0E5 (or 0xFAA0E5) is unknown color: approx Lavender Rose. HEX triplet: FA, A0 and E5. RGB value is (250,160,229). Sum of RGB (Red+Green+Blue) = 250+160+229=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 160 (62.89% from 255 or 25.04% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA0E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA0E5 is #055F1A. Grayscale: #C2C2C2. Windows color (decimal): -352027 or 15048954. OLE color: 15048954.

HSL color Cylindrical-coordinate representation of color #FAA0E5: hue angle of 314º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAA0E5 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB250160229-
CMYK00.360.080.02
HSL314º90%80.39%-
HSV(B)314º36%98.04%-
XYZ66.1451.1280.51-
YUV194.78147.32167.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.12%
GREEN value IS 160 (62.89% from 255) = 25.04%
BLUE value IS 229 (89.84% from 255) = 35.84%
R=39.12%
G=25.04%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016022900.360.080.023149080.39
HexFAA0E50248213a5a50
Octal372240345044102472132120
Binary111110101010000011100101010010010001010011101010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA0E5; }

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

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

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

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

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

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

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

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