#FAABD3

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

Shades of Lavender Pink #FAABD3

Tints of Lavender Pink #FAABD3

Color information

#FAABD3 (or 0xFAABD3) is unknown color: approx Lavender Pink. HEX triplet: FA, AB and D3. RGB value is (250,171,211). Sum of RGB (Red+Green+Blue) = 250+171+211=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 171 (67.19% from 255 or 27.06% from 632); Blue value is 211 (82.81% from 255 or 33.39% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABD3 is #05542C. Grayscale: #C7C7C7. Windows color (decimal): -349229 or 13872122. OLE color: 13872122.

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

Color convert

RGB250171211-
CMYK00.320.160.02
HSL329.62º88.76%82.55%-
HSV(B)329.62º31.6%98.04%-
XYZ65.7554.1568.62-
YUV199.18134.67164.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.56%
GREEN value IS 171 (67.19% from 255) = 27.06%
BLUE value IS 211 (82.81% from 255) = 33.39%
R=39.56%
G=27.06%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017121100.320.160.02329.6288.7682.55
HexFAABD302010214a5953
Octal372253323040202512131123
Binary1111101010101011110100110100000100001010100101010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAABD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAABD3; }

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

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

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

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

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

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

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

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