COLOR #FDC4B8

HEX: #FDC4B8
RGB: (253,196,184)

Color info

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

RGB color model

#FDC4B8 color RGB value is (253,196,184).

  • red value is 253;
  • green value is 196;
  • blue value is 184.
RGB:
(253,196,184)
(99%,77%,72%)

RGB channels and saturation

R 253 of 255 = 99%
G 196 of 255 = 77%
B 184 of 255 = 72%

253
196
184

R + G + B ~ 83%. #FDC4B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 196 + 184 = 633 (100%)
R 253 of 633 ~ 39.97%
G 196 of 633 ~ 30.96%
B 184 of 633 ~ 29.07%

%39.97
%30.96
%29.07

CMYK color model

#FDC4B8 color CMYK value is (0,23,27,1).

  • cyan value is 0.00%
  • magenta value is 22.53%
  • yellow value is 27.27%
  • key color value is 0.78%
CMYK:
(0,23,27,1)
C0M23Y27K1 
(0%,23%,27%,1%)
(0.00/0.23/0.27/0.01)	

CMYK percentages

%0
%22.53
%27.27
%0.78

Codes

Color #FDC4B8 in popluar color models

FDC4B8
RGB253196184
HSL10°94.52%85.69%
HSB/HSV10°27.27%99.22%
CMYK0.00%22.53%27.27%
0.78%

Color #FDC4B8 in popluar number systems.

HEXFDC4B8
Decimal253196184
Binary111111011100010010111000
Octal375304270

Shades and tints

Shades of #FDC4B8

#FDC4B8
(253,196,184)
#E6B3A8
(230,179,168)
#CFA298
(207,162,152)
#B89188
(184,145,136)
#A18078
(161,128,120)
#8A6F68
(138,111,104)
#735E58
(115,94,88)
#5C4D48
(92,77,72)
#453C38
(69,60,56)
#2E2B28
(46,43,40)
#171A18
(23,26,24)
#000000
(0,0,0)

Tints of #FDC4B8

#FDC4B8
(253,196,184)
#FDC9BE
(253,201,190)
#FDCEC4
(253,206,196)
#FDD3CA
(253,211,202)
#FDD8D0
(253,216,208)
#FDDDD6
(253,221,214)
#FDE2DC
(253,226,220)
#FDE7E2
(253,231,226)
#FDECE8
(253,236,232)
#FDF1EE
(253,241,238)
#FDF6F4
(253,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDC4B8 color. Also use rgb(253,196,184) instead hex code.

Text Font Color

.myTextColor { color: #FDC4B8; }

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

This text font color is #FDC4B8.


Background Color

.myBgColor { background-color: #FDC4B8; }

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

This div background color is #FDC4B8.


Border color

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

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

This div border color is #FDC4B8.


Opacity

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

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

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

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

This text has shadow with #FDC4B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC4B8 on black background.


Color preview on white background

This text has color #FDC4B8 on white background.



Black color preview on #FDC4B8 background

This text has black color on #FDC4B8 background.


White color preview on #FDC4B8 background

This text has white color on #FDC4B8 background.