#F5A0CE

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

Shades of Lavender Pink #F5A0CE

Tints of Lavender Pink #F5A0CE

Color information

#F5A0CE (or 0xF5A0CE) is unknown color: approx Lavender Pink. HEX triplet: F5, A0 and CE. RGB value is (245,160,206). Sum of RGB (Red+Green+Blue) = 245+160+206=611 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.10% from 611); Green value is 160 (62.89% from 255 or 26.19% from 611); Blue value is 206 (80.86% from 255 or 33.72% from 611); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A0CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A0CE is #0A5F31. Grayscale: #BEBEBE. Windows color (decimal): -679730 or 13541621. OLE color: 13541621.

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

Color convert

RGB245160206-
CMYK00.350.160.04
HSL327.53º80.95%79.41%-
HSV(B)327.53º34.69%96.08%-
XYZ61.3749.0164.62-
YUV190.66136.66166.76-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.10%
GREEN value IS 160 (62.89% from 255) = 26.19%
BLUE value IS 206 (80.86% from 255) = 33.72%
R=40.10%
G=26.19%
B=33.72%

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
Decimal24516020600.350.160.04327.5380.9579.41
HexF5A0CE023104148514f
Octal365240316043204510121117
Binary11110101101000001100111001000111000010010100100010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A0CE; }

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

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

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

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

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

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

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

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