COLOR #FC9ADB

HEX: #FC9ADB RGB: (252,154,219)

Color info

#FC9ADB contains mainly red and blue colors. Web safe color of #FC9ADB is #FF99CC (or #F9C).

RGB color model

#FC9ADB color RGB value is (252,154,219).

RGB: (252,154,219) (99%, 60%, 86%)

RGB channels and saturation

R 252 of 255 = 99%
G 154 of 255 = 60%
B 219 of 255 = 86%

252
154
219

R + G + B ~ 82%. #FC9ADB is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 154 + 219 = 625 (100%)
R 252 of 625 ~ 40.32%
G 154 of 625 ~ 24.64%
B 219 of 625 ~ 35.04'%

%40.32
%24.64
%35.04

CMYK color model

#FC9ADB color CMYK value is (0,39,13,1).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 13.10%
  • key color value is 1.18%
CMYK: (0,39,13,1) C0M39Y13K1 (0%,39%,13%,1%) (0.00/0.39/0.13/0.01) 

CMYK percentages

%0
%38.89
%13.1
%1.18

Codes

Color #FC9ADB in popluar color models

FC 9A DB
RGB 252 154 219
HSL 320° 94.23% 79.61%
HSB/HSV 320° 38.89% 98.82%
CMYK 0.00% 38.89% 13.10%
1.18%

Color #FC9ADB in popluar number systems.

HEX FC 9A DB
Decimal 252 154 219
Binary 11111100 10011010 11011011
Octal 374 232 333

Shades and tints

Shades of #FC9ADB

#FC9ADB
(252,154,219)
#E68CC8
(230,140,200)
#D07EB5
(208,126,181)
#BA70A2
(186,112,162)
#A4628F
(164,98,143)
#8E547C
(142,84,124)
#784669
(120,70,105)
#623856
(98,56,86)
#4C2A43
(76,42,67)
#361C30
(54,28,48)
#200E1D
(32,14,29)
#000000
(0,0,0)

Tints of #FC9ADB

#FC9ADB
(252,154,219)
#FCA3DE
(252,163,222)
#FCACE1
(252,172,225)
#FCB5E4
(252,181,228)
#FCBEE7
(252,190,231)
#FCC7EA
(252,199,234)
#FCD0ED
(252,208,237)
#FCD9F0
(252,217,240)
#FCE2F3
(252,226,243)
#FCEBF6
(252,235,246)
#FCF4F9
(252,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC9ADB; }

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

This text font color is #FC9ADB.

Background Color

.myBgColor { background-color: #FC9ADB; }

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

This div background color is #FC9ADB.

Border color

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

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

This div border color is #FC9ADB.

Opacity

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

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

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

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

This text has shadow with #FC9ADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FC9ADB.

Preview

Color preview on black background

This text has color #FC9ADB on black background.


Color preview on white background

This text has color #FC9ADB on white background.


Black color preview on #FC9ADB background

This text has black color on #FC9ADB background.


White color preview on #FC9ADB background

This text has white color on #FC9ADB background.


Related colors

Complementary color

Complementary color for #hex is #036524.


I love getcolorcode.com

Triadic colors

1 #DBFC9A and #9ADBFC with #FC9ADB are triadic colors.

2 #DB9AFC and #9AFCDB with #FC9ADB are triadic colors.