#F795D5

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

Shades of Lavender Rose #F795D5

Tints of Lavender Rose #F795D5

Color information

#F795D5 (or 0xF795D5) is unknown color: approx Lavender Rose. HEX triplet: F7, 95 and D5. RGB value is (247,149,213). Sum of RGB (Red+Green+Blue) = 247+149+213=609 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.56% from 609); Green value is 149 (58.59% from 255 or 24.47% from 609); Blue value is 213 (83.59% from 255 or 34.98% from 609); Max value from RGB is 247 - color contains mainly: red. Hex color #F795D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F795D5 is #086A2A. Grayscale: #B9B9B9. Windows color (decimal): -551467 or 13997559. OLE color: 13997559.

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

Color convert

RGB247149213-
CMYK00.400.140.03
HSL320.82º85.96%77.65%-
HSV(B)320.82º39.68%96.86%-
XYZ61.1246.0768.62-
YUV185.6143.47171.8-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.56%
GREEN value IS 149 (58.59% from 255) = 24.47%
BLUE value IS 213 (83.59% from 255) = 34.98%
R=40.56%
G=24.47%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714921300.400.140.03320.8285.9677.65
HexF795D5028E3141564e
Octal367225325050163501126116
Binary111101111001010111010101010100011101110100000110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F795D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F795D5; }

 p { color: rgb(247,149,213); }

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

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

 a { background-color: rgb(247,149,213); }

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

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

 span { border-color: rgb(247,149,213); }

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