#F797D1

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

Shades of Lavender Rose #F797D1

Tints of Lavender Rose #F797D1

Color information

#F797D1 (or 0xF797D1) is unknown color: approx Lavender Rose. HEX triplet: F7, 97 and D1. RGB value is (247,151,209). Sum of RGB (Red+Green+Blue) = 247+151+209=607 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.69% from 607); Green value is 151 (59.38% from 255 or 24.88% from 607); Blue value is 209 (82.03% from 255 or 34.43% from 607); Max value from RGB is 247 - color contains mainly: red. Hex color #F797D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F797D1 is #08682E. Grayscale: #BABABA. Windows color (decimal): -550959 or 13735927. OLE color: 13735927.

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

Color convert

RGB247151209-
CMYK00.390.150.03
HSL323.75º85.71%78.04%-
HSV(B)323.75º38.87%96.86%-
XYZ60.9346.5166.09-
YUV186.32140.8171.28-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.69%
GREEN value IS 151 (59.38% from 255) = 24.88%
BLUE value IS 209 (82.03% from 255) = 34.43%
R=40.69%
G=24.88%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24715120900.390.150.03323.7585.7178.04
HexF797D1027F3144564e
Octal367227321047173504126116
Binary111101111001011111010001010011111111110100010010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F797D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F797D1; }

 p { color: rgb(247,151,209); }

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

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

 a { background-color: rgb(247,151,209); }

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

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

 span { border-color: rgb(247,151,209); }

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