#FAABD6

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

Shades of Lavender Pink #FAABD6

Tints of Lavender Pink #FAABD6

Color information

#FAABD6 (or 0xFAABD6) is unknown color: approx Lavender Pink. HEX triplet: FA, AB and D6. RGB value is (250,171,214). Sum of RGB (Red+Green+Blue) = 250+171+214=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 171 (67.19% from 255 or 26.93% from 635); Blue value is 214 (83.98% from 255 or 33.70% from 635); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABD6 is #055429. Grayscale: #C7C7C7. Windows color (decimal): -349226 or 14068730. OLE color: 14068730.

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

Color convert

RGB250171214-
CMYK00.320.140.02
HSL327.34º88.76%82.55%-
HSV(B)327.34º31.6%98.04%-
XYZ66.1254.370.62-
YUV199.52136.17164-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.37%
GREEN value IS 171 (67.19% from 255) = 26.93%
BLUE value IS 214 (83.98% from 255) = 33.70%
R=39.37%
G=26.93%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017121400.320.140.02327.3488.7682.55
HexFAABD6020E21475953
Octal372253326040162507131123
Binary111110101010101111010110010000011101010100011110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAABD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAABD6; }

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

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

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

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

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

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

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

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