#F79DCF

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

Shades of Lavender Pink #F79DCF

Tints of Lavender Pink #F79DCF

Color information

#F79DCF (or 0xF79DCF) is unknown color: approx Lavender Pink. HEX triplet: F7, 9D and CF. RGB value is (247,157,207). Sum of RGB (Red+Green+Blue) = 247+157+207=611 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.43% from 611); Green value is 157 (61.72% from 255 or 25.70% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 247 - color contains mainly: red. Hex color #F79DCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F79DCF is #086230. Grayscale: #BDBDBD. Windows color (decimal): -549425 or 13606391. OLE color: 13606391.

HSL color Cylindrical-coordinate representation of color #F79DCF: hue angle of 326.67º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F79DCF is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB247157207-
CMYK00.360.160.03
HSL326.67º84.91%79.22%-
HSV(B)326.67º36.44%96.86%-
XYZ61.6848.3965.12-
YUV189.61137.82168.93-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.43%
GREEN value IS 157 (61.72% from 255) = 25.70%
BLUE value IS 207 (81.25% from 255) = 33.88%
R=40.43%
G=25.70%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24715720700.360.160.03326.6784.9179.22
HexF79DCF024103147554f
Octal367235317044203507125117
Binary1111011110011101110011110100100100001110100011110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F79DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F79DCF; }

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

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

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

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

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

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

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

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