Html Css Color HEX #F2ACD1 Lavender Pink

📋 copy color: '#F2ACD1'

red 242 ◦ green 172 ◦ blue 209

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

Shades of Lavender Pink #F2ACD1

Tints of Lavender Pink #F2ACD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 33.55%

R = 38.84%
G = 27.61%
B = 33.55%

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

#F2ACD1 (or 0xF2ACD1) is known color: Lavender Pink. HEX triplet: F2, AC and D1. RGB value is (242,172,209). Sum of RGB (Red+Green+Blue) = 242+172+209=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 172 (67.58% from 255 or 27.61% from 623); Blue value is 209 (82.03% from 255 or 33.55% from 623); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ACD1 is #0D532E. Grayscale: #C5C5C5. Windows color (decimal): -873263 or 13741298. OLE color: 13741298.

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

Color convert

RGB 242 172 209 -
CMYK 0 0.29 0.14 0.05
HSL 328.29º 0.73% 0.81% -
HSV(B) 328.29º 0.29% 0.95% -
XYZ 62.88 52.99 67.23 -
YUV 197.15 134.69 159.99 -
System Red Green Blue C M Y K H S L
Decimal 242 172 209 0 0.29 0.14 0.05 328.29 0.73 0.81
Hex F2 AC D1 0 1D E 5 148 49 51
Octal 362 254 321 0 35 16 5 510 111 121
Binary 11110010 10101100 11010001 0 11101 1110 101 101001000 1001001 1010001

Color Harmonies of #F2ACD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ACD1

Black with #F2ACD1

Text Example


Text Example

White with #F2ACD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ACD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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