COLOR #FC59DB

HEX: #FC59DB
RGB: (252,89,219)

Renk bilgisi

#FC59DB contains mainly red and blue colors. #FC59DB ‘ nin web güvenlik rengi #FF66CC (ya da #F6C) dir.

RGB renk modeli

#FC59DB color RGB value is (252,89,219).

  • kırmız ton 252;
  • yeşil ton 89;
  • mavi ton 219.
RGB:
(252,89,219)
(99%,35%,86%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 89 of 255 = 35%
B 219 of 255 = 86%

252
89
219

R + G + B ~ 73%. #FC59DB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 89 + 219 = 560 (100%)
R 252 of 560 ~ 45%
G 89 of 560 ~ 15.89%
B 219 of 560 ~ 39.11%

%45
%15.89
%39.11

CMYK RENK MODELİ

#FC59DB rengi CMYK tonu (0,65,13,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 64.68%
  • sarı tonu 13.10%
  • ana renk tonu 1.18%
CMYK:
(0,65,13,1)
C0M65Y13K1 
(0%,65%,13%,1%)
(0.00/0.65/0.13/0.01)	

CMYK yüzdeleri

%0
%64.68
%13.1
%1.18

Codes

Color #FC59DB in popluar color models

FC59DB
RGB25289219
HSL312°96.45%66.86%
HSB/HSV312°64.68%98.82%
CMYK0.00%64.68%13.10%
1.18%

Color #FC59DB in popluar number systems.

HEXFC59DB
Decimal25289219
Binary11111100101100111011011
Octal374131333

Shades and tints

Shades of #FC59DB

#FC59DB
(252,89,219)
#E651C8
(230,81,200)
#D049B5
(208,73,181)
#BA41A2
(186,65,162)
#A4398F
(164,57,143)
#8E317C
(142,49,124)
#782969
(120,41,105)
#622156
(98,33,86)
#4C1943
(76,25,67)
#361130
(54,17,48)
#20091D
(32,9,29)
#000000
(0,0,0)

Tints of #FC59DB

#FC59DB
(252,89,219)
#FC68DE
(252,104,222)
#FC77E1
(252,119,225)
#FC86E4
(252,134,228)
#FC95E7
(252,149,231)
#FCA4EA
(252,164,234)
#FCB3ED
(252,179,237)
#FCC2F0
(252,194,240)
#FCD1F3
(252,209,243)
#FCE0F6
(252,224,246)
#FCEFF9
(252,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC59DB color. Also use rgb(252,89,219) instead hex code.

Text Font Color

.myTextColor { color: #FC59DB; }

<p style="color:#FC59DB">This sample text font color is #FC59DB.</p>

This text font color is #FC59DB.


Background Color

.myBgColor { background-color: #FC59DB; }

<div style="background-color:#FC59DB">Inner text</div>

This div background color is #FC59DB.


Border color

.myBorderColor { border: 1px solid #FC59DB; }

<div style="border:3px solid #FC59DB">Div</div>

This div border color is #FC59DB.


Opacity

.myOpacity80 { color: #FC59DB; opacity: 0.8; }

<p style="color:#FC59DB;opacity:0.8;">80%</p>

Text with #FC59DB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FC59DB;}

<p style="text-shadow: 3px 3px 1px #FC59DB">Text here.</p>

This text has shadow with #FC59DB color.

.textShadow {text-shadow: 3px 3px 1px #FC59DB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FC59DB, 5px 5px 20px red">Text here.</p>

This text has shadow with #FC59DB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FC59DB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FC59DB, Direction=45, Strength=4)">Text</p>

This text has shadow with #FC59DB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FC59DB;
  -webkit-box-shadow:	1px 1px 3px 2px #FC59DB;
  box-shadow:		1px 1px 3px 2px #FC59DB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FC59DB;
-webkit-box-shadow: 1px 1px 3px 2px #FC59DB;
box-shadow:1px 1px 3px 2px #FC59DB;">
Div content here</div>
This div box has shadow with color #FC59DB.

Preview

Color preview on black background

This text has color #FC59DB on black background.


Color preview on white background

This text has color #FC59DB on white background.



Black color preview on #FC59DB background

This text has black color on #FC59DB background.


White color preview on #FC59DB background

This text has white color on #FC59DB background.