#F59BDA

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

Shades of Lavender Rose #F59BDA

Tints of Lavender Rose #F59BDA

Color information

#F59BDA (or 0xF59BDA) is unknown color: approx Lavender Rose. HEX triplet: F5, 9B and DA. RGB value is (245,155,218). Sum of RGB (Red+Green+Blue) = 245+155+218=618 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.64% from 618); Green value is 155 (60.94% from 255 or 25.08% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 245 - color contains mainly: red. Hex color #F59BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59BDA is #0A6425. Grayscale: #BCBCBC. Windows color (decimal): -680998 or 14326773. OLE color: 14326773.

HSL color Cylindrical-coordinate representation of color #F59BDA: hue angle of 318º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F59BDA is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB245155218-
CMYK00.370.110.04
HSL318º81.82%78.43%-
HSV(B)318º36.73%96.08%-
XYZ62.0347.9272.31-
YUV189.09144.32167.88-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.64%
GREEN value IS 155 (60.94% from 255) = 25.08%
BLUE value IS 218 (85.55% from 255) = 35.28%
R=39.64%
G=25.08%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515521800.370.110.0431881.8278.43
HexF59BDA025B413e524e
Octal365233332045134476122116
Binary1111010110011011110110100100101101110010011111010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59BDA; }

 p { color: rgb(245,155,218); }

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

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

 a { background-color: rgb(245,155,218); }

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

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

 span { border-color: rgb(245,155,218); }

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