COLOR #FDDCCA

HEX: #FDDCCA
RGB: (253,220,202)

Color info

#FDDCCA contains red, green and blue colors in about the same proportion. Web safe color of #FDDCCA is #FFCCCC (or #FCC).

RGB color model

#FDDCCA color RGB value is (253,220,202).

  • red value is 253;
  • green value is 220;
  • blue value is 202.
RGB:
(253,220,202)
(99%,86%,79%)

RGB channels and saturation

R 253 of 255 = 99%
G 220 of 255 = 86%
B 202 of 255 = 79%

253
220
202

R + G + B ~ 88%. #FDDCCA is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 220 + 202 = 675 (100%)
R 253 of 675 ~ 37.48%
G 220 of 675 ~ 32.59%
B 202 of 675 ~ 29.93%

%37.48
%32.59
%29.93

CMYK color model

#FDDCCA color CMYK value is (0,13,20,1).

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 20.16%
  • key color value is 0.78%
CMYK:
(0,13,20,1)
C0M13Y20K1 
(0%,13%,20%,1%)
(0.00/0.13/0.20/0.01)	

CMYK percentages

%0
%13.04
%20.16
%0.78

Codes

Color #FDDCCA in popluar color models

FDDCCA
RGB253220202
HSL21°92.73%89.22%
HSB/HSV21°20.16%99.22%
CMYK0.00%13.04%20.16%
0.78%

Color #FDDCCA in popluar number systems.

HEXFDDCCA
Decimal253220202
Binary111111011101110011001010
Octal375334312

Shades and tints

Shades of #FDDCCA

#FDDCCA
(253,220,202)
#E6C8B8
(230,200,184)
#CFB4A6
(207,180,166)
#B8A094
(184,160,148)
#A18C82
(161,140,130)
#8A7870
(138,120,112)
#73645E
(115,100,94)
#5C504C
(92,80,76)
#453C3A
(69,60,58)
#2E2828
(46,40,40)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #FDDCCA

#FDDCCA
(253,220,202)
#FDDFCE
(253,223,206)
#FDE2D2
(253,226,210)
#FDE5D6
(253,229,214)
#FDE8DA
(253,232,218)
#FDEBDE
(253,235,222)
#FDEEE2
(253,238,226)
#FDF1E6
(253,241,230)
#FDF4EA
(253,244,234)
#FDF7EE
(253,247,238)
#FDFAF2
(253,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDDCCA color. Also use rgb(253,220,202) instead hex code.

Text Font Color

.myTextColor { color: #FDDCCA; }

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

This text font color is #FDDCCA.


Background Color

.myBgColor { background-color: #FDDCCA; }

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

This div background color is #FDDCCA.


Border color

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

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

This div border color is #FDDCCA.


Opacity

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

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

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

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

This text has shadow with #FDDCCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDDCCA on black background.


Color preview on white background

This text has color #FDDCCA on white background.



Black color preview on #FDDCCA background

This text has black color on #FDDCCA background.


White color preview on #FDDCCA background

This text has white color on #FDDCCA background.