Html Css Color HEX #F9AAD5 Lavender Pink

📋 copy color: '#F9AAD5'

red 249 ◦ green 170 ◦ blue 213

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

Shades of Lavender Pink #F9AAD5

Tints of Lavender Pink #F9AAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.7%

R = 39.4%
G = 26.9%
B = 33.7%

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

#F9AAD5 (or 0xF9AAD5) is known color: Lavender Pink. HEX triplet: F9, AA and D5. RGB value is (249,170,213). Sum of RGB (Red+Green+Blue) = 249+170+213=632 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.40% from 632); Green value is 170 (66.80% from 255 or 26.90% from 632); Blue value is 213 (83.59% from 255 or 33.70% from 632); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AAD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9AAD5 is #06552A. Grayscale: #C6C6C6. Windows color (decimal): -415019 or 14002937. OLE color: 14002937.

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

Color convert

RGB 249 170 213 -
CMYK 0 0.32 0.14 0.02
HSL 327.34º 0.87% 0.82% -
HSV(B) 327.34º 0.32% 0.98% -
XYZ 65.45 53.69 69.86 -
YUV 198.52 136.17 164 -
System Red Green Blue C M Y K H S L
Decimal 249 170 213 0 0.32 0.14 0.02 327.34 0.87 0.82
Hex F9 AA D5 0 20 E 2 147 57 52
Octal 371 252 325 0 40 16 2 507 127 122
Binary 11111001 10101010 11010101 0 100000 1110 10 101000111 1010111 1010010

Color Harmonies of #F9AAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AAD5

Black with #F9AAD5

Text Example


Text Example

White with #F9AAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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