COLOR #FD9E99

HEX: #FD9E99
RGB: (253,158,153)

Color info

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

RGB color model

#FD9E99 color RGB value is (253,158,153).

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

RGB channels and saturation

R 253 of 255 = 99%
G 158 of 255 = 62%
B 153 of 255 = 60%

253
158
153

R + G + B ~ 74%. #FD9E99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 158 + 153 = 564 (100%)
R 253 of 564 ~ 44.86%
G 158 of 564 ~ 28.01%
B 153 of 564 ~ 27.13%

%44.86
%28.01
%27.13

CMYK color model

#FD9E99 color CMYK value is (0,38,40,1).

  • cyan value is 0.00%
  • magenta value is 37.55%
  • yellow value is 39.53%
  • key color value is 0.78%
CMYK:
(0,38,40,1)
C0M38Y40K1 
(0%,38%,40%,1%)
(0.00/0.38/0.40/0.01)	

CMYK percentages

%0
%37.55
%39.53
%0.78

Codes

Color #FD9E99 in popluar color models

FD9E99
RGB253158153
HSL96.15%79.61%
HSB/HSV39.53%99.22%
CMYK0.00%37.55%39.53%
0.78%

Color #FD9E99 in popluar number systems.

HEXFD9E99
Decimal253158153
Binary111111011001111010011001
Octal375236231

Shades and tints

Shades of #FD9E99

#FD9E99
(253,158,153)
#E6908C
(230,144,140)
#CF827F
(207,130,127)
#B87472
(184,116,114)
#A16665
(161,102,101)
#8A5858
(138,88,88)
#734A4B
(115,74,75)
#5C3C3E
(92,60,62)
#452E31
(69,46,49)
#2E2024
(46,32,36)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #FD9E99

#FD9E99
(253,158,153)
#FDA6A2
(253,166,162)
#FDAEAB
(253,174,171)
#FDB6B4
(253,182,180)
#FDBEBD
(253,190,189)
#FDC6C6
(253,198,198)
#FDCECF
(253,206,207)
#FDD6D8
(253,214,216)
#FDDEE1
(253,222,225)
#FDE6EA
(253,230,234)
#FDEEF3
(253,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FD9E99; }

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

This text font color is #FD9E99.


Background Color

.myBgColor { background-color: #FD9E99; }

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

This div background color is #FD9E99.


Border color

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

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

This div border color is #FD9E99.


Opacity

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

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

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

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

This text has shadow with #FD9E99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD9E99 on black background.


Color preview on white background

This text has color #FD9E99 on white background.



Black color preview on #FD9E99 background

This text has black color on #FD9E99 background.


White color preview on #FD9E99 background

This text has white color on #FD9E99 background.