COLOR #FD6C95

HEX: #FD6C95
RGB: (253,108,149)

Color info

#FD6C95 contains mainly red color. Web safe color of #FD6C95 is #FF6699 (or #F69).

RGB color model

#FD6C95 color RGB value is (253,108,149).

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

RGB channels and saturation

R 253 of 255 = 99%
G 108 of 255 = 42%
B 149 of 255 = 58%

253
108
149

R + G + B ~ 66%. #FD6C95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 108 + 149 = 510 (100%)
R 253 of 510 ~ 49.61%
G 108 of 510 ~ 21.18%
B 149 of 510 ~ 29.22%

%49.61
%21.18
%29.22

CMYK color model

#FD6C95 color CMYK value is (0,57,41,1).

  • cyan value is 0.00%
  • magenta value is 57.31%
  • yellow value is 41.11%
  • key color value is 0.78%
CMYK:
(0,57,41,1)
C0M57Y41K1 
(0%,57%,41%,1%)
(0.00/0.57/0.41/0.01)	

CMYK percentages

%0
%57.31
%41.11
%0.78

Codes

Color #FD6C95 in popluar color models

FD6C95
RGB253108149
HSL343°97.32%70.78%
HSB/HSV343°57.31%99.22%
CMYK0.00%57.31%41.11%
0.78%

Color #FD6C95 in popluar number systems.

HEXFD6C95
Decimal253108149
Binary11111101110110010010101
Octal375154225

Shades and tints

Shades of #FD6C95

#FD6C95
(253,108,149)
#E66388
(230,99,136)
#CF5A7B
(207,90,123)
#B8516E
(184,81,110)
#A14861
(161,72,97)
#8A3F54
(138,63,84)
#733647
(115,54,71)
#5C2D3A
(92,45,58)
#45242D
(69,36,45)
#2E1B20
(46,27,32)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #FD6C95

#FD6C95
(253,108,149)
#FD799E
(253,121,158)
#FD86A7
(253,134,167)
#FD93B0
(253,147,176)
#FDA0B9
(253,160,185)
#FDADC2
(253,173,194)
#FDBACB
(253,186,203)
#FDC7D4
(253,199,212)
#FDD4DD
(253,212,221)
#FDE1E6
(253,225,230)
#FDEEEF
(253,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FD6C95; }

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

This text font color is #FD6C95.


Background Color

.myBgColor { background-color: #FD6C95; }

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

This div background color is #FD6C95.


Border color

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

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

This div border color is #FD6C95.


Opacity

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

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

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

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

This text has shadow with #FD6C95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD6C95 on black background.


Color preview on white background

This text has color #FD6C95 on white background.



Black color preview on #FD6C95 background

This text has black color on #FD6C95 background.


White color preview on #FD6C95 background

This text has white color on #FD6C95 background.