#F6A8D5

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

Shades of Lavender Pink #F6A8D5

Tints of Lavender Pink #F6A8D5

Color information

#F6A8D5 (or 0xF6A8D5) is unknown color: approx Lavender Pink. HEX triplet: F6, A8 and D5. RGB value is (246,168,213). Sum of RGB (Red+Green+Blue) = 246+168+213=627 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.23% from 627); Green value is 168 (66.02% from 255 or 26.79% from 627); Blue value is 213 (83.59% from 255 or 33.97% from 627); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A8D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A8D5 is #09572A. Grayscale: #C4C4C4. Windows color (decimal): -612139 or 14002422. OLE color: 14002422.

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

Color convert

RGB246168213-
CMYK00.320.130.04
HSL325.38º81.25%81.18%-
HSV(B)325.38º31.71%96.47%-
XYZ64.0252.469.69-
YUV196.45137.34163.34-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.23%
GREEN value IS 168 (66.02% from 255) = 26.79%
BLUE value IS 213 (83.59% from 255) = 33.97%
R=39.23%
G=26.79%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24616821300.320.130.04325.3881.2581.18
HexF6A8D5020D41455151
Octal366250325040154505121121
Binary1111011010101000110101010100000110110010100010110100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A8D5; }

 p { color: rgb(246,168,213); }

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

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

 a { background-color: rgb(246,168,213); }

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

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

 span { border-color: rgb(246,168,213); }

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