#F6ACD0

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

Shades of Lavender Pink #F6ACD0

Tints of Lavender Pink #F6ACD0

Color information

#F6ACD0 (or 0xF6ACD0) is unknown color: approx Lavender Pink. HEX triplet: F6, AC and D0. RGB value is (246,172,208). Sum of RGB (Red+Green+Blue) = 246+172+208=626 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.30% from 626); Green value is 172 (67.58% from 255 or 27.48% from 626); Blue value is 208 (81.64% from 255 or 33.23% from 626); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ACD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ACD0 is #09532F. Grayscale: #C6C6C6. Windows color (decimal): -611120 or 13675766. OLE color: 13675766.

HSL color Cylindrical-coordinate representation of color #F6ACD0: hue angle of 330.81º 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 #F6ACD0 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB246172208-
CMYK00.300.150.04
HSL330.81º80.43%81.96%-
HSV(B)330.81º30.08%96.47%-
XYZ64.1453.6566.65-
YUV198.23133.52162.07-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.30%
GREEN value IS 172 (67.58% from 255) = 27.48%
BLUE value IS 208 (81.64% from 255) = 33.23%
R=39.30%
G=27.48%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617220800.300.150.04330.8180.4381.96
HexF6ACD001EF414b5052
Octal366254320036174513120122
Binary111101101010110011010000011110111110010100101110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ACD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ACD0; }

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

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

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

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

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

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

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

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