COLOR #FD958C

HEX: #FD958C
RGB: (253,149,140)

Color info

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

RGB color model

#FD958C color RGB value is (253,149,140).

  • red value is 253;
  • green value is 149;
  • blue value is 140.
RGB:
(253,149,140)
(99%,58%,55%)

RGB channels and saturation

R 253 of 255 = 99%
G 149 of 255 = 58%
B 140 of 255 = 55%

253
149
140

R + G + B ~ 71%. #FD958C is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 149 + 140 = 542 (100%)
R 253 of 542 ~ 46.68%
G 149 of 542 ~ 27.49%
B 140 of 542 ~ 25.83%

%46.68
%27.49
%25.83

CMYK color model

#FD958C color CMYK value is (0,41,45,1).

  • cyan value is 0.00%
  • magenta value is 41.11%
  • yellow value is 44.66%
  • key color value is 0.78%
CMYK:
(0,41,45,1)
C0M41Y45K1 
(0%,41%,45%,1%)
(0.00/0.41/0.45/0.01)	

CMYK percentages

%0
%41.11
%44.66
%0.78

Codes

Color #FD958C in popluar color models

FD958C
RGB253149140
HSL96.58%77.06%
HSB/HSV44.66%99.22%
CMYK0.00%41.11%44.66%
0.78%

Color #FD958C in popluar number systems.

HEXFD958C
Decimal253149140
Binary111111011001010110001100
Octal375225214

Shades and tints

Shades of #FD958C

#FD958C
(253,149,140)
#E68880
(230,136,128)
#CF7B74
(207,123,116)
#B86E68
(184,110,104)
#A1615C
(161,97,92)
#8A5450
(138,84,80)
#734744
(115,71,68)
#5C3A38
(92,58,56)
#452D2C
(69,45,44)
#2E2020
(46,32,32)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #FD958C

#FD958C
(253,149,140)
#FD9E96
(253,158,150)
#FDA7A0
(253,167,160)
#FDB0AA
(253,176,170)
#FDB9B4
(253,185,180)
#FDC2BE
(253,194,190)
#FDCBC8
(253,203,200)
#FDD4D2
(253,212,210)
#FDDDDC
(253,221,220)
#FDE6E6
(253,230,230)
#FDEFF0
(253,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD958C color. Also use rgb(253,149,140) instead hex code.

Text Font Color

.myTextColor { color: #FD958C; }

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

This text font color is #FD958C.


Background Color

.myBgColor { background-color: #FD958C; }

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

This div background color is #FD958C.


Border color

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

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

This div border color is #FD958C.


Opacity

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

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

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

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

This text has shadow with #FD958C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD958C on black background.


Color preview on white background

This text has color #FD958C on white background.



Black color preview on #FD958C background

This text has black color on #FD958C background.


White color preview on #FD958C background

This text has white color on #FD958C background.