Html Css Color HEX #F5A0CE Lavender Pink

📋 copy color: '#F5A0CE'

red 245 ◦ green 160 ◦ blue 206

#F5A0CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Pink #F5A0CE

Tints of Lavender Pink #F5A0CE

RGB

 RED value IS 245 (96.09% from 255) = 40.1%

 GREEN value IS 160 (62.89% from 255) = 26.19%

 BLUE value IS 206 (80.86% from 255) = 33.72%

R = 40.1%
G = 26.19%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F5A0CE (or 0xF5A0CE) is known color: 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

RGB 245 160 206 -
CMYK 0 0.35 0.16 0.04
HSL 327.53º 0.81% 0.79% -
HSV(B) 327.53º 0.35% 0.96% -
XYZ 61.37 49.01 64.62 -
YUV 190.66 136.66 166.76 -
System Red Green Blue C M Y K H S L
Decimal 245 160 206 0 0.35 0.16 0.04 327.53 0.81 0.79
Hex F5 A0 CE 0 23 10 4 148 51 4F
Octal 365 240 316 0 43 20 4 510 121 117
Binary 11110101 10100000 11001110 0 100011 10000 100 101001000 1010001 1001111

Color Harmonies of #F5A0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A0CE

Black with #F5A0CE

Text Example


Text Example

White with #F5A0CE

Text Example


Text Example

HTML Codes & Css Web 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>