#F6ACCE

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

Shades of Lavender Pink #F6ACCE

Tints of Lavender Pink #F6ACCE

Color information

#F6ACCE (or 0xF6ACCE) is unknown color: approx Lavender Pink. HEX triplet: F6, AC and CE. RGB value is (246,172,206). Sum of RGB (Red+Green+Blue) = 246+172+206=624 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.42% from 624); Green value is 172 (67.58% from 255 or 27.56% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ACCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ACCE is #095331. Grayscale: #C5C5C5. Windows color (decimal): -611122 or 13544694. OLE color: 13544694.

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

Color convert

RGB246172206-
CMYK00.300.160.04
HSL332.43º80.43%81.96%-
HSV(B)332.43º30.08%96.47%-
XYZ63.953.5565.36-
YUV198132.52162.24-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.42%
GREEN value IS 172 (67.58% from 255) = 27.56%
BLUE value IS 206 (80.86% from 255) = 33.01%
R=39.42%
G=27.56%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617220600.300.160.04332.4380.4381.96
HexF6ACCE01E10414c5052
Octal366254316036204514120122
Binary1111011010101100110011100111101000010010100110010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ACCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ACCE; }

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

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

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

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

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

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

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

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