#F795DF

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

Shades of Lavender Rose #F795DF

Tints of Lavender Rose #F795DF

Color information

#F795DF (or 0xF795DF) is unknown color: approx Lavender Rose. HEX triplet: F7, 95 and DF. RGB value is (247,149,223). Sum of RGB (Red+Green+Blue) = 247+149+223=619 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.90% from 619); Green value is 149 (58.59% from 255 or 24.07% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 247 - color contains mainly: red. Hex color #F795DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F795DF is #086A20. Grayscale: #BABABA. Windows color (decimal): -551457 or 14652919. OLE color: 14652919.

HSL color Cylindrical-coordinate representation of color #F795DF: hue angle of 314.69º 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 #F795DF is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB247149223-
CMYK00.400.100.03
HSL314.69º85.96%77.65%-
HSV(B)314.69º39.68%96.86%-
XYZ62.4246.675.52-
YUV186.74148.47170.98-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.90%
GREEN value IS 149 (58.59% from 255) = 24.07%
BLUE value IS 223 (87.5% from 255) = 36.03%
R=39.90%
G=24.07%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24714922300.400.100.03314.6985.9677.65
HexF795DF028A313b564e
Octal367225337050123473126116
Binary111101111001010111011111010100010101110011101110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F795DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F795DF; }

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

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

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

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

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

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

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

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