#F796DA

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

Shades of Lavender Rose #F796DA

Tints of Lavender Rose #F796DA

Color information

#F796DA (or 0xF796DA) is unknown color: approx Lavender Rose. HEX triplet: F7, 96 and DA. RGB value is (247,150,218). Sum of RGB (Red+Green+Blue) = 247+150+218=615 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.16% from 615); Green value is 150 (58.98% from 255 or 24.39% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 247 - color contains mainly: red. Hex color #F796DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F796DA is #086925. Grayscale: #BABABA. Windows color (decimal): -551206 or 14325495. OLE color: 14325495.

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

Color convert

RGB247150218-
CMYK00.390.120.03
HSL317.94º85.84%77.84%-
HSV(B)317.94º39.27%96.86%-
XYZ61.9246.6572.07-
YUV186.76145.64170.97-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.16%
GREEN value IS 150 (58.98% from 255) = 24.39%
BLUE value IS 218 (85.55% from 255) = 35.45%
R=40.16%
G=24.39%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24715021800.390.120.03317.9485.8477.84
HexF796DA027C313e564e
Octal367226332047143476126116
Binary111101111001011011011010010011111001110011111010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F796DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F796DA; }

 p { color: rgb(247,150,218); }

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

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

 a { background-color: rgb(247,150,218); }

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

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

 span { border-color: rgb(247,150,218); }

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