#FAA3E1

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

Shades of Lavender Rose #FAA3E1

Tints of Lavender Rose #FAA3E1

Color information

#FAA3E1 (or 0xFAA3E1) is unknown color: approx Lavender Rose. HEX triplet: FA, A3 and E1. RGB value is (250,163,225). Sum of RGB (Red+Green+Blue) = 250+163+225=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 163 (64.06% from 255 or 25.55% from 638); Blue value is 225 (88.28% from 255 or 35.27% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA3E1 is #055C1E. Grayscale: #C3C3C3. Windows color (decimal): -351263 or 14787578. OLE color: 14787578.

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

Color convert

RGB250163225-
CMYK00.350.100.02
HSL317.24º89.69%80.98%-
HSV(B)317.24º34.8%98.04%-
XYZ66.1151.9577.78-
YUV196.08144.32166.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.18%
GREEN value IS 163 (64.06% from 255) = 25.55%
BLUE value IS 225 (88.28% from 255) = 35.27%
R=39.18%
G=25.55%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016322500.350.100.02317.2489.6980.98
HexFAA3E1023A213d5a51
Octal372243341043122475132121
Binary111110101010001111100001010001110101010011110110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA3E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA3E1; }

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

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

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

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

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

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

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

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