Html Css Color HEX #F2AACD Lavender Pink

📋 copy color: '#F2AACD'

red 242 ◦ green 170 ◦ blue 205

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

Shades of Lavender Pink #F2AACD

Tints of Lavender Pink #F2AACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.23%

R = 39.22%
G = 27.55%
B = 33.23%

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

#F2AACD (or 0xF2AACD) is known color: Lavender Pink. HEX triplet: F2, AA and CD. RGB value is (242,170,205). Sum of RGB (Red+Green+Blue) = 242+170+205=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AACD is #0D5532. Grayscale: #C3C3C3. Windows color (decimal): -873779 or 13478642. OLE color: 13478642.

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

Color convert

RGB 242 170 205 -
CMYK 0 0.30 0.15 0.05
HSL 330.83º 0.73% 0.81% -
HSV(B) 330.83º 0.3% 0.95% -
XYZ 62.01 52.03 64.53 -
YUV 195.52 133.35 161.15 -
System Red Green Blue C M Y K H S L
Decimal 242 170 205 0 0.30 0.15 0.05 330.83 0.73 0.81
Hex F2 AA CD 0 1E F 5 14B 49 51
Octal 362 252 315 0 36 17 5 513 111 121
Binary 11110010 10101010 11001101 0 11110 1111 101 101001011 1001001 1010001

Color Harmonies of #F2AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AACD

Black with #F2AACD

Text Example


Text Example

White with #F2AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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