#F59BD6

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

Shades of Lavender Rose #F59BD6

Tints of Lavender Rose #F59BD6

Color information

#F59BD6 (or 0xF59BD6) is unknown color: approx Lavender Rose. HEX triplet: F5, 9B and D6. RGB value is (245,155,214). Sum of RGB (Red+Green+Blue) = 245+155+214=614 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.90% from 614); Green value is 155 (60.94% from 255 or 25.24% from 614); Blue value is 214 (83.98% from 255 or 34.85% from 614); Max value from RGB is 245 - color contains mainly: red. Hex color #F59BD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59BD6 is #0A6429. Grayscale: #BCBCBC. Windows color (decimal): -681002 or 14064629. OLE color: 14064629.

HSL color Cylindrical-coordinate representation of color #F59BD6: hue angle of 320.67º 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 #F59BD6 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB245155214-
CMYK00.370.130.04
HSL320.67º81.82%78.43%-
HSV(B)320.67º36.73%96.08%-
XYZ61.5247.7169.59-
YUV188.64142.32168.2-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.90%
GREEN value IS 155 (60.94% from 255) = 25.24%
BLUE value IS 214 (83.98% from 255) = 34.85%
R=39.90%
G=25.24%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515521400.370.130.04320.6781.8278.43
HexF59BD6025D4141524e
Octal365233326045154501122116
Binary1111010110011011110101100100101110110010100000110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59BD6; }

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

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

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

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

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

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

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

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