#FAAED5

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

Shades of Lavender Pink #FAAED5

Tints of Lavender Pink #FAAED5

Color information

#FAAED5 (or 0xFAAED5) is unknown color: approx Lavender Pink. HEX triplet: FA, AE and D5. RGB value is (250,174,213). Sum of RGB (Red+Green+Blue) = 250+174+213=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 174 (68.36% from 255 or 27.32% from 637); Blue value is 213 (83.59% from 255 or 33.44% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAED5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAED5 is #05512A. Grayscale: #C9C9C9. Windows color (decimal): -348459 or 14003962. OLE color: 14003962.

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

Color convert

RGB250174213-
CMYK00.300.150.02
HSL329.21º88.37%83.14%-
HSV(B)329.21º30.4%98.04%-
XYZ66.5755.470.14-
YUV201.17134.68162.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.25%
GREEN value IS 174 (68.36% from 255) = 27.32%
BLUE value IS 213 (83.59% from 255) = 33.44%
R=39.25%
G=27.32%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017421300.300.150.02329.2188.3783.14
HexFAAED501EF21495853
Octal372256325036172511130123
Binary11111010101011101101010101111011111010100100110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAED5; }

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

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

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

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

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

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

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

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