#FAB0DB

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

Shades of Lavender Pink #FAB0DB

Tints of Lavender Pink #FAB0DB

Color information

#FAB0DB (or 0xFAB0DB) is unknown color: approx Lavender Pink. HEX triplet: FA, B0 and DB. RGB value is (250,176,219). Sum of RGB (Red+Green+Blue) = 250+176+219=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 176 (69.14% from 255 or 27.29% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB0DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB0DB is #054F24. Grayscale: #CACACA. Windows color (decimal): -347941 or 14397690. OLE color: 14397690.

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

Color convert

RGB250176219-
CMYK00.300.120.02
HSL325.14º88.1%83.53%-
HSV(B)325.14º29.6%98.04%-
XYZ67.7456.4974.35-
YUV203.03137.02161.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.76%
GREEN value IS 176 (69.14% from 255) = 27.29%
BLUE value IS 219 (85.94% from 255) = 33.95%
R=38.76%
G=27.29%
B=33.95%

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
Decimal25017621900.300.120.02325.1488.183.53
HexFAB0DB01EC21455854
Octal372260333036142505130124
Binary11111010101100001101101101111011001010100010110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB0DB; }

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

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

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

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

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

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

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

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