#FAB0DC

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

Shades of Lavender Pink #FAB0DC

Tints of Lavender Pink #FAB0DC

Color information

#FAB0DC (or 0xFAB0DC) is unknown color: approx Lavender Pink. HEX triplet: FA, B0 and DC. RGB value is (250,176,220). Sum of RGB (Red+Green+Blue) = 250+176+220=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 176 (69.14% from 255 or 27.24% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB0DC is #054F23. Grayscale: #CBCBCB. Windows color (decimal): -347940 or 14463226. OLE color: 14463226.

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

Color convert

RGB250176220-
CMYK00.300.120.02
HSL324.32º88.1%83.53%-
HSV(B)324.32º29.6%98.04%-
XYZ67.8756.5475.05-
YUV203.14137.52161.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.70%
GREEN value IS 176 (69.14% from 255) = 27.24%
BLUE value IS 220 (86.33% from 255) = 34.06%
R=38.70%
G=27.24%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017622000.300.120.02324.3288.183.53
HexFAB0DC01EC21445854
Octal372260334036142504130124
Binary11111010101100001101110001111011001010100010010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB0DC; }

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

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

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

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

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

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

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

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