#F2ACD4

Color #F2ACD4 Lavender Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Pink #F2ACD4

Tints of Lavender Pink #F2ACD4

Color information

#F2ACD4 (or 0xF2ACD4) is unknown color: approx 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

RGB242172212-
CMYK00.290.120.05
HSL325.71º72.92%81.18%-
HSV(B)325.71º28.93%94.9%-
XYZ63.2553.1469.21-
YUV197.49136.19159.75-

RGB Variations

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

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.20% from 255) = 33.87%
R=38.66%
G=27.48%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217221200.290.120.05325.7172.9281.18
HexF2ACD401DC51464951
Octal362254324035145506111121
Binary111100101010110011010100011101110010110100011010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2ACD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>