Html Css Color HEX #FAAAD3 Lavender Pink

📋 copy color: '#FAAAD3'

red 250 ◦ green 170 ◦ blue 211

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

Shades of Lavender Pink #FAAAD3

Tints of Lavender Pink #FAAAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.44%

R = 39.62%
G = 26.94%
B = 33.44%

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

#FAAAD3 (or 0xFAAAD3) is known color: Lavender Pink. HEX triplet: FA, AA and D3. RGB value is (250,170,211). Sum of RGB (Red+Green+Blue) = 250+170+211=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 170 (66.80% from 255 or 26.94% from 631); Blue value is 211 (82.81% from 255 or 33.44% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAAD3 is #05552C. Grayscale: #C6C6C6. Windows color (decimal): -349485 or 13871866. OLE color: 13871866.

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

Color convert

RGB 250 170 211 -
CMYK 0 0.32 0.16 0.02
HSL 329.25º 0.89% 0.82% -
HSV(B) 329.25º 0.32% 0.98% -
XYZ 65.56 53.78 68.55 -
YUV 198.59 135 164.67 -
System Red Green Blue C M Y K H S L
Decimal 250 170 211 0 0.32 0.16 0.02 329.25 0.89 0.82
Hex FA AA D3 0 20 10 2 149 59 52
Octal 372 252 323 0 40 20 2 511 131 122
Binary 11111010 10101010 11010011 0 100000 10000 10 101001001 1011001 1010010

Color Harmonies of #FAAAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAAD3

Black with #FAAAD3

Text Example


Text Example

White with #FAAAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAAD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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