#F7AEDC

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

Shades of Lavender Pink #F7AEDC

Tints of Lavender Pink #F7AEDC

Color information

#F7AEDC (or 0xF7AEDC) is unknown color: approx Lavender Pink. HEX triplet: F7, AE and DC. RGB value is (247,174,220). Sum of RGB (Red+Green+Blue) = 247+174+220=641 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.53% from 641); Green value is 174 (68.36% from 255 or 27.15% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AEDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AEDC is #085123. Grayscale: #C8C8C8. Windows color (decimal): -545060 or 14462711. OLE color: 14462711.

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

Color convert

RGB247174220-
CMYK00.300.110.03
HSL322.19º82.02%82.55%-
HSV(B)322.19º29.55%96.86%-
XYZ66.4155.2174.87-
YUV201.07138.68160.76-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.53%
GREEN value IS 174 (68.36% from 255) = 27.15%
BLUE value IS 220 (86.33% from 255) = 34.32%
R=38.53%
G=27.15%
B=34.32%

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
Decimal24717422000.300.110.03322.1982.0282.55
HexF7AEDC01EB31425253
Octal367256334036133502122123
Binary11110111101011101101110001111010111110100001010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AEDC; }

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

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

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

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

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

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

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

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