COLOR #FDCCB7

HEX: #FDCCB7
RGB: (253,204,183)

Color info

#FDCCB7 contains mainly red and green colors. Web safe color of #FDCCB7 is #FFCCCC (or #FCC).

RGB color model

#FDCCB7 color RGB value is (253,204,183).

  • red value is 253;
  • green value is 204;
  • blue value is 183.
RGB:
(253,204,183)
(99%,80%,72%)

RGB channels and saturation

R 253 of 255 = 99%
G 204 of 255 = 80%
B 183 of 255 = 72%

253
204
183

R + G + B ~ 84%. #FDCCB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 204 + 183 = 640 (100%)
R 253 of 640 ~ 39.53%
G 204 of 640 ~ 31.88%
B 183 of 640 ~ 28.59%

%39.53
%31.88
%28.59

CMYK color model

#FDCCB7 color CMYK value is (0,19,28,1).

  • cyan value is 0.00%
  • magenta value is 19.37%
  • yellow value is 27.67%
  • key color value is 0.78%
CMYK:
(0,19,28,1)
C0M19Y28K1 
(0%,19%,28%,1%)
(0.00/0.19/0.28/0.01)	

CMYK percentages

%0
%19.37
%27.67
%0.78

Codes

Color #FDCCB7 in popluar color models

FDCCB7
RGB253204183
HSL18°94.59%85.49%
HSB/HSV18°27.67%99.22%
CMYK0.00%19.37%27.67%
0.78%

Color #FDCCB7 in popluar number systems.

HEXFDCCB7
Decimal253204183
Binary111111011100110010110111
Octal375314267

Shades and tints

Shades of #FDCCB7

#FDCCB7
(253,204,183)
#E6BAA7
(230,186,167)
#CFA897
(207,168,151)
#B89687
(184,150,135)
#A18477
(161,132,119)
#8A7267
(138,114,103)
#736057
(115,96,87)
#5C4E47
(92,78,71)
#453C37
(69,60,55)
#2E2A27
(46,42,39)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #FDCCB7

#FDCCB7
(253,204,183)
#FDD0BD
(253,208,189)
#FDD4C3
(253,212,195)
#FDD8C9
(253,216,201)
#FDDCCF
(253,220,207)
#FDE0D5
(253,224,213)
#FDE4DB
(253,228,219)
#FDE8E1
(253,232,225)
#FDECE7
(253,236,231)
#FDF0ED
(253,240,237)
#FDF4F3
(253,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDCCB7 color. Also use rgb(253,204,183) instead hex code.

Text Font Color

.myTextColor { color: #FDCCB7; }

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

This text font color is #FDCCB7.


Background Color

.myBgColor { background-color: #FDCCB7; }

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

This div background color is #FDCCB7.


Border color

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

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

This div border color is #FDCCB7.


Opacity

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

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

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

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

This text has shadow with #FDCCB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDCCB7 on black background.


Color preview on white background

This text has color #FDCCB7 on white background.



Black color preview on #FDCCB7 background

This text has black color on #FDCCB7 background.


White color preview on #FDCCB7 background

This text has white color on #FDCCB7 background.