Html Css Color HEX #F2ACCE Lavender Pink

📋 copy color: '#F2ACCE'

red 242 ◦ green 172 ◦ blue 206

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

Shades of Lavender Pink #F2ACCE

Tints of Lavender Pink #F2ACCE

RGB

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

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

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

R = 39.03%
G = 27.74%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F2ACCE (or 0xF2ACCE) is known color: Lavender Pink. HEX triplet: F2, AC and CE. RGB value is (242,172,206). Sum of RGB (Red+Green+Blue) = 242+172+206=620 (82% of max value = 765). Red value is 242 (94.92% from 255 or 39.03% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ACCE is #0D5331. Grayscale: #C4C4C4. Windows color (decimal): -873266 or 13544690. OLE color: 13544690.

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

Color convert

RGB 242 172 206 -
CMYK 0 0.29 0.15 0.05
HSL 330.86º 0.73% 0.81% -
HSV(B) 330.86º 0.29% 0.95% -
XYZ 62.51 52.84 65.3 -
YUV 196.81 133.19 160.24 -
System Red Green Blue C M Y K H S L
Decimal 242 172 206 0 0.29 0.15 0.05 330.86 0.73 0.81
Hex F2 AC CE 0 1D F 5 14B 49 51
Octal 362 254 316 0 35 17 5 513 111 121
Binary 11110010 10101100 11001110 0 11101 1111 101 101001011 1001001 1010001

Color Harmonies of #F2ACCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ACCE

Black with #F2ACCE

Text Example


Text Example

White with #F2ACCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ACCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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