#F7AACD

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

Shades of Lavender Pink #F7AACD

Tints of Lavender Pink #F7AACD

Color information

#F7AACD (or 0xF7AACD) is unknown color: approx Lavender Pink. HEX triplet: F7, AA and CD. RGB value is (247,170,205). Sum of RGB (Red+Green+Blue) = 247+170+205=622 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.71% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AACD is #085532. Grayscale: #C4C4C4. Windows color (decimal): -546099 or 13478647. OLE color: 13478647.

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

Color convert

RGB247170205-
CMYK00.310.170.03
HSL332.73º82.8%81.76%-
HSV(B)332.73º31.17%96.86%-
XYZ63.7552.9364.61-
YUV197.01132.51163.65-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.71%
GREEN value IS 170 (66.80% from 255) = 27.33%
BLUE value IS 205 (80.47% from 255) = 32.96%
R=39.71%
G=27.33%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717020500.310.170.03332.7382.881.76
HexF7AACD01F11314d5352
Octal367252315037213515123122
Binary111101111010101011001101011111100011110100110110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AACD; }

 p { color: rgb(247,170,205); }

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

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

 a { background-color: rgb(247,170,205); }

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

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

 span { border-color: rgb(247,170,205); }

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