COLOR #FC96DB

HEX: #FC96DB
RGB: (252,150,219)

Renk bilgisi

#FC96DB contains mainly red and blue colors. #FC96DB ‘ nin web güvenlik rengi #FF99CC (ya da #F9C) dir.

RGB renk modeli

#FC96DB color RGB value is (252,150,219).

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

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 150 of 255 = 59%
B 219 of 255 = 86%

252
150
219

R + G + B ~ 81%. #FC96DB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 150 + 219 = 621 (100%)
R 252 of 621 ~ 40.58%
G 150 of 621 ~ 24.15%
B 219 of 621 ~ 35.27%

%40.58
%24.15
%35.27

CMYK RENK MODELİ

#FC96DB rengi CMYK tonu (0,40,13,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.48%
  • sarı tonu 13.10%
  • ana renk tonu 1.18%
CMYK:
(0,40,13,1)
C0M40Y13K1 
(0%,40%,13%,1%)
(0.00/0.40/0.13/0.01)	

CMYK yüzdeleri

%0
%40.48
%13.1
%1.18

Codes

Color #FC96DB in popluar color models

FC96DB
RGB252150219
HSL319°94.44%78.82%
HSB/HSV319°40.48%98.82%
CMYK0.00%40.48%13.10%
1.18%

Color #FC96DB in popluar number systems.

HEXFC96DB
Decimal252150219
Binary111111001001011011011011
Octal374226333

Shades and tints

Shades of #FC96DB

#FC96DB
(252,150,219)
#E689C8
(230,137,200)
#D07CB5
(208,124,181)
#BA6FA2
(186,111,162)
#A4628F
(164,98,143)
#8E557C
(142,85,124)
#784869
(120,72,105)
#623B56
(98,59,86)
#4C2E43
(76,46,67)
#362130
(54,33,48)
#20141D
(32,20,29)
#000000
(0,0,0)

Tints of #FC96DB

#FC96DB
(252,150,219)
#FC9FDE
(252,159,222)
#FCA8E1
(252,168,225)
#FCB1E4
(252,177,228)
#FCBAE7
(252,186,231)
#FCC3EA
(252,195,234)
#FCCCED
(252,204,237)
#FCD5F0
(252,213,240)
#FCDEF3
(252,222,243)
#FCE7F6
(252,231,246)
#FCF0F9
(252,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC96DB; }

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

This text font color is #FC96DB.


Background Color

.myBgColor { background-color: #FC96DB; }

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

This div background color is #FC96DB.


Border color

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

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

This div border color is #FC96DB.


Opacity

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

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

Text with #FC96DB 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 #FC96DB;}

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

This text has shadow with #FC96DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC96DB on black background.


Color preview on white background

This text has color #FC96DB on white background.



Black color preview on #FC96DB background

This text has black color on #FC96DB background.


White color preview on #FC96DB background

This text has white color on #FC96DB background.