Html Css Color HEX #F59FCE Lavender Pink

📋 copy color: '#F59FCE'

red 245 ◦ green 159 ◦ blue 206

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

Shades of Lavender Pink #F59FCE

Tints of Lavender Pink #F59FCE

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 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

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

RGB 245 159 206 -
CMYK 0 0.35 0.16 0.04
HSL 327.21º 0.81% 0.79% -
HSV(B) 327.21º 0.35% 0.96% -
XYZ 61.19 48.66 64.56 -
YUV 190.07 136.99 167.18 -
System Red Green Blue C M Y K H S L
Decimal 245 159 206 0 0.35 0.16 0.04 327.21 0.81 0.79
Hex F5 9F CE 0 23 10 4 147 51 4F
Octal 365 237 316 0 43 20 4 507 121 117
Binary 11110101 10011111 11001110 0 100011 10000 100 101000111 1010001 1001111

Color Harmonies of #F59FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59FCE

Black with #F59FCE

Text Example


Text Example

White with #F59FCE

Text Example


Text Example

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