#F7AEDB

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

Shades of Lavender Pink #F7AEDB

Tints of Lavender Pink #F7AEDB

Color information

#F7AEDB (or 0xF7AEDB) is unknown color: approx Lavender Pink. HEX triplet: F7, AE and DB. RGB value is (247,174,219). Sum of RGB (Red+Green+Blue) = 247+174+219=640 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.59% from 640); Green value is 174 (68.36% from 255 or 27.19% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AEDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AEDB is #085124. Grayscale: #C8C8C8. Windows color (decimal): -545061 or 14397175. OLE color: 14397175.

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

Color convert

RGB247174219-
CMYK00.300.110.03
HSL323.01º82.02%82.55%-
HSV(B)323.01º29.55%96.86%-
XYZ66.2855.1674.17-
YUV200.96138.18160.84-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.59%
GREEN value IS 174 (68.36% from 255) = 27.19%
BLUE value IS 219 (85.94% from 255) = 34.22%
R=38.59%
G=27.19%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717421900.300.110.03323.0182.0282.55
HexF7AEDB01EB31435253
Octal367256333036133503122123
Binary11110111101011101101101101111010111110100001110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AEDB; }

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

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

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

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

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

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

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

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