#FAABFA

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

Shades of Lavender Rose #FAABFA

Tints of Lavender Rose #FAABFA

Color information

#FAABFA (or 0xFAABFA) is unknown color: approx Lavender Rose. HEX triplet: FA, AB and FA. RGB value is (250,171,250). Sum of RGB (Red+Green+Blue) = 250+171+250=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 171 (67.19% from 255 or 25.48% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAABFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FAABFA is #055405. Grayscale: #CBCBCB. Windows color (decimal): -349190 or 16428026. OLE color: 16428026.

HSL color Cylindrical-coordinate representation of color #FAABFA: hue angle of 300º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAABFA is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB250171250-
CMYK00.3200.02
HSL300º88.76%82.55%-
HSV(B)300º31.6%98.04%-
XYZ71.2456.3597.56-
YUV203.63154.17161.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.26%
GREEN value IS 171 (67.19% from 255) = 25.48%
BLUE value IS 250 (98.05% from 255) = 37.26%
R=37.26%
G=25.48%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017125000.3200.0230088.7682.55
HexFAABFA0200212c5953
Octal37225337204002454131123
Binary111110101010101111111010010000001010010110010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAABFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAABFA; }

 p { color: rgb(250,171,250); }

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

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

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

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

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

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

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