COLOR #FC8BED

HEX: #FC8BED RGB: (252,139,237)

Color info

#FC8BED contains mainly red and blue colors. Web safe color of #FC8BED is #FF99FF (or #F9F).

RGB color model

#FC8BED color RGB value is (252,139,237).

RGB: (252,139,237) (99%, 55%, 93%)

RGB channels and saturation

R 252 of 255 = 99%
G 139 of 255 = 55%
B 237 of 255 = 93%

252
139
237

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

Portions of RGB colors in percentages

R + G + B = 252 + 139 + 237 = 628 (100%)
R 252 of 628 ~ 40.13%
G 139 of 628 ~ 22.13%
B 237 of 628 ~ 37.74'%

%40.13
%22.13
%37.74

CMYK color model

#FC8BED color CMYK value is (0,45,6,1).

  • cyan value is 0.00%
  • magenta value is 44.84%
  • yellow value is 5.95%
  • key color value is 1.18%

CMYK: (0,45,6,1)
C0M45Y6K1 (0%, 45%, 6%, 1%)
(0.00 / 0.45 / 0.06 / 0.01)

CMYK percentages

%0
%44.84
%5.95
%1.18

Codes

Color #FC8BED in popluar color models

FC 8B ED
RGB 252 139 237
HSL 308° 94.96% 76.67%
HSB/HSV 308° 44.84% 98.82%
CMYK 0.00% 44.84% 5.95%
1.18%

Color #FC8BED in popluar number systems.

HEX FC 8B ED
Decimal 252 139 237
Binary 11111100 10001011 11101101
Octal 374 213 355

Shades and tints

Shades of #FC8BED

#FC8BED
(252,139,237)
#E67FD8
(230,127,216)
#D073C3
(208,115,195)
#BA67AE
(186,103,174)
#A45B99
(164,91,153)
#8E4F84
(142,79,132)
#78436F
(120,67,111)
#62375A
(98,55,90)
#4C2B45
(76,43,69)
#361F30
(54,31,48)
#20131B
(32,19,27)
#000000
(0,0,0)

Tints of #FC8BED

#FC8BED
(252,139,237)
#FC95EE
(252,149,238)
#FC9FEF
(252,159,239)
#FCA9F0
(252,169,240)
#FCB3F1
(252,179,241)
#FCBDF2
(252,189,242)
#FCC7F3
(252,199,243)
#FCD1F4
(252,209,244)
#FCDBF5
(252,219,245)
#FCE5F6
(252,229,246)
#FCEFF7
(252,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC8BED color. Also use rgb(252,139,237) instead hex code.

Text Font Color

.myTextColor { color: #FC8BED; }

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

This text font color is #FC8BED.

Background Color

.myBgColor { background-color: #FC8BED; }

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

This div background color is #FC8BED.

Border color

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

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

This div border color is #FC8BED.

Opacity

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

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

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

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

This text has shadow with #FC8BED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FC8BED.

Preview

Color preview on black background

This text has color #FC8BED on black background.


Color preview on white background

This text has color #FC8BED on white background.


Black color preview on #FC8BED background

This text has black color on #FC8BED background.


White color preview on #FC8BED background

This text has white color on #FC8BED background.


Related colors

Complementary color

Complementary color for #hex is #037412.


I love getcolorcode.com

Triadic colors

1 #EDFC8B and #8BEDFC with #FC8BED are triadic colors.

2 #ED8BFC and #8BFCED with #FC8BED are triadic colors.