Html Css Color HEX #F2ACD9 Lavender Pink

📋 copy color: '#F2ACD9'

red 242 ◦ green 172 ◦ blue 217

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

Shades of Lavender Pink #F2ACD9

Tints of Lavender Pink #F2ACD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 34.39%

R = 38.35%
G = 27.26%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F2ACD9 (or 0xF2ACD9) is known color: Lavender Pink. HEX triplet: F2, AC and D9. RGB value is (242,172,217). Sum of RGB (Red+Green+Blue) = 242+172+217=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 172 (67.58% from 255 or 27.26% from 631); Blue value is 217 (85.16% from 255 or 34.39% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ACD9 is #0D5326. Grayscale: #C5C5C5. Windows color (decimal): -873255 or 14265586. OLE color: 14265586.

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

Color convert

RGB 242 172 217 -
CMYK 0 0.29 0.10 0.05
HSL 321.43º 0.73% 0.81% -
HSV(B) 321.43º 0.29% 0.95% -
XYZ 63.89 53.39 72.58 -
YUV 198.06 138.69 159.34 -
System Red Green Blue C M Y K H S L
Decimal 242 172 217 0 0.29 0.10 0.05 321.43 0.73 0.81
Hex F2 AC D9 0 1D A 5 141 49 51
Octal 362 254 331 0 35 12 5 501 111 121
Binary 11110010 10101100 11011001 0 11101 1010 101 101000001 1001001 1010001

Color Harmonies of #F2ACD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ACD9

Black with #F2ACD9

Text Example


Text Example

White with #F2ACD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ACD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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