#faa1e6

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

Shades of Lavender Rose #FAA1E6

Tints of Lavender Rose #FAA1E6

Color information

#FAA1E6 (or 0xFAA1E6) is unknown color: approx Lavender Rose. HEX triplet: FA, A1 and E6. RGB value is (250,161,230). Sum of RGB (Red+Green+Blue) = 250+161+230=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 161 (63.28% from 255 or 25.12% from 641); Blue value is 230 (90.23% from 255 or 35.88% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA1E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAA1E6 is #055E19. Grayscale: #C3C3C3. Windows color (decimal): -351770 or 15114746. OLE color: 15114746.

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

Color convert

RGB250161230-
CMYK00.360.080.02
HSL313.48º89.9%80.59%-
HSV(B)313.48º35.6%98.04%-
XYZ66.4551.5381.31-
YUV195.48147.49166.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.00%
GREEN value IS 161 (63.28% from 255) = 25.12%
BLUE value IS 230 (90.23% from 255) = 35.88%
R=39.00%
G=25.12%
B=35.88%

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
Decimal25016123000.360.080.02313.4889.980.59
HexFAA1E6024821395a51
Octal372241346044102471132121
Binary111110101010000111100110010010010001010011100110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #faa1e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #faa1e6; }

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

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

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

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

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

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

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

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