#F6AED9

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

Shades of Lavender Pink #F6AED9

Tints of Lavender Pink #F6AED9

Color information

#F6AED9 (or 0xF6AED9) is unknown color: approx Lavender Pink. HEX triplet: F6, AE and D9. RGB value is (246,174,217). Sum of RGB (Red+Green+Blue) = 246+174+217=637 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.62% from 637); Green value is 174 (68.36% from 255 or 27.32% from 637); Blue value is 217 (85.16% from 255 or 34.07% from 637); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AED9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AED9 is #095126. Grayscale: #C8C8C8. Windows color (decimal): -610599 or 14266102. OLE color: 14266102.

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

Color convert

RGB246174217-
CMYK00.290.120.04
HSL324.17º80%82.35%-
HSV(B)324.17º29.27%96.47%-
XYZ65.6754.8772.78-
YUV200.43137.35160.5-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.62%
GREEN value IS 174 (68.36% from 255) = 27.32%
BLUE value IS 217 (85.16% from 255) = 34.07%
R=38.62%
G=27.32%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617421700.290.120.04324.178082.35
HexF6AED901DC41445052
Octal366256331035144504120122
Binary111101101010111011011001011101110010010100010010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AED9; }

 p { color: rgb(246,174,217); }

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

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

 a { background-color: rgb(246,174,217); }

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

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

 span { border-color: rgb(246,174,217); }

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