#FAAFD7

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

Shades of Lavender Pink #FAAFD7

Tints of Lavender Pink #FAAFD7

Color information

#FAAFD7 (or 0xFAAFD7) is unknown color: approx Lavender Pink. HEX triplet: FA, AF and D7. RGB value is (250,175,215). Sum of RGB (Red+Green+Blue) = 250+175+215=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 175 (68.75% from 255 or 27.34% from 640); Blue value is 215 (84.38% from 255 or 33.59% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFD7 is #055028. Grayscale: #C9C9C9. Windows color (decimal): -348201 or 14135290. OLE color: 14135290.

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

Color convert

RGB250175215-
CMYK00.30.140.02
HSL328º88.24%83.33%-
HSV(B)328º30%98.04%-
XYZ67.0255.8971.55-
YUV201.98135.35162.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.06%
GREEN value IS 175 (68.75% from 255) = 27.34%
BLUE value IS 215 (84.38% from 255) = 33.59%
R=39.06%
G=27.34%
B=33.59%

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
Decimal25017521500.30.140.0232888.2483.33
HexFAAFD701EE21485853
Octal372257327036162510130123
Binary11111010101011111101011101111011101010100100010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAFD7; }

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

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

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

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

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

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

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

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