#F7AED5

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

Shades of Lavender Pink #F7AED5

Tints of Lavender Pink #F7AED5

Color information

#F7AED5 (or 0xF7AED5) is unknown color: approx Lavender Pink. HEX triplet: F7, AE and D5. RGB value is (247,174,213). Sum of RGB (Red+Green+Blue) = 247+174+213=634 (83% of max value = 765). Red value is 247 (96.88% from 255 or 38.96% from 634); Green value is 174 (68.36% from 255 or 27.44% from 634); Blue value is 213 (83.59% from 255 or 33.60% from 634); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AED5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AED5 is #08512A. Grayscale: #C8C8C8. Windows color (decimal): -545067 or 14003959. OLE color: 14003959.

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

Color convert

RGB247174213-
CMYK00.300.140.03
HSL327.95º82.02%82.55%-
HSV(B)327.95º29.55%96.86%-
XYZ65.554.8570.09-
YUV200.27135.18161.33-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.96%
GREEN value IS 174 (68.36% from 255) = 27.44%
BLUE value IS 213 (83.59% from 255) = 33.60%
R=38.96%
G=27.44%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717421300.300.140.03327.9582.0282.55
HexF7AED501EE31485253
Octal367256325036163510122123
Binary11110111101011101101010101111011101110100100010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AED5; }

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

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

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

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

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

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

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

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