#F59CDB

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

Shades of Lavender Rose #F59CDB

Tints of Lavender Rose #F59CDB

Color information

#F59CDB (or 0xF59CDB) is unknown color: approx Lavender Rose. HEX triplet: F5, 9C and DB. RGB value is (245,156,219). Sum of RGB (Red+Green+Blue) = 245+156+219=620 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.52% from 620); Green value is 156 (61.33% from 255 or 25.16% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 245 - color contains mainly: red. Hex color #F59CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59CDB is #0A6324. Grayscale: #BDBDBD. Windows color (decimal): -680741 or 14392565. OLE color: 14392565.

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

Color convert

RGB245156219-
CMYK00.360.110.04
HSL317.53º81.65%78.63%-
HSV(B)317.53º36.33%96.08%-
XYZ62.3348.373.06-
YUV189.79144.49167.38-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.52%
GREEN value IS 156 (61.33% from 255) = 25.16%
BLUE value IS 219 (85.94% from 255) = 35.32%
R=39.52%
G=25.16%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515621900.360.110.04317.5381.6578.63
HexF59CDB024B413e524f
Octal365234333044134476122117
Binary1111010110011100110110110100100101110010011111010100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59CDB; }

 p { color: rgb(245,156,219); }

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

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

 a { background-color: rgb(245,156,219); }

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

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

 span { border-color: rgb(245,156,219); }

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