Html Css Color HEX #F2AAC9 Lavender Pink

📋 copy color: '#F2AAC9'

red 242 ◦ green 170 ◦ blue 201

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

Shades of Lavender Pink #F2AAC9

Tints of Lavender Pink #F2AAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 32.79%

R = 39.48%
G = 27.73%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F2AAC9 (or 0xF2AAC9) is known color: Lavender Pink. HEX triplet: F2, AA and C9. RGB value is (242,170,201). Sum of RGB (Red+Green+Blue) = 242+170+201=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 201 (78.91% from 255 or 32.79% from 613); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AAC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AAC9 is #0D5536. Grayscale: #C3C3C3. Windows color (decimal): -873783 or 13216498. OLE color: 13216498.

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

Color convert

RGB 242 170 201 -
CMYK 0 0.30 0.17 0.05
HSL 334.17º 0.73% 0.81% -
HSV(B) 334.17º 0.3% 0.95% -
XYZ 61.54 51.84 62.02 -
YUV 195.06 131.35 161.48 -
System Red Green Blue C M Y K H S L
Decimal 242 170 201 0 0.30 0.17 0.05 334.17 0.73 0.81
Hex F2 AA C9 0 1E 11 5 14E 49 51
Octal 362 252 311 0 36 21 5 516 111 121
Binary 11110010 10101010 11001001 0 11110 10001 101 101001110 1001001 1010001

Color Harmonies of #F2AAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AAC9

Black with #F2AAC9

Text Example


Text Example

White with #F2AAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AAC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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