#F7ADCF

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

Shades of Lavender Pink #F7ADCF

Tints of Lavender Pink #F7ADCF

Color information

#F7ADCF (or 0xF7ADCF) is unknown color: approx Lavender Pink. HEX triplet: F7, AD and CF. RGB value is (247,173,207). Sum of RGB (Red+Green+Blue) = 247+173+207=627 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.39% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ADCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ADCF is #085230. Grayscale: #C6C6C6. Windows color (decimal): -545329 or 13610487. OLE color: 13610487.

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

Color convert

RGB247173207-
CMYK00.300.160.03
HSL332.43º82.22%82.35%-
HSV(B)332.43º29.96%96.86%-
XYZ64.5654.1766.08-
YUV199132.52162.24-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.39%
GREEN value IS 173 (67.97% from 255) = 27.59%
BLUE value IS 207 (81.25% from 255) = 33.01%
R=39.39%
G=27.59%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717320700.300.160.03332.4382.2282.35
HexF7ADCF01E10314c5252
Octal367255317036203514122122
Binary111101111010110111001111011110100001110100110010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ADCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ADCF; }

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

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

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

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

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

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

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

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