#FAA1E9

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

Shades of Lavender Rose #FAA1E9

Tints of Lavender Rose #FAA1E9

Color information

#FAA1E9 (or 0xFAA1E9) is unknown color: approx Lavender Rose. HEX triplet: FA, A1 and E9. RGB value is (250,161,233). Sum of RGB (Red+Green+Blue) = 250+161+233=644 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.82% from 644); Green value is 161 (63.28% from 255 or 25% from 644); Blue value is 233 (91.41% from 255 or 36.18% from 644); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA1E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA1E9 is #055E16. Grayscale: #C3C3C3. Windows color (decimal): -351767 or 15311354. OLE color: 15311354.

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

Color convert

RGB250161233-
CMYK00.360.070.02
HSL311.46º89.9%80.59%-
HSV(B)311.46º35.6%98.04%-
XYZ66.8851.783.54-
YUV195.82148.99166.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.82%
GREEN value IS 161 (63.28% from 255) = 25%
BLUE value IS 233 (91.41% from 255) = 36.18%
R=38.82%
G=25%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016123300.360.070.02311.4689.980.59
HexFAA1E9024721375a51
Octal37224135104472467132121
Binary11111010101000011110100101001001111010011011110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA1E9; }

 p { color: rgb(250,161,233); }

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

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

 a { background-color: rgb(250,161,233); }

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

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

 span { border-color: rgb(250,161,233); }

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