Html Css Color HEX #F2AACE Lavender Pink

📋 copy color: '#F2AACE'

red 242 ◦ green 170 ◦ blue 206

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

Shades of Lavender Pink #F2AACE

Tints of Lavender Pink #F2AACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 33.33%

R = 39.16%
G = 27.51%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F2AACE (or 0xF2AACE) is known color: Lavender Pink. HEX triplet: F2, AA and CE. RGB value is (242,170,206). Sum of RGB (Red+Green+Blue) = 242+170+206=618 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.16% from 618); Green value is 170 (66.80% from 255 or 27.51% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AACE is #0D5531. Grayscale: #C3C3C3. Windows color (decimal): -873778 or 13544178. OLE color: 13544178.

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

Color convert

RGB 242 170 206 -
CMYK 0 0.30 0.15 0.05
HSL 330º 0.73% 0.81% -
HSV(B) 330º 0.3% 0.95% -
XYZ 62.13 52.08 65.17 -
YUV 195.63 133.85 161.07 -
System Red Green Blue C M Y K H S L
Decimal 242 170 206 0 0.30 0.15 0.05 330 0.73 0.81
Hex F2 AA CE 0 1E F 5 14A 49 51
Octal 362 252 316 0 36 17 5 512 111 121
Binary 11110010 10101010 11001110 0 11110 1111 101 101001010 1001001 1010001

Color Harmonies of #F2AACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AACE

Black with #F2AACE

Text Example


Text Example

White with #F2AACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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