#F796DC

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

Shades of Lavender Rose #F796DC

Tints of Lavender Rose #F796DC

Color information

#F796DC (or 0xF796DC) is unknown color: approx Lavender Rose. HEX triplet: F7, 96 and DC. RGB value is (247,150,220). Sum of RGB (Red+Green+Blue) = 247+150+220=617 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.03% from 617); Green value is 150 (58.98% from 255 or 24.31% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 247 - color contains mainly: red. Hex color #F796DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F796DC is #086923. Grayscale: #BABABA. Windows color (decimal): -551204 or 14456567. OLE color: 14456567.

HSL color Cylindrical-coordinate representation of color #F796DC: hue angle of 316.7º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F796DC is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB247150220-
CMYK00.390.110.03
HSL316.7º85.84%77.84%-
HSV(B)316.7º39.27%96.86%-
XYZ62.1846.7573.46-
YUV186.98146.64170.81-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.03%
GREEN value IS 150 (58.98% from 255) = 24.31%
BLUE value IS 220 (86.33% from 255) = 35.66%
R=40.03%
G=24.31%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24715022000.390.110.03316.785.8477.84
HexF796DC027B313d564e
Octal367226334047133475126116
Binary111101111001011011011100010011110111110011110110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F796DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F796DC; }

 p { color: rgb(247,150,220); }

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

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

 a { background-color: rgb(247,150,220); }

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

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

 span { border-color: rgb(247,150,220); }

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