COLOR #FDC0B0

HEX: #FDC0B0
RGB: (253,192,176)

Color info

#FDC0B0 contains mainly red color. Web safe color of #FDC0B0 is #FFCC99 (or #FC9).

RGB color model

#FDC0B0 color RGB value is (253,192,176).

  • red value is 253;
  • green value is 192;
  • blue value is 176.
RGB:
(253,192,176)
(99%,75%,69%)

RGB channels and saturation

R 253 of 255 = 99%
G 192 of 255 = 75%
B 176 of 255 = 69%

253
192
176

R + G + B ~ 81%. #FDC0B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 192 + 176 = 621 (100%)
R 253 of 621 ~ 40.74%
G 192 of 621 ~ 30.92%
B 176 of 621 ~ 28.34%

%40.74
%30.92
%28.34

CMYK color model

#FDC0B0 color CMYK value is (0,24,30,1).

  • cyan value is 0.00%
  • magenta value is 24.11%
  • yellow value is 30.43%
  • key color value is 0.78%
CMYK:
(0,24,30,1)
C0M24Y30K1 
(0%,24%,30%,1%)
(0.00/0.24/0.30/0.01)	

CMYK percentages

%0
%24.11
%30.43
%0.78

Codes

Color #FDC0B0 in popluar color models

FDC0B0
RGB253192176
HSL12°95.06%84.12%
HSB/HSV12°30.43%99.22%
CMYK0.00%24.11%30.43%
0.78%

Color #FDC0B0 in popluar number systems.

HEXFDC0B0
Decimal253192176
Binary111111011100000010110000
Octal375300260

Shades and tints

Shades of #FDC0B0

#FDC0B0
(253,192,176)
#E6AFA0
(230,175,160)
#CF9E90
(207,158,144)
#B88D80
(184,141,128)
#A17C70
(161,124,112)
#8A6B60
(138,107,96)
#735A50
(115,90,80)
#5C4940
(92,73,64)
#453830
(69,56,48)
#2E2720
(46,39,32)
#171610
(23,22,16)
#000000
(0,0,0)

Tints of #FDC0B0

#FDC0B0
(253,192,176)
#FDC5B7
(253,197,183)
#FDCABE
(253,202,190)
#FDCFC5
(253,207,197)
#FDD4CC
(253,212,204)
#FDD9D3
(253,217,211)
#FDDEDA
(253,222,218)
#FDE3E1
(253,227,225)
#FDE8E8
(253,232,232)
#FDEDEF
(253,237,239)
#FDF2F6
(253,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDC0B0 color. Also use rgb(253,192,176) instead hex code.

Text Font Color

.myTextColor { color: #FDC0B0; }

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

This text font color is #FDC0B0.


Background Color

.myBgColor { background-color: #FDC0B0; }

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

This div background color is #FDC0B0.


Border color

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

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

This div border color is #FDC0B0.


Opacity

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

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

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

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

This text has shadow with #FDC0B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC0B0 on black background.


Color preview on white background

This text has color #FDC0B0 on white background.



Black color preview on #FDC0B0 background

This text has black color on #FDC0B0 background.


White color preview on #FDC0B0 background

This text has white color on #FDC0B0 background.