#F59CEC

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

Shades of Lavender Rose #F59CEC

Tints of Lavender Rose #F59CEC

Color information

#F59CEC (or 0xF59CEC) is unknown color: approx Lavender Rose. HEX triplet: F5, 9C and EC. RGB value is (245,156,236). Sum of RGB (Red+Green+Blue) = 245+156+236=637 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.46% from 637); Green value is 156 (61.33% from 255 or 24.49% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 245 - color contains mainly: red. Hex color #F59CEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F59CEC is #0A6313. Grayscale: #BFBFBF. Windows color (decimal): -680724 or 15506677. OLE color: 15506677.

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

Color convert

RGB245156236-
CMYK00.360.040.04
HSL306.07º81.65%78.63%-
HSV(B)306.07º36.33%96.08%-
XYZ64.6849.2585.45-
YUV191.73152.99166-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 38.46%
GREEN value IS 156 (61.33% from 255) = 24.49%
BLUE value IS 236 (92.58% from 255) = 37.05%
R=38.46%
G=24.49%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515623600.360.040.04306.0781.6578.63
HexF59CEC02444132524f
Octal36523435404444462122117
Binary111101011001110011101100010010010010010011001010100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59CEC; }

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

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

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

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

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

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

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

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