Html Css Color HEX #FAAAD1 Lavender Pink

📋 copy color: '#FAAAD1'

red 250 ◦ green 170 ◦ blue 209

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

Shades of Lavender Pink #FAAAD1

Tints of Lavender Pink #FAAAD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 33.23%

R = 39.75%
G = 27.03%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#FAAAD1 (or 0xFAAAD1) is known color: Lavender Pink. HEX triplet: FA, AA and D1. RGB value is (250,170,209). Sum of RGB (Red+Green+Blue) = 250+170+209=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 170 (66.80% from 255 or 27.03% from 629); Blue value is 209 (82.03% from 255 or 33.23% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAAD1 is #05552E. Grayscale: #C6C6C6. Windows color (decimal): -349487 or 13740794. OLE color: 13740794.

HSL color Cylindrical-coordinate representation of color #FAAAD1: hue angle of 330.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 #FAAAD1 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 170 209 -
CMYK 0 0.32 0.16 0.02
HSL 330.75º 0.89% 0.82% -
HSV(B) 330.75º 0.32% 0.98% -
XYZ 65.31 53.68 67.24 -
YUV 198.37 134 164.83 -
System Red Green Blue C M Y K H S L
Decimal 250 170 209 0 0.32 0.16 0.02 330.75 0.89 0.82
Hex FA AA D1 0 20 10 2 14B 59 52
Octal 372 252 321 0 40 20 2 513 131 122
Binary 11111010 10101010 11010001 0 100000 10000 10 101001011 1011001 1010010

Color Harmonies of #FAAAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAAD1

Black with #FAAAD1

Text Example


Text Example

White with #FAAAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAAD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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