#F79BDD

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

Shades of Lavender Rose #F79BDD

Tints of Lavender Rose #F79BDD

Color information

#F79BDD (or 0xF79BDD) is unknown color: approx Lavender Rose. HEX triplet: F7, 9B and DD. RGB value is (247,155,221). Sum of RGB (Red+Green+Blue) = 247+155+221=623 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.65% from 623); Green value is 155 (60.94% from 255 or 24.88% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 247 - color contains mainly: red. Hex color #F79BDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F79BDD is #086422. Grayscale: #BDBDBD. Windows color (decimal): -549923 or 14523383. OLE color: 14523383.

HSL color Cylindrical-coordinate representation of color #F79BDD: hue angle of 316.96º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F79BDD is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB247155221-
CMYK00.370.110.03
HSL316.96º85.19%78.82%-
HSV(B)316.96º37.25%96.86%-
XYZ63.1348.4474.43-
YUV190.03145.48168.63-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.65%
GREEN value IS 155 (60.94% from 255) = 24.88%
BLUE value IS 221 (86.72% from 255) = 35.47%
R=39.65%
G=24.88%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24715522100.370.110.03316.9685.1978.82
HexF79BDD025B313d554f
Octal367233335045133475125117
Binary111101111001101111011101010010110111110011110110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F79BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F79BDD; }

 p { color: rgb(247,155,221); }

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

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

 a { background-color: rgb(247,155,221); }

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

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

 span { border-color: rgb(247,155,221); }

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