Html Css Color HEX #F2ACD5 Lavender Pink

📋 copy color: '#F2ACD5'

red 242 ◦ green 172 ◦ blue 213

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

Shades of Lavender Pink #F2ACD5

Tints of Lavender Pink #F2ACD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.97%

R = 38.6%
G = 27.43%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F2ACD5 (or 0xF2ACD5) is known color: Lavender Pink. HEX triplet: F2, AC and D5. RGB value is (242,172,213). Sum of RGB (Red+Green+Blue) = 242+172+213=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 172 (67.58% from 255 or 27.43% from 627); Blue value is 213 (83.59% from 255 or 33.97% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ACD5 is #0D532A. Grayscale: #C5C5C5. Windows color (decimal): -873259 or 14003442. OLE color: 14003442.

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

Color convert

RGB 242 172 213 -
CMYK 0 0.29 0.12 0.05
HSL 324.86º 0.73% 0.81% -
HSV(B) 324.86º 0.29% 0.95% -
XYZ 63.38 53.19 69.88 -
YUV 197.6 136.69 159.67 -
System Red Green Blue C M Y K H S L
Decimal 242 172 213 0 0.29 0.12 0.05 324.86 0.73 0.81
Hex F2 AC D5 0 1D C 5 145 49 51
Octal 362 254 325 0 35 14 5 505 111 121
Binary 11110010 10101100 11010101 0 11101 1100 101 101000101 1001001 1010001

Color Harmonies of #F2ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ACD5

Black with #F2ACD5

Text Example


Text Example

White with #F2ACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ACD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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