Html Css Color HEX #F2ACD4 Lavender Pink

📋 copy color: '#F2ACD4'

red 242 ◦ green 172 ◦ blue 212

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

Shades of Lavender Pink #F2ACD4

Tints of Lavender Pink #F2ACD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.87%

R = 38.66%
G = 27.48%
B = 33.87%

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

#F2ACD4 (or 0xF2ACD4) is known color: Lavender Pink. HEX triplet: F2, AC and D4. RGB value is (242,172,212). Sum of RGB (Red+Green+Blue) = 242+172+212=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 172 (67.58% from 255 or 27.48% from 626); Blue value is 212 (83.20% from 255 or 33.87% from 626); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ACD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ACD4 is #0D532B. Grayscale: #C5C5C5. Windows color (decimal): -873260 or 13937906. OLE color: 13937906.

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

Color convert

RGB 242 172 212 -
CMYK 0 0.29 0.12 0.05
HSL 325.71º 0.73% 0.81% -
HSV(B) 325.71º 0.29% 0.95% -
XYZ 63.25 53.14 69.21 -
YUV 197.49 136.19 159.75 -
System Red Green Blue C M Y K H S L
Decimal 242 172 212 0 0.29 0.12 0.05 325.71 0.73 0.81
Hex F2 AC D4 0 1D C 5 146 49 51
Octal 362 254 324 0 35 14 5 506 111 121
Binary 11110010 10101100 11010100 0 11101 1100 101 101000110 1001001 1010001

Color Harmonies of #F2ACD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ACD4

Black with #F2ACD4

Text Example


Text Example

White with #F2ACD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ACD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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