#FAAAE0

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

Shades of Lavender Rose #FAAAE0

Tints of Lavender Rose #FAAAE0

Color information

#FAAAE0 (or 0xFAAAE0) is unknown color: approx Lavender Rose. HEX triplet: FA, AA and E0. RGB value is (250,170,224). Sum of RGB (Red+Green+Blue) = 250+170+224=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 170 (66.80% from 255 or 26.40% from 644); Blue value is 224 (87.89% from 255 or 34.78% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAAE0 is #05551F. Grayscale: #C7C7C7. Windows color (decimal): -349472 or 14723834. OLE color: 14723834.

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

Color convert

RGB250170224-
CMYK00.320.100.02
HSL319.5º88.89%82.35%-
HSV(B)319.5º32%98.04%-
XYZ67.2554.4677.49-
YUV200.08141.5163.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.82%
GREEN value IS 170 (66.80% from 255) = 26.40%
BLUE value IS 224 (87.89% from 255) = 34.78%
R=38.82%
G=26.40%
B=34.78%

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
Decimal25017022400.320.100.02319.588.8982.35
HexFAAAE0020A21405952
Octal372252340040122500131122
Binary111110101010101011100000010000010101010100000010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAAE0; }

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

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

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

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

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

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

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

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