#F6AED2

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

Shades of Lavender Pink #F6AED2

Tints of Lavender Pink #F6AED2

Color information

#F6AED2 (or 0xF6AED2) is unknown color: approx Lavender Pink. HEX triplet: F6, AE and D2. RGB value is (246,174,210). Sum of RGB (Red+Green+Blue) = 246+174+210=630 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.05% from 630); Green value is 174 (68.36% from 255 or 27.62% from 630); Blue value is 210 (82.42% from 255 or 33.33% from 630); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AED2 is #09512D. Grayscale: #C7C7C7. Windows color (decimal): -610606 or 13807350. OLE color: 13807350.

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

Color convert

RGB246174210-
CMYK00.290.150.04
HSL330º80%82.35%-
HSV(B)330º29.27%96.47%-
XYZ64.7754.5268.08-
YUV199.63133.85161.07-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.05%
GREEN value IS 174 (68.36% from 255) = 27.62%
BLUE value IS 210 (82.42% from 255) = 33.33%
R=39.05%
G=27.62%
B=33.33%

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
Decimal24617421000.290.150.043308082.35
HexF6AED201DF414a5052
Octal366256322035174512120122
Binary111101101010111011010010011101111110010100101010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AED2; }

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

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

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

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

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

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

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

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