COLOR #FC908F

HEX: #FC908F
RGB: (252,144,143)

Color info

#FC908F contains mainly red color. Web safe color of #FC908F is #FF9999 (or #F99).

RGB color model

#FC908F color RGB value is (252,144,143).

  • red value is 252;
  • green value is 144;
  • blue value is 143.
RGB:
(252,144,143)
(99%,56%,56%)

RGB channels and saturation

R 252 of 255 = 99%
G 144 of 255 = 56%
B 143 of 255 = 56%

252
144
143

R + G + B ~ 70%. #FC908F is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 144 + 143 = 539 (100%)
R 252 of 539 ~ 46.75%
G 144 of 539 ~ 26.72%
B 143 of 539 ~ 26.53%

%46.75
%26.72
%26.53

CMYK color model

#FC908F color CMYK value is (0,43,43,1).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 43.25%
  • key color value is 1.18%
CMYK:
(0,43,43,1)
C0M43Y43K1 
(0%,43%,43%,1%)
(0.00/0.43/0.43/0.01)	

CMYK percentages

%0
%42.86
%43.25
%1.18

Codes

Color #FC908F in popluar color models

FC908F
RGB252144143
HSL94.78%77.45%
HSB/HSV43.25%98.82%
CMYK0.00%42.86%43.25%
1.18%

Color #FC908F in popluar number systems.

HEXFC908F
Decimal252144143
Binary111111001001000010001111
Octal374220217

Shades and tints

Shades of #FC908F

#FC908F
(252,144,143)
#E68382
(230,131,130)
#D07675
(208,118,117)
#BA6968
(186,105,104)
#A45C5B
(164,92,91)
#8E4F4E
(142,79,78)
#784241
(120,66,65)
#623534
(98,53,52)
#4C2827
(76,40,39)
#361B1A
(54,27,26)
#200E0D
(32,14,13)
#000000
(0,0,0)

Tints of #FC908F

#FC908F
(252,144,143)
#FC9A99
(252,154,153)
#FCA4A3
(252,164,163)
#FCAEAD
(252,174,173)
#FCB8B7
(252,184,183)
#FCC2C1
(252,194,193)
#FCCCCB
(252,204,203)
#FCD6D5
(252,214,213)
#FCE0DF
(252,224,223)
#FCEAE9
(252,234,233)
#FCF4F3
(252,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC908F color. Also use rgb(252,144,143) instead hex code.

Text Font Color

.myTextColor { color: #FC908F; }

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

This text font color is #FC908F.


Background Color

.myBgColor { background-color: #FC908F; }

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

This div background color is #FC908F.


Border color

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

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

This div border color is #FC908F.


Opacity

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

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

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

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

This text has shadow with #FC908F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC908F on black background.


Color preview on white background

This text has color #FC908F on white background.



Black color preview on #FC908F background

This text has black color on #FC908F background.


White color preview on #FC908F background

This text has white color on #FC908F background.