#F7AED8

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

Shades of Lavender Pink #F7AED8

Tints of Lavender Pink #F7AED8

Color information

#F7AED8 (or 0xF7AED8) is unknown color: approx Lavender Pink. HEX triplet: F7, AE and D8. RGB value is (247,174,216). Sum of RGB (Red+Green+Blue) = 247+174+216=637 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.78% from 637); Green value is 174 (68.36% from 255 or 27.32% from 637); Blue value is 216 (84.77% from 255 or 33.91% from 637); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AED8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AED8 is #085127. Grayscale: #C8C8C8. Windows color (decimal): -545064 or 14200567. OLE color: 14200567.

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

Color convert

RGB247174216-
CMYK00.300.130.03
HSL325.48º82.02%82.55%-
HSV(B)325.48º29.55%96.86%-
XYZ65.895572.11-
YUV200.61136.68161.08-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.78%
GREEN value IS 174 (68.36% from 255) = 27.32%
BLUE value IS 216 (84.77% from 255) = 33.91%
R=38.78%
G=27.32%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717421600.300.130.03325.4882.0282.55
HexF7AED801ED31455253
Octal367256330036153505122123
Binary11110111101011101101100001111011011110100010110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AED8; }

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

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

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

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

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

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

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

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