#F59CDA

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

Shades of Lavender Rose #F59CDA

Tints of Lavender Rose #F59CDA

Color information

#F59CDA (or 0xF59CDA) is unknown color: approx Lavender Rose. HEX triplet: F5, 9C and DA. RGB value is (245,156,218). Sum of RGB (Red+Green+Blue) = 245+156+218=619 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.58% from 619); Green value is 156 (61.33% from 255 or 25.20% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 245 - color contains mainly: red. Hex color #F59CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59CDA is #0A6325. Grayscale: #BDBDBD. Windows color (decimal): -680742 or 14327029. OLE color: 14327029.

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

Color convert

RGB245156218-
CMYK00.360.110.04
HSL318.2º81.65%78.63%-
HSV(B)318.2º36.33%96.08%-
XYZ62.248.2572.36-
YUV189.68143.99167.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.58%
GREEN value IS 156 (61.33% from 255) = 25.20%
BLUE value IS 218 (85.55% from 255) = 35.22%
R=39.58%
G=25.20%
B=35.22%

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
Decimal24515621800.360.110.04318.281.6578.63
HexF59CDA024B413e524f
Octal365234332044134476122117
Binary1111010110011100110110100100100101110010011111010100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59CDA; }

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

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

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

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

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

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

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

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