#F59CD9

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

Shades of Lavender Rose #F59CD9

Tints of Lavender Rose #F59CD9

Color information

#F59CD9 (or 0xF59CD9) is unknown color: approx Lavender Rose. HEX triplet: F5, 9C and D9. RGB value is (245,156,217). Sum of RGB (Red+Green+Blue) = 245+156+217=618 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.64% from 618); Green value is 156 (61.33% from 255 or 25.24% from 618); Blue value is 217 (85.16% from 255 or 35.11% from 618); Max value from RGB is 245 - color contains mainly: red. Hex color #F59CD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59CD9 is #0A6326. Grayscale: #BDBDBD. Windows color (decimal): -680743 or 14261493. OLE color: 14261493.

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

Color convert

RGB245156217-
CMYK00.360.110.04
HSL318.88º81.65%78.63%-
HSV(B)318.88º36.33%96.08%-
XYZ62.0748.271.68-
YUV189.56143.49167.54-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.64%
GREEN value IS 156 (61.33% from 255) = 25.24%
BLUE value IS 217 (85.16% from 255) = 35.11%
R=39.64%
G=25.24%
B=35.11%

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
Decimal24515621700.360.110.04318.8881.6578.63
HexF59CD9024B413f524f
Octal365234331044134477122117
Binary1111010110011100110110010100100101110010011111110100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59CD9; }

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

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

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

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

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

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

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

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