Html Css Color HEX #F2ACCF Lavender Pink

📋 copy color: '#F2ACCF'

red 242 ◦ green 172 ◦ blue 207

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

Shades of Lavender Pink #F2ACCF

Tints of Lavender Pink #F2ACCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.33%

R = 38.97%
G = 27.7%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F2ACCF (or 0xF2ACCF) is known color: Lavender Pink. HEX triplet: F2, AC and CF. RGB value is (242,172,207). Sum of RGB (Red+Green+Blue) = 242+172+207=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 207 (81.25% from 255 or 33.33% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ACCF is #0D5330. Grayscale: #C4C4C4. Windows color (decimal): -873265 or 13610226. OLE color: 13610226.

HSL color Cylindrical-coordinate representation of color #F2ACCF: 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.29%. Process color model (Four color, CMYK) of #F2ACCF is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 172 207 -
CMYK 0 0.29 0.14 0.05
HSL 330º 0.73% 0.81% -
HSV(B) 330º 0.29% 0.95% -
XYZ 62.63 52.89 65.94 -
YUV 196.92 133.69 160.15 -
System Red Green Blue C M Y K H S L
Decimal 242 172 207 0 0.29 0.14 0.05 330 0.73 0.81
Hex F2 AC CF 0 1D E 5 14A 49 51
Octal 362 254 317 0 35 16 5 512 111 121
Binary 11110010 10101100 11001111 0 11101 1110 101 101001010 1001001 1010001

Color Harmonies of #F2ACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ACCF

Black with #F2ACCF

Text Example


Text Example

White with #F2ACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ACCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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