#F6AED1

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

Shades of Lavender Pink #F6AED1

Tints of Lavender Pink #F6AED1

Color information

#F6AED1 (or 0xF6AED1) is unknown color: approx Lavender Pink. HEX triplet: F6, AE and D1. RGB value is (246,174,209). Sum of RGB (Red+Green+Blue) = 246+174+209=629 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.11% from 629); Green value is 174 (68.36% from 255 or 27.66% from 629); Blue value is 209 (82.03% from 255 or 33.23% from 629); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AED1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AED1 is #09512E. Grayscale: #C7C7C7. Windows color (decimal): -610607 or 13741814. OLE color: 13741814.

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

Color convert

RGB246174209-
CMYK00.290.150.04
HSL330.83º80%82.35%-
HSV(B)330.83º29.27%96.47%-
XYZ64.6554.4767.43-
YUV199.52133.35161.15-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.11%
GREEN value IS 174 (68.36% from 255) = 27.66%
BLUE value IS 209 (82.03% from 255) = 33.23%
R=39.11%
G=27.66%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617420900.290.150.04330.838082.35
HexF6AED101DF414b5052
Octal366256321035174513120122
Binary111101101010111011010001011101111110010100101110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AED1; }

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

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

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

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

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

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

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

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