#F79CD0

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

Shades of Lavender Pink #F79CD0

Tints of Lavender Pink #F79CD0

Color information

#F79CD0 (or 0xF79CD0) is unknown color: approx Lavender Pink. HEX triplet: F7, 9C and D0. RGB value is (247,156,208). Sum of RGB (Red+Green+Blue) = 247+156+208=611 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.43% from 611); Green value is 156 (61.33% from 255 or 25.53% from 611); Blue value is 208 (81.64% from 255 or 34.04% from 611); Max value from RGB is 247 - color contains mainly: red. Hex color #F79CD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F79CD0 is #08632F. Grayscale: #BDBDBD. Windows color (decimal): -549680 or 13671671. OLE color: 13671671.

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

Color convert

RGB247156208-
CMYK00.370.160.03
HSL325.71º85.05%79.02%-
HSV(B)325.71º36.84%96.86%-
XYZ61.6348.1165.71-
YUV189.14138.65169.27-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.43%
GREEN value IS 156 (61.33% from 255) = 25.53%
BLUE value IS 208 (81.64% from 255) = 34.04%
R=40.43%
G=25.53%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24715620800.370.160.03325.7185.0579.02
HexF79CD0025103146554f
Octal367234320045203506125117
Binary1111011110011100110100000100101100001110100011010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F79CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F79CD0; }

 p { color: rgb(247,156,208); }

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

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

 a { background-color: rgb(247,156,208); }

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

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

 span { border-color: rgb(247,156,208); }

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