Html Css Color HEX #F2ACCC Lavender Pink

📋 copy color: '#F2ACCC'

red 242 ◦ green 172 ◦ blue 204

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

Shades of Lavender Pink #F2ACCC

Tints of Lavender Pink #F2ACCC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.83%

 BLUE value IS 204 (80.08% from 255) = 33.01%

R = 39.16%
G = 27.83%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F2ACCC (or 0xF2ACCC) is known color: Lavender Pink. HEX triplet: F2, AC and CC. RGB value is (242,172,204). Sum of RGB (Red+Green+Blue) = 242+172+204=618 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.16% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ACCC is #0D5333. Grayscale: #C4C4C4. Windows color (decimal): -873268 or 13413618. OLE color: 13413618.

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

Color convert

RGB 242 172 204 -
CMYK 0 0.29 0.16 0.05
HSL 332.57º 0.73% 0.81% -
HSV(B) 332.57º 0.29% 0.95% -
XYZ 62.27 52.74 64.02 -
YUV 196.58 132.19 160.4 -
System Red Green Blue C M Y K H S L
Decimal 242 172 204 0 0.29 0.16 0.05 332.57 0.73 0.81
Hex F2 AC CC 0 1D 10 5 14D 49 51
Octal 362 254 314 0 35 20 5 515 111 121
Binary 11110010 10101100 11001100 0 11101 10000 101 101001101 1001001 1010001

Color Harmonies of #F2ACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ACCC

Black with #F2ACCC

Text Example


Text Example

White with #F2ACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ACCC; }

 p { color: rgb(242,172,204); }

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

background-color css

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

 a { background-color: rgb(242,172,204); }

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

border-color css

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

 span { border-color: rgb(242,172,204); }

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