Html Css Color HEX #FAAAD9 Lavender Pink

📋 copy color: '#FAAAD9'

red 250 ◦ green 170 ◦ blue 217

#FAAAD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Pink #FAAAD9

Tints of Lavender Pink #FAAAD9

RGB

 RED value IS 250 (98.05% from 255) = 39.25%

 GREEN value IS 170 (66.8% from 255) = 26.69%

 BLUE value IS 217 (85.16% from 255) = 34.07%

R = 39.25%
G = 26.69%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FAAAD9 (or 0xFAAAD9) is known color: Lavender Pink. HEX triplet: FA, AA and D9. RGB value is (250,170,217). Sum of RGB (Red+Green+Blue) = 250+170+217=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 170 (66.80% from 255 or 26.69% from 637); Blue value is 217 (85.16% from 255 or 34.07% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAAD9 is #055526. Grayscale: #C7C7C7. Windows color (decimal): -349479 or 14265082. OLE color: 14265082.

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

Color convert

RGB 250 170 217 -
CMYK 0 0.32 0.13 0.02
HSL 324.75º 0.89% 0.82% -
HSV(B) 324.75º 0.32% 0.98% -
XYZ 66.32 54.08 72.59 -
YUV 199.28 138 164.18 -
System Red Green Blue C M Y K H S L
Decimal 250 170 217 0 0.32 0.13 0.02 324.75 0.89 0.82
Hex FA AA D9 0 20 D 2 145 59 52
Octal 372 252 331 0 40 15 2 505 131 122
Binary 11111010 10101010 11011001 0 100000 1101 10 101000101 1011001 1010010

Color Harmonies of #FAAAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAAD9

Black with #FAAAD9

Text Example


Text Example

White with #FAAAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAAD9; }

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

 H1.HeaderClassName
 {
   color: #FAAAD9;
 }
 .AnyTagClassName
 {
   color: #FAAAD9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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