Html Css Color HEX #F2AAD2 Lavender Pink

📋 copy color: '#F2AAD2'

red 242 ◦ green 170 ◦ blue 210

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

Shades of Lavender Pink #F2AAD2

Tints of Lavender Pink #F2AAD2

RGB

 RED value IS 242 (94.92% from 255) = 38.91%

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

 BLUE value IS 210 (82.42% from 255) = 33.76%

R = 38.91%
G = 27.33%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F2AAD2 (or 0xF2AAD2) is known color: Lavender Pink. HEX triplet: F2, AA and D2. RGB value is (242,170,210). Sum of RGB (Red+Green+Blue) = 242+170+210=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 210 (82.42% from 255 or 33.76% from 622); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AAD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AAD2 is #0D552D. Grayscale: #C3C3C3. Windows color (decimal): -873774 or 13806322. OLE color: 13806322.

HSL color Cylindrical-coordinate representation of color #F2AAD2: hue angle of 326.67º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2AAD2 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 170 210 -
CMYK 0 0.30 0.13 0.05
HSL 326.67º 0.73% 0.81% -
HSV(B) 326.67º 0.3% 0.95% -
XYZ 62.63 52.28 67.76 -
YUV 196.09 135.85 160.75 -
System Red Green Blue C M Y K H S L
Decimal 242 170 210 0 0.30 0.13 0.05 326.67 0.73 0.81
Hex F2 AA D2 0 1E D 5 147 49 51
Octal 362 252 322 0 36 15 5 507 111 121
Binary 11110010 10101010 11010010 0 11110 1101 101 101000111 1001001 1010001

Color Harmonies of #F2AAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AAD2

Black with #F2AAD2

Text Example


Text Example

White with #F2AAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AAD2; }

 p { color: rgb(242,170,210); }

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

background-color css

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

 a { background-color: rgb(242,170,210); }

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

border-color css

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

 span { border-color: rgb(242,170,210); }

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