#F59CD4

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

Shades of Lavender Rose #F59CD4

Tints of Lavender Rose #F59CD4

Color information

#F59CD4 (or 0xF59CD4) is unknown color: approx Lavender Rose. HEX triplet: F5, 9C and D4. RGB value is (245,156,212). Sum of RGB (Red+Green+Blue) = 245+156+212=613 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.97% from 613); Green value is 156 (61.33% from 255 or 25.45% from 613); Blue value is 212 (83.20% from 255 or 34.58% from 613); Max value from RGB is 245 - color contains mainly: red. Hex color #F59CD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59CD4 is #0A632B. Grayscale: #BCBCBC. Windows color (decimal): -680748 or 13933813. OLE color: 13933813.

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

Color convert

RGB245156212-
CMYK00.360.130.04
HSL322.25º81.65%78.63%-
HSV(B)322.25º36.33%96.08%-
XYZ61.4347.9468.3-
YUV189140.99167.95-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.97%
GREEN value IS 156 (61.33% from 255) = 25.45%
BLUE value IS 212 (83.20% from 255) = 34.58%
R=39.97%
G=25.45%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515621200.360.130.04322.2581.6578.63
HexF59CD4024D4142524f
Octal365234324044154502122117
Binary1111010110011100110101000100100110110010100001010100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59CD4; }

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

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

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

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

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

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

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

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