#FAAAF1

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

Shades of Lavender Rose #FAAAF1

Tints of Lavender Rose #FAAAF1

Color information

#FAAAF1 (or 0xFAAAF1) is unknown color: approx Lavender Rose. HEX triplet: FA, AA and F1. RGB value is (250,170,241). Sum of RGB (Red+Green+Blue) = 250+170+241=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 170 (66.80% from 255 or 25.72% from 661); Blue value is 241 (94.53% from 255 or 36.46% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAAAF1 is #05550E. Grayscale: #C9C9C9. Windows color (decimal): -349455 or 15837946. OLE color: 15837946.

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

Color convert

RGB250170241-
CMYK00.320.040.02
HSL306.75º88.89%82.35%-
HSV(B)306.75º32%98.04%-
XYZ69.6855.4290.24-
YUV202.01150162.23-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.82%
GREEN value IS 170 (66.80% from 255) = 25.72%
BLUE value IS 241 (94.53% from 255) = 36.46%
R=37.82%
G=25.72%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017024100.320.040.02306.7588.8982.35
HexFAAAF1020421335952
Octal37225236104042463131122
Binary11111010101010101111000101000001001010011001110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAAF1; }

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

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

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

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

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

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

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

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