COLOR #FD949E

HEX: #FD949E
RGB: (253,148,158)

Color info

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

RGB color model

#FD949E color RGB value is (253,148,158).

  • red value is 253;
  • green value is 148;
  • blue value is 158.
RGB:
(253,148,158)
(99%,58%,62%)

RGB channels and saturation

R 253 of 255 = 99%
G 148 of 255 = 58%
B 158 of 255 = 62%

253
148
158

R + G + B ~ 73%. #FD949E is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 148 + 158 = 559 (100%)
R 253 of 559 ~ 45.26%
G 148 of 559 ~ 26.48%
B 158 of 559 ~ 28.26%

%45.26
%26.48
%28.26

CMYK color model

#FD949E color CMYK value is (0,42,38,1).

  • cyan value is 0.00%
  • magenta value is 41.50%
  • yellow value is 37.55%
  • key color value is 0.78%
CMYK:
(0,42,38,1)
C0M42Y38K1 
(0%,42%,38%,1%)
(0.00/0.42/0.38/0.01)	

CMYK percentages

%0
%41.5
%37.55
%0.78

Codes

Color #FD949E in popluar color models

FD949E
RGB253148158
HSL354°96.33%78.63%
HSB/HSV354°41.50%99.22%
CMYK0.00%41.50%37.55%
0.78%

Color #FD949E in popluar number systems.

HEXFD949E
Decimal253148158
Binary111111011001010010011110
Octal375224236

Shades and tints

Shades of #FD949E

#FD949E
(253,148,158)
#E68790
(230,135,144)
#CF7A82
(207,122,130)
#B86D74
(184,109,116)
#A16066
(161,96,102)
#8A5358
(138,83,88)
#73464A
(115,70,74)
#5C393C
(92,57,60)
#452C2E
(69,44,46)
#2E1F20
(46,31,32)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #FD949E

#FD949E
(253,148,158)
#FD9DA6
(253,157,166)
#FDA6AE
(253,166,174)
#FDAFB6
(253,175,182)
#FDB8BE
(253,184,190)
#FDC1C6
(253,193,198)
#FDCACE
(253,202,206)
#FDD3D6
(253,211,214)
#FDDCDE
(253,220,222)
#FDE5E6
(253,229,230)
#FDEEEE
(253,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD949E color. Also use rgb(253,148,158) instead hex code.

Text Font Color

.myTextColor { color: #FD949E; }

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

This text font color is #FD949E.


Background Color

.myBgColor { background-color: #FD949E; }

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

This div background color is #FD949E.


Border color

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

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

This div border color is #FD949E.


Opacity

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

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

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

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

This text has shadow with #FD949E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD949E on black background.


Color preview on white background

This text has color #FD949E on white background.



Black color preview on #FD949E background

This text has black color on #FD949E background.


White color preview on #FD949E background

This text has white color on #FD949E background.