#F6AED7

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

Shades of Lavender Pink #F6AED7

Tints of Lavender Pink #F6AED7

Color information

#F6AED7 (or 0xF6AED7) is unknown color: approx Lavender Pink. HEX triplet: F6, AE and D7. RGB value is (246,174,215). Sum of RGB (Red+Green+Blue) = 246+174+215=635 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.74% from 635); Green value is 174 (68.36% from 255 or 27.40% from 635); Blue value is 215 (84.38% from 255 or 33.86% from 635); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AED7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AED7 is #095128. Grayscale: #C8C8C8. Windows color (decimal): -610601 or 14135030. OLE color: 14135030.

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

Color convert

RGB246174215-
CMYK00.290.130.04
HSL325.83º80%82.35%-
HSV(B)325.83º29.27%96.47%-
XYZ65.4154.7771.41-
YUV200.2136.35160.67-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.74%
GREEN value IS 174 (68.36% from 255) = 27.40%
BLUE value IS 215 (84.38% from 255) = 33.86%
R=38.74%
G=27.40%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617421500.290.130.04325.838082.35
HexF6AED701DD41465052
Octal366256327035154506120122
Binary111101101010111011010111011101110110010100011010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AED7; }

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

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

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

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

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

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

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

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