#F7ADD1

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

Shades of Lavender Pink #F7ADD1

Tints of Lavender Pink #F7ADD1

Color information

#F7ADD1 (or 0xF7ADD1) is unknown color: approx Lavender Pink. HEX triplet: F7, AD and D1. RGB value is (247,173,209). Sum of RGB (Red+Green+Blue) = 247+173+209=629 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.27% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 209 (82.03% from 255 or 33.23% from 629); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ADD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ADD1 is #08522E. Grayscale: #C7C7C7. Windows color (decimal): -545327 or 13741559. OLE color: 13741559.

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

Color convert

RGB247173209-
CMYK00.300.150.03
HSL330.81º82.22%82.35%-
HSV(B)330.81º29.96%96.86%-
XYZ64.8154.2667.38-
YUV199.23133.52162.07-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.27%
GREEN value IS 173 (67.97% from 255) = 27.50%
BLUE value IS 209 (82.03% from 255) = 33.23%
R=39.27%
G=27.50%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717320900.300.150.03330.8182.2282.35
HexF7ADD101EF314b5252
Octal367255321036173513122122
Binary11110111101011011101000101111011111110100101110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ADD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ADD1; }

 p { color: rgb(247,173,209); }

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

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

 a { background-color: rgb(247,173,209); }

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

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

 span { border-color: rgb(247,173,209); }

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