Html Css Color HEX #FAAADA Lavender Pink

📋 copy color: '#FAAADA'

red 250 ◦ green 170 ◦ blue 218

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

Shades of Lavender Pink #FAAADA

Tints of Lavender Pink #FAAADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.17%

R = 39.18%
G = 26.65%
B = 34.17%

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

#FAAADA (or 0xFAAADA) is known color: Lavender Pink. HEX triplet: FA, AA and DA. RGB value is (250,170,218). Sum of RGB (Red+Green+Blue) = 250+170+218=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 170 (66.80% from 255 or 26.65% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAADA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAADA is #055525. Grayscale: #C7C7C7. Windows color (decimal): -349478 or 14330618. OLE color: 14330618.

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

Color convert

RGB 250 170 218 -
CMYK 0 0.32 0.13 0.02
HSL 324º 0.89% 0.82% -
HSV(B) 324º 0.32% 0.98% -
XYZ 66.45 54.14 73.28 -
YUV 199.39 138.5 164.1 -
System Red Green Blue C M Y K H S L
Decimal 250 170 218 0 0.32 0.13 0.02 324 0.89 0.82
Hex FA AA DA 0 20 D 2 144 59 52
Octal 372 252 332 0 40 15 2 504 131 122
Binary 11111010 10101010 11011010 0 100000 1101 10 101000100 1011001 1010010

Color Harmonies of #FAAADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAADA

Black with #FAAADA

Text Example


Text Example

White with #FAAADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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