Html Css Color HEX #F9AAD6 Lavender Pink

📋 copy color: '#F9AAD6'

red 249 ◦ green 170 ◦ blue 214

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

Shades of Lavender Pink #F9AAD6

Tints of Lavender Pink #F9AAD6

RGB

 RED value IS 249 (97.66% from 255) = 39.34%

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

 BLUE value IS 214 (83.98% from 255) = 33.81%

R = 39.34%
G = 26.86%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#F9AAD6 (or 0xF9AAD6) is known color: Lavender Pink. HEX triplet: F9, AA and D6. RGB value is (249,170,214). Sum of RGB (Red+Green+Blue) = 249+170+214=633 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.34% from 633); Green value is 170 (66.80% from 255 or 26.86% from 633); Blue value is 214 (83.98% from 255 or 33.81% from 633); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AAD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9AAD6 is #065529. Grayscale: #C6C6C6. Windows color (decimal): -415018 or 14068473. OLE color: 14068473.

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

Color convert

RGB 249 170 214 -
CMYK 0 0.32 0.14 0.02
HSL 326.58º 0.87% 0.82% -
HSV(B) 326.58º 0.32% 0.98% -
XYZ 65.58 53.74 70.54 -
YUV 198.64 136.67 163.92 -
System Red Green Blue C M Y K H S L
Decimal 249 170 214 0 0.32 0.14 0.02 326.58 0.87 0.82
Hex F9 AA D6 0 20 E 2 147 57 52
Octal 371 252 326 0 40 16 2 507 127 122
Binary 11111001 10101010 11010110 0 100000 1110 10 101000111 1010111 1010010

Color Harmonies of #F9AAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AAD6

Black with #F9AAD6

Text Example


Text Example

White with #F9AAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AAD6; }

 p { color: rgb(249,170,214); }

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

background-color css

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

 a { background-color: rgb(249,170,214); }

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

border-color css

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

 span { border-color: rgb(249,170,214); }

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