#F6AED0

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

Shades of Lavender Pink #F6AED0

Tints of Lavender Pink #F6AED0

Color information

#F6AED0 (or 0xF6AED0) is unknown color: approx Lavender Pink. HEX triplet: F6, AE and D0. RGB value is (246,174,208). Sum of RGB (Red+Green+Blue) = 246+174+208=628 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.17% from 628); Green value is 174 (68.36% from 255 or 27.71% from 628); Blue value is 208 (81.64% from 255 or 33.12% from 628); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AED0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AED0 is #09512F. Grayscale: #C7C7C7. Windows color (decimal): -610608 or 13676278. OLE color: 13676278.

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

Color convert

RGB246174208-
CMYK00.290.150.04
HSL331.67º80%82.35%-
HSV(B)331.67º29.27%96.47%-
XYZ64.5354.4266.78-
YUV199.4132.85161.24-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.17%
GREEN value IS 174 (68.36% from 255) = 27.71%
BLUE value IS 208 (81.64% from 255) = 33.12%
R=39.17%
G=27.71%
B=33.12%

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
Decimal24617420800.290.150.04331.678082.35
HexF6AED001DF414c5052
Octal366256320035174514120122
Binary111101101010111011010000011101111110010100110010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AED0; }

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

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

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

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

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

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

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

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