#FAB1DC

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

Shades of Lavender Pink #FAB1DC

Tints of Lavender Pink #FAB1DC

Color information

#FAB1DC (or 0xFAB1DC) is unknown color: approx Lavender Pink. HEX triplet: FA, B1 and DC. RGB value is (250,177,220). Sum of RGB (Red+Green+Blue) = 250+177+220=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 177 (69.53% from 255 or 27.36% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB1DC is #054E23. Grayscale: #CBCBCB. Windows color (decimal): -347684 or 14463482. OLE color: 14463482.

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

Color convert

RGB250177220-
CMYK00.290.120.02
HSL324.66º87.95%83.73%-
HSV(B)324.66º29.2%98.04%-
XYZ68.0656.9475.11-
YUV203.73137.18161-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.64%
GREEN value IS 177 (69.53% from 255) = 27.36%
BLUE value IS 220 (86.33% from 255) = 34.00%
R=38.64%
G=27.36%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017722000.290.120.02324.6687.9583.73
HexFAB1DC01DC21455854
Octal372261334035142505130124
Binary11111010101100011101110001110111001010100010110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB1DC; }

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

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

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

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

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

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

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

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