#FAABDA

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

Shades of Lavender Pink #FAABDA

Tints of Lavender Pink #FAABDA

Color information

#FAABDA (or 0xFAABDA) is unknown color: approx Lavender Pink. HEX triplet: FA, AB and DA. RGB value is (250,171,218). Sum of RGB (Red+Green+Blue) = 250+171+218=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 171 (67.19% from 255 or 26.76% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABDA is #055425. Grayscale: #C7C7C7. Windows color (decimal): -349222 or 14330874. OLE color: 14330874.

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

Color convert

RGB250171218-
CMYK00.320.130.02
HSL324.3º88.76%82.55%-
HSV(B)324.3º31.6%98.04%-
XYZ66.6454.5173.34-
YUV199.98138.17163.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.12%
GREEN value IS 171 (67.19% from 255) = 26.76%
BLUE value IS 218 (85.55% from 255) = 34.12%
R=39.12%
G=26.76%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017121800.320.130.02324.388.7682.55
HexFAABDA020D21445953
Octal372253332040152504131123
Binary111110101010101111011010010000011011010100010010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAABDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAABDA; }

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

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

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

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

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

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

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

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