#F59FCE

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

Shades of Lavender Pink #F59FCE

Tints of Lavender Pink #F59FCE

Color information

#F59FCE (or 0xF59FCE) is unknown color: approx Lavender Pink. HEX triplet: F5, 9F and CE. RGB value is (245,159,206). Sum of RGB (Red+Green+Blue) = 245+159+206=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 159 (62.5% from 255 or 26.07% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 245 - color contains mainly: red. Hex color #F59FCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59FCE is #0A6031. Grayscale: #BDBDBD. Windows color (decimal): -679986 or 13541365. OLE color: 13541365.

HSL color Cylindrical-coordinate representation of color #F59FCE: hue angle of 327.21º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F59FCE is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB245159206-
CMYK00.350.160.04
HSL327.21º81.13%79.22%-
HSV(B)327.21º35.1%96.08%-
XYZ61.1948.6664.56-
YUV190.07136.99167.18-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.16%
GREEN value IS 159 (62.5% from 255) = 26.07%
BLUE value IS 206 (80.86% from 255) = 33.77%
R=40.16%
G=26.07%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515920600.350.160.04327.2181.1379.22
HexF59FCE023104147514f
Octal365237316043204507121117
Binary11110101100111111100111001000111000010010100011110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59FCE; }

 p { color: rgb(245,159,206); }

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

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

 a { background-color: rgb(245,159,206); }

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

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

 span { border-color: rgb(245,159,206); }

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