#F6AED4

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

Shades of Lavender Pink #F6AED4

Tints of Lavender Pink #F6AED4

Color information

#F6AED4 (or 0xF6AED4) is unknown color: approx Lavender Pink. HEX triplet: F6, AE and D4. RGB value is (246,174,212). Sum of RGB (Red+Green+Blue) = 246+174+212=632 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.92% from 632); Green value is 174 (68.36% from 255 or 27.53% from 632); Blue value is 212 (83.20% from 255 or 33.54% from 632); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AED4 is #09512B. Grayscale: #C7C7C7. Windows color (decimal): -610604 or 13938422. OLE color: 13938422.

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

Color convert

RGB246174212-
CMYK00.290.140.04
HSL328.33º80%82.35%-
HSV(B)328.33º29.27%96.47%-
XYZ65.0354.6269.4-
YUV199.86134.85160.91-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.92%
GREEN value IS 174 (68.36% from 255) = 27.53%
BLUE value IS 212 (83.20% from 255) = 33.54%
R=38.92%
G=27.53%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617421200.290.140.04328.338082.35
HexF6AED401DE41485052
Octal366256324035164510120122
Binary111101101010111011010100011101111010010100100010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AED4; }

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

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

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

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

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

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

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

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