#FAAFD6

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

Shades of Lavender Pink #FAAFD6

Tints of Lavender Pink #FAAFD6

Color information

#FAAFD6 (or 0xFAAFD6) is unknown color: approx Lavender Pink. HEX triplet: FA, AF and D6. RGB value is (250,175,214). Sum of RGB (Red+Green+Blue) = 250+175+214=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 175 (68.75% from 255 or 27.39% from 639); Blue value is 214 (83.98% from 255 or 33.49% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFD6 is #055029. Grayscale: #C9C9C9. Windows color (decimal): -348202 or 14069754. OLE color: 14069754.

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

Color convert

RGB250175214-
CMYK00.30.140.02
HSL328.8º88.24%83.33%-
HSV(B)328.8º30%98.04%-
XYZ66.8955.8470.87-
YUV201.87134.85162.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.12%
GREEN value IS 175 (68.75% from 255) = 27.39%
BLUE value IS 214 (83.98% from 255) = 33.49%
R=39.12%
G=27.39%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017521400.30.140.02328.888.2483.33
HexFAAFD601EE21495853
Octal372257326036162511130123
Binary11111010101011111101011001111011101010100100110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAFD6; }

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

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

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

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

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

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

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

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