#F793D8

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

Shades of Lavender Rose #F793D8

Tints of Lavender Rose #F793D8

Color information

#F793D8 (or 0xF793D8) is unknown color: approx Lavender Rose. HEX triplet: F7, 93 and D8. RGB value is (247,147,216). Sum of RGB (Red+Green+Blue) = 247+147+216=610 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.49% from 610); Green value is 147 (57.81% from 255 or 24.10% from 610); Blue value is 216 (84.77% from 255 or 35.41% from 610); Max value from RGB is 247 - color contains mainly: red. Hex color #F793D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F793D8 is #086C27. Grayscale: #B8B8B8. Windows color (decimal): -551976 or 14193655. OLE color: 14193655.

HSL color Cylindrical-coordinate representation of color #F793D8: hue angle of 318.6º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F793D8 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB247147216-
CMYK00.400.130.03
HSL318.6º86.21%77.25%-
HSV(B)318.6º40.49%96.86%-
XYZ61.1945.670.54-
YUV184.77145.63172.39-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.49%
GREEN value IS 147 (57.81% from 255) = 24.10%
BLUE value IS 216 (84.77% from 255) = 35.41%
R=40.49%
G=24.10%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714721600.400.130.03318.686.2177.25
HexF793D8028D313f564d
Octal367223330050153477126115
Binary111101111001001111011000010100011011110011111110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F793D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F793D8; }

 p { color: rgb(247,147,216); }

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

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

 a { background-color: rgb(247,147,216); }

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

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

 span { border-color: rgb(247,147,216); }

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