Html Css Color HEX #FAAED9 Lavender Pink

📋 copy color: '#FAAED9'

red 250 ◦ green 174 ◦ blue 217

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

Shades of Lavender Pink #FAAED9

Tints of Lavender Pink #FAAED9

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.15%

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

R = 39%
G = 27.15%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FAAED9 (or 0xFAAED9) is known color: Lavender Pink. HEX triplet: FA, AE and D9. RGB value is (250,174,217). Sum of RGB (Red+Green+Blue) = 250+174+217=641 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.00% from 641); Green value is 174 (68.36% from 255 or 27.15% from 641); Blue value is 217 (85.16% from 255 or 33.85% from 641); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAED9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAED9 is #055126. Grayscale: #C9C9C9. Windows color (decimal): -348455 or 14266106. OLE color: 14266106.

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

Color convert

RGB 250 174 217 -
CMYK 0 0.30 0.13 0.02
HSL 326.05º 0.88% 0.83% -
HSV(B) 326.05º 0.3% 0.98% -
XYZ 67.08 55.61 72.84 -
YUV 201.63 136.68 162.5 -
System Red Green Blue C M Y K H S L
Decimal 250 174 217 0 0.30 0.13 0.02 326.05 0.88 0.83
Hex FA AE D9 0 1E D 2 146 58 53
Octal 372 256 331 0 36 15 2 506 130 123
Binary 11111010 10101110 11011001 0 11110 1101 10 101000110 1011000 1010011

Color Harmonies of #FAAED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAED9

Black with #FAAED9

Text Example


Text Example

White with #FAAED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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