#FAAAF9

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

Shades of Lavender Rose #FAAAF9

Tints of Lavender Rose #FAAAF9

Color information

#FAAAF9 (or 0xFAAAF9) is unknown color: approx Lavender Rose. HEX triplet: FA, AA and F9. RGB value is (250,170,249). Sum of RGB (Red+Green+Blue) = 250+170+249=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 170 (66.80% from 255 or 25.41% from 669); Blue value is 249 (97.66% from 255 or 37.22% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAAF9 is #055506. Grayscale: #CACACA. Windows color (decimal): -349447 or 16362234. OLE color: 16362234.

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

Color convert

RGB250170249-
CMYK00.320.000.02
HSL300.75º88.89%82.35%-
HSV(B)300.75º32%98.04%-
XYZ70.955.9196.68-
YUV202.93154161.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.37%
GREEN value IS 170 (66.80% from 255) = 25.41%
BLUE value IS 249 (97.66% from 255) = 37.22%
R=37.37%
G=25.41%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017024900.320.000.02300.7588.8982.35
HexFAAAF90200212d5952
Octal37225237104002455131122
Binary111110101010101011111001010000001010010110110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAAF9; }

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

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

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

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

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

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

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

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