#F59CDC

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

Shades of Lavender Rose #F59CDC

Tints of Lavender Rose #F59CDC

Color information

#F59CDC (or 0xF59CDC) is unknown color: approx Lavender Rose. HEX triplet: F5, 9C and DC. RGB value is (245,156,220). Sum of RGB (Red+Green+Blue) = 245+156+220=621 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.45% from 621); Green value is 156 (61.33% from 255 or 25.12% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 245 - color contains mainly: red. Hex color #F59CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59CDC is #0A6323. Grayscale: #BDBDBD. Windows color (decimal): -680740 or 14458101. OLE color: 14458101.

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

Color convert

RGB245156220-
CMYK00.360.100.04
HSL316.85º81.65%78.63%-
HSV(B)316.85º36.33%96.08%-
XYZ62.4648.3673.75-
YUV189.91144.99167.3-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.45%
GREEN value IS 156 (61.33% from 255) = 25.12%
BLUE value IS 220 (86.33% from 255) = 35.43%
R=39.45%
G=25.12%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515622000.360.100.04316.8581.6578.63
HexF59CDC024A413d524f
Octal365234334044124475122117
Binary1111010110011100110111000100100101010010011110110100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59CDC; }

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

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

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

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

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

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

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

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