#F797D4

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

Shades of Lavender Rose #F797D4

Tints of Lavender Rose #F797D4

Color information

#F797D4 (or 0xF797D4) is unknown color: approx Lavender Rose. HEX triplet: F7, 97 and D4. RGB value is (247,151,212). Sum of RGB (Red+Green+Blue) = 247+151+212=610 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.49% from 610); Green value is 151 (59.38% from 255 or 24.75% from 610); Blue value is 212 (83.20% from 255 or 34.75% from 610); Max value from RGB is 247 - color contains mainly: red. Hex color #F797D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F797D4 is #08682B. Grayscale: #BABABA. Windows color (decimal): -550956 or 13932535. OLE color: 13932535.

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

Color convert

RGB247151212-
CMYK00.390.140.03
HSL321.88º85.71%78.04%-
HSV(B)321.88º38.87%96.86%-
XYZ61.3146.6668.06-
YUV186.66142.3171.04-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.49%
GREEN value IS 151 (59.38% from 255) = 24.75%
BLUE value IS 212 (83.20% from 255) = 34.75%
R=40.49%
G=24.75%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24715121200.390.140.03321.8885.7178.04
HexF797D4027E3142564e
Octal367227324047163502126116
Binary111101111001011111010100010011111101110100001010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F797D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F797D4; }

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

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

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

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

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

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

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

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