#FAB2DC

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

Shades of Lavender Pink #FAB2DC

Tints of Lavender Pink #FAB2DC

Color information

#FAB2DC (or 0xFAB2DC) is unknown color: approx Lavender Pink. HEX triplet: FA, B2 and DC. RGB value is (250,178,220). Sum of RGB (Red+Green+Blue) = 250+178+220=648 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.58% from 648); Green value is 178 (69.92% from 255 or 27.47% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB2DC is #054D23. Grayscale: #CCCCCC. Windows color (decimal): -347428 or 14463738. OLE color: 14463738.

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

Color convert

RGB250178220-
CMYK00.290.120.02
HSL325º87.8%83.92%-
HSV(B)325º28.8%98.04%-
XYZ68.2657.3375.18-
YUV204.32136.85160.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.58%
GREEN value IS 178 (69.92% from 255) = 27.47%
BLUE value IS 220 (86.33% from 255) = 33.95%
R=38.58%
G=27.47%
B=33.95%

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
Decimal25017822000.290.120.0232587.883.92
HexFAB2DC01DC21455854
Octal372262334035142505130124
Binary11111010101100101101110001110111001010100010110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB2DC; }

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

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

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

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

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

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

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

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