#FAB1DA

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

Shades of Lavender Pink #FAB1DA

Tints of Lavender Pink #FAB1DA

Color information

#FAB1DA (or 0xFAB1DA) is unknown color: approx Lavender Pink. HEX triplet: FA, B1 and DA. RGB value is (250,177,218). Sum of RGB (Red+Green+Blue) = 250+177+218=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 177 (69.53% from 255 or 27.44% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB1DA is #054E25. Grayscale: #CBCBCB. Windows color (decimal): -347686 or 14332410. OLE color: 14332410.

HSL color Cylindrical-coordinate representation of color #FAB1DA: hue angle of 326.3º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FAB1DA is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB250177218-
CMYK00.290.130.02
HSL326.3º87.95%83.73%-
HSV(B)326.3º29.2%98.04%-
XYZ67.856.8373.73-
YUV203.5136.18161.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.76%
GREEN value IS 177 (69.53% from 255) = 27.44%
BLUE value IS 218 (85.55% from 255) = 33.80%
R=38.76%
G=27.44%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017721800.290.130.02326.387.9583.73
HexFAB1DA01DD21465854
Octal372261332035152506130124
Binary11111010101100011101101001110111011010100011010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB1DA; }

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

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

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

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

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

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

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

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