#FAAED9

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

Shades of Lavender Pink #FAAED9

Tints of Lavender Pink #FAAED9

Color information

#FAAED9 (or 0xFAAED9) is unknown color: approx Lavender Pink. HEX triplet: FA, AE and D9. RGB value is (250,174,217). Sum of RGB (Red+Green+Blue) = 250+174+217=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 174 (68.36% from 255 or 27.15% from 641); Blue value is 217 (85.16% from 255 or 33.85% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAED9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAED9 is #055126. Grayscale: #C9C9C9. Windows color (decimal): -348455 or 14266106. OLE color: 14266106.

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

Color convert

RGB250174217-
CMYK00.300.130.02
HSL326.05º88.37%83.14%-
HSV(B)326.05º30.4%98.04%-
XYZ67.0855.6172.84-
YUV201.63136.68162.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.00%
GREEN value IS 174 (68.36% from 255) = 27.15%
BLUE value IS 217 (85.16% from 255) = 33.85%
R=39.00%
G=27.15%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017421700.300.130.02326.0588.3783.14
HexFAAED901ED21465853
Octal372256331036152506130123
Binary11111010101011101101100101111011011010100011010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAED9; }

 p { color: rgb(250,174,217); }

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

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

 a { background-color: rgb(250,174,217); }

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

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

 span { border-color: rgb(250,174,217); }

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