Html Css Color HEX #F59DCE Lavender Pink

📋 copy color: '#F59DCE'

red 245 ◦ green 157 ◦ blue 206

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

Shades of Lavender Pink #F59DCE

Tints of Lavender Pink #F59DCE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.82%

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

R = 40.3%
G = 25.82%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F59DCE (or 0xF59DCE) is known color: Lavender Pink. HEX triplet: F5, 9D and CE. RGB value is (245,157,206). Sum of RGB (Red+Green+Blue) = 245+157+206=608 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.30% from 608); Green value is 157 (61.72% from 255 or 25.82% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 245 - color contains mainly: red. Hex color #F59DCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59DCE is #0A6231. Grayscale: #BCBCBC. Windows color (decimal): -680498 or 13540853. OLE color: 13540853.

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

Color convert

RGB 245 157 206 -
CMYK 0 0.36 0.16 0.04
HSL 326.59º 0.81% 0.79% -
HSV(B) 326.59º 0.36% 0.96% -
XYZ 60.85 47.98 64.45 -
YUV 188.9 137.65 168.02 -
System Red Green Blue C M Y K H S L
Decimal 245 157 206 0 0.36 0.16 0.04 326.59 0.81 0.79
Hex F5 9D CE 0 24 10 4 147 51 4F
Octal 365 235 316 0 44 20 4 507 121 117
Binary 11110101 10011101 11001110 0 100100 10000 100 101000111 1010001 1001111

Color Harmonies of #F59DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F59DCE

Black with #F59DCE

Text Example


Text Example

White with #F59DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F59DCE; }

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

 H1.HeaderClassName
 {
   color: #F59DCE;
 }
 .AnyTagClassName
 {
   color: #F59DCE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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