#F59DE3

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

Shades of Lavender Rose #F59DE3

Tints of Lavender Rose #F59DE3

Color information

#F59DE3 (or 0xF59DE3) is unknown color: approx Lavender Rose. HEX triplet: F5, 9D and E3. RGB value is (245,157,227). Sum of RGB (Red+Green+Blue) = 245+157+227=629 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.95% from 629); Green value is 157 (61.72% from 255 or 24.96% from 629); Blue value is 227 (89.06% from 255 or 36.09% from 629); Max value from RGB is 245 - color contains mainly: red. Hex color #F59DE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59DE3 is #0A621C. Grayscale: #BFBFBF. Windows color (decimal): -680477 or 14917109. OLE color: 14917109.

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

Color convert

RGB245157227-
CMYK00.360.070.04
HSL312.27º81.48%78.82%-
HSV(B)312.27º35.92%96.08%-
XYZ63.5849.0778.79-
YUV191.29148.15166.31-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.95%
GREEN value IS 157 (61.72% from 255) = 24.96%
BLUE value IS 227 (89.06% from 255) = 36.09%
R=38.95%
G=24.96%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515722700.360.070.04312.2781.4878.82
HexF59DE302474138514f
Octal36523534304474470121117
Binary111101011001110111100011010010011110010011100010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59DE3; }

 p { color: rgb(245,157,227); }

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

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

 a { background-color: rgb(245,157,227); }

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

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

 span { border-color: rgb(245,157,227); }

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