#F7ADCE

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

Shades of Lavender Pink #F7ADCE

Tints of Lavender Pink #F7ADCE

Color information

#F7ADCE (or 0xF7ADCE) is unknown color: approx Lavender Pink. HEX triplet: F7, AD and CE. RGB value is (247,173,206). Sum of RGB (Red+Green+Blue) = 247+173+206=626 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.46% from 626); Green value is 173 (67.97% from 255 or 27.64% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ADCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ADCE is #085231. Grayscale: #C6C6C6. Windows color (decimal): -545330 or 13544951. OLE color: 13544951.

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

Color convert

RGB247173206-
CMYK00.300.170.03
HSL333.24º82.22%82.35%-
HSV(B)333.24º29.96%96.86%-
XYZ64.4454.1265.44-
YUV198.89132.02162.32-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.46%
GREEN value IS 173 (67.97% from 255) = 27.64%
BLUE value IS 206 (80.86% from 255) = 32.91%
R=39.46%
G=27.64%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717320600.300.170.03333.2482.2282.35
HexF7ADCE01E11314d5252
Octal367255316036213515122122
Binary111101111010110111001110011110100011110100110110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ADCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ADCE; }

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

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

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

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

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

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

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

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