#FAACD6

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

Shades of Lavender Pink #FAACD6

Tints of Lavender Pink #FAACD6

Color information

#FAACD6 (or 0xFAACD6) is unknown color: approx Lavender Pink. HEX triplet: FA, AC and D6. RGB value is (250,172,214). Sum of RGB (Red+Green+Blue) = 250+172+214=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 172 (67.58% from 255 or 27.04% from 636); Blue value is 214 (83.98% from 255 or 33.65% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACD6 is #055329. Grayscale: #C8C8C8. Windows color (decimal): -348970 or 14068986. OLE color: 14068986.

HSL color Cylindrical-coordinate representation of color #FAACD6: hue angle of 327.69º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAACD6 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB250172214-
CMYK00.310.140.02
HSL327.69º88.64%82.75%-
HSV(B)327.69º31.2%98.04%-
XYZ66.3154.6870.68-
YUV200.11135.84163.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.31%
GREEN value IS 172 (67.58% from 255) = 27.04%
BLUE value IS 214 (83.98% from 255) = 33.65%
R=39.31%
G=27.04%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017221400.310.140.02327.6988.6482.75
HexFAACD601FE21485953
Octal372254326037162510131123
Binary11111010101011001101011001111111101010100100010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAACD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAACD6; }

 p { color: rgb(250,172,214); }

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

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

 a { background-color: rgb(250,172,214); }

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

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

 span { border-color: rgb(250,172,214); }

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