#F6AED6

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

Shades of Lavender Pink #F6AED6

Tints of Lavender Pink #F6AED6

Color information

#F6AED6 (or 0xF6AED6) is unknown color: approx Lavender Pink. HEX triplet: F6, AE and D6. RGB value is (246,174,214). Sum of RGB (Red+Green+Blue) = 246+174+214=634 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.80% from 634); Green value is 174 (68.36% from 255 or 27.44% from 634); Blue value is 214 (83.98% from 255 or 33.75% from 634); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AED6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AED6 is #095129. Grayscale: #C7C7C7. Windows color (decimal): -610602 or 14069494. OLE color: 14069494.

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

Color convert

RGB246174214-
CMYK00.290.130.04
HSL326.67º80%82.35%-
HSV(B)326.67º29.27%96.47%-
XYZ65.2854.7270.74-
YUV200.09135.85160.75-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.80%
GREEN value IS 174 (68.36% from 255) = 27.44%
BLUE value IS 214 (83.98% from 255) = 33.75%
R=38.80%
G=27.44%
B=33.75%

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
Decimal24617421400.290.130.04326.678082.35
HexF6AED601DD41475052
Octal366256326035154507120122
Binary111101101010111011010110011101110110010100011110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AED6; }

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

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

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

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

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

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

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

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