COLOR #FD9CBE

HEX: #FD9CBE RGB: (253,156,190)

Color info

#FD9CBE contains mainly red color. Web safe color of #FD9CBE is #FF99CC (or #F9C).

RGB color model

#FD9CBE color RGB value is (253,156,190).

RGB: (253,156,190) (99%, 61%, 75%)

RGB channels and saturation

R 253 of 255 = 99%
G 156 of 255 = 61%
B 190 of 255 = 75%

253
156
190

R + G + B ~ 78%. #FD9CBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 156 + 190 = 599 (100%)
R 253 of 599 ~ 42.24%
G 156 of 599 ~ 26.04%
B 190 of 599 ~ 31.72'%

%42.24
%26.04
%31.72

CMYK color model

#FD9CBE color CMYK value is (0,38,25,1).

  • cyan value is 0.00%
  • magenta value is 38.34%
  • yellow value is 24.90%
  • key color value is 0.78%

CMYK: (0,38,25,1)
C0M38Y25K1 (0%, 38%, 25%, 1%)
(0.00 / 0.38 / 0.25 / 0.01)

CMYK percentages

%0
%38.34
%24.9
%0.78

Codes

Color #FD9CBE in popluar color models

FD 9C BE
RGB 253 156 190
HSL 339° 96.04% 80.20%
HSB/HSV 339° 38.34% 99.22%
CMYK 0.00% 38.34% 24.90%
0.78%

Color #FD9CBE in popluar number systems.

HEX FD 9C BE
Decimal 253 156 190
Binary 11111101 10011100 10111110
Octal 375 234 276

Shades and tints

Shades of #FD9CBE

#FD9CBE
(253,156,190)
#E68EAD
(230,142,173)
#CF809C
(207,128,156)
#B8728B
(184,114,139)
#A1647A
(161,100,122)
#8A5669
(138,86,105)
#734858
(115,72,88)
#5C3A47
(92,58,71)
#452C36
(69,44,54)
#2E1E25
(46,30,37)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #FD9CBE

#FD9CBE
(253,156,190)
#FDA5C3
(253,165,195)
#FDAEC8
(253,174,200)
#FDB7CD
(253,183,205)
#FDC0D2
(253,192,210)
#FDC9D7
(253,201,215)
#FDD2DC
(253,210,220)
#FDDBE1
(253,219,225)
#FDE4E6
(253,228,230)
#FDEDEB
(253,237,235)
#FDF6F0
(253,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD9CBE color. Also use rgb(253,156,190) instead hex code.

Text Font Color

.myTextColor { color: #FD9CBE; }

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

This text font color is #FD9CBE.

Background Color

.myBgColor { background-color: #FD9CBE; }

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

This div background color is #FD9CBE.

Border color

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

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

This div border color is #FD9CBE.

Opacity

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

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

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

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

This text has shadow with #FD9CBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FD9CBE.

Preview

Color preview on black background

This text has color #FD9CBE on black background.


Color preview on white background

This text has color #FD9CBE on white background.


Black color preview on #FD9CBE background

This text has black color on #FD9CBE background.


White color preview on #FD9CBE background

This text has white color on #FD9CBE background.


Related colors

Complementary color

Complementary color for #hex is #026341.


I love getcolorcode.com

Triadic colors

1 #BEFD9C and #9CBEFD with #FD9CBE are triadic colors.

2 #BE9CFD and #9CFDBE with #FD9CBE are triadic colors.