#F6ACD6

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

Shades of Lavender Pink #F6ACD6

Tints of Lavender Pink #F6ACD6

Color information

#F6ACD6 (or 0xF6ACD6) is unknown color: approx Lavender Pink. HEX triplet: F6, AC and D6. RGB value is (246,172,214). Sum of RGB (Red+Green+Blue) = 246+172+214=632 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.92% from 632); Green value is 172 (67.58% from 255 or 27.22% from 632); Blue value is 214 (83.98% from 255 or 33.86% from 632); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ACD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ACD6 is #095329. Grayscale: #C6C6C6. Windows color (decimal): -611114 or 14068982. OLE color: 14068982.

HSL color Cylindrical-coordinate representation of color #F6ACD6: hue angle of 325.95º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6ACD6 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB246172214-
CMYK00.300.130.04
HSL325.95º80.43%81.96%-
HSV(B)325.95º30.08%96.47%-
XYZ64.953.9570.61-
YUV198.91136.52161.58-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.92%
GREEN value IS 172 (67.58% from 255) = 27.22%
BLUE value IS 214 (83.98% from 255) = 33.86%
R=38.92%
G=27.22%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617221400.300.130.04325.9580.4381.96
HexF6ACD601ED41465052
Octal366254326036154506120122
Binary111101101010110011010110011110110110010100011010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ACD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ACD6; }

 p { color: rgb(246,172,214); }

 H1.HeaderClassName
 {
   color: #F6ACD6;
 }
 .AnyTagClassName
 {
   color: #F6ACD6;
 }
</style>
background-color css

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

 a { background-color: rgb(246,172,214); }

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

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

 span { border-color: rgb(246,172,214); }

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