#FAB2DA

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

Shades of Lavender Pink #FAB2DA

Tints of Lavender Pink #FAB2DA

Color information

#FAB2DA (or 0xFAB2DA) is unknown color: approx Lavender Pink. HEX triplet: FA, B2 and DA. RGB value is (250,178,218). Sum of RGB (Red+Green+Blue) = 250+178+218=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 178 (69.92% from 255 or 27.55% from 646); Blue value is 218 (85.55% from 255 or 33.75% from 646); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB2DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB2DA is #054D25. Grayscale: #CBCBCB. Windows color (decimal): -347430 or 14332666. OLE color: 14332666.

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

Color convert

RGB250178218-
CMYK00.290.130.02
HSL326.67º87.8%83.92%-
HSV(B)326.67º28.8%98.04%-
XYZ6857.2373.79-
YUV204.09135.85160.75-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.70%
GREEN value IS 178 (69.92% from 255) = 27.55%
BLUE value IS 218 (85.55% from 255) = 33.75%
R=38.70%
G=27.55%
B=33.75%

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
Decimal25017821800.290.130.02326.6787.883.92
HexFAB2DA01DD21475854
Octal372262332035152507130124
Binary11111010101100101101101001110111011010100011110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB2DA; }

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

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

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

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

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

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

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

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