#F7AED9

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

Shades of Lavender Pink #F7AED9

Tints of Lavender Pink #F7AED9

Color information

#F7AED9 (or 0xF7AED9) is unknown color: approx Lavender Pink. HEX triplet: F7, AE and D9. RGB value is (247,174,217). Sum of RGB (Red+Green+Blue) = 247+174+217=638 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.71% from 638); Green value is 174 (68.36% from 255 or 27.27% from 638); Blue value is 217 (85.16% from 255 or 34.01% from 638); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AED9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AED9 is #085126. Grayscale: #C8C8C8. Windows color (decimal): -545063 or 14266103. OLE color: 14266103.

HSL color Cylindrical-coordinate representation of color #F7AED9: hue angle of 324.66º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7AED9 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB247174217-
CMYK00.300.120.03
HSL324.66º82.02%82.55%-
HSV(B)324.66º29.55%96.86%-
XYZ66.0255.0672.79-
YUV200.73137.18161-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.71%
GREEN value IS 174 (68.36% from 255) = 27.27%
BLUE value IS 217 (85.16% from 255) = 34.01%
R=38.71%
G=27.27%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717421700.300.120.03324.6682.0282.55
HexF7AED901EC31455253
Octal367256331036143505122123
Binary11110111101011101101100101111011001110100010110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AED9; }

 p { color: rgb(247,174,217); }

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

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

 a { background-color: rgb(247,174,217); }

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

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

 span { border-color: rgb(247,174,217); }

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