Html Css Color HEX #F4AAD1 Lavender Pink

📋 copy color: '#F4AAD1'

red 244 ◦ green 170 ◦ blue 209

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

Shades of Lavender Pink #F4AAD1

Tints of Lavender Pink #F4AAD1

RGB

 RED value IS 244 (95.7% from 255) = 39.17%

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

 BLUE value IS 209 (82.03% from 255) = 33.55%

R = 39.17%
G = 27.29%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F4AAD1 (or 0xF4AAD1) is known color: Lavender Pink. HEX triplet: F4, AA and D1. RGB value is (244,170,209). Sum of RGB (Red+Green+Blue) = 244+170+209=623 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.17% from 623); Green value is 170 (66.80% from 255 or 27.29% from 623); Blue value is 209 (82.03% from 255 or 33.55% from 623); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AAD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AAD1 is #0B552E. Grayscale: #C4C4C4. Windows color (decimal): -742703 or 13740788. OLE color: 13740788.

HSL color Cylindrical-coordinate representation of color #F4AAD1: hue angle of 328.38º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4AAD1 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 170 209 -
CMYK 0 0.30 0.14 0.04
HSL 328.38º 0.77% 0.81% -
HSV(B) 328.38º 0.3% 0.96% -
XYZ 63.19 52.59 67.14 -
YUV 196.57 135.02 161.83 -
System Red Green Blue C M Y K H S L
Decimal 244 170 209 0 0.30 0.14 0.04 328.38 0.77 0.81
Hex F4 AA D1 0 1E E 4 148 4D 51
Octal 364 252 321 0 36 16 4 510 115 121
Binary 11110100 10101010 11010001 0 11110 1110 100 101001000 1001101 1010001

Color Harmonies of #F4AAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4AAD1

Black with #F4AAD1

Text Example


Text Example

White with #F4AAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4AAD1; }

 p { color: rgb(244,170,209); }

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

background-color css

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

 a { background-color: rgb(244,170,209); }

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

border-color css

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

 span { border-color: rgb(244,170,209); }

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