#F59BDC

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

Shades of Lavender Rose #F59BDC

Tints of Lavender Rose #F59BDC

Color information

#F59BDC (or 0xF59BDC) is unknown color: approx Lavender Rose. HEX triplet: F5, 9B and DC. RGB value is (245,155,220). Sum of RGB (Red+Green+Blue) = 245+155+220=620 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.52% from 620); Green value is 155 (60.94% from 255 or 25% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 245 - color contains mainly: red. Hex color #F59BDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59BDC is #0A6423. Grayscale: #BDBDBD. Windows color (decimal): -680996 or 14457845. OLE color: 14457845.

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

Color convert

RGB245155220-
CMYK00.370.100.04
HSL316.67º81.82%78.43%-
HSV(B)316.67º36.73%96.08%-
XYZ62.348.0273.7-
YUV189.32145.32167.71-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.52%
GREEN value IS 155 (60.94% from 255) = 25%
BLUE value IS 220 (86.33% from 255) = 35.48%
R=39.52%
G=25%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515522000.370.100.04316.6781.8278.43
HexF59BDC025A413d524e
Octal365233334045124475122116
Binary1111010110011011110111000100101101010010011110110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59BDC; }

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

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

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

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

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

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

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

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