COLOR #FDDFCA

HEX: #FDDFCA RGB: (253,223,202)

Color info

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

RGB color model

#FDDFCA color RGB value is (253,223,202).

RGB: (253,223,202) (99%, 87%, 79%)

RGB channels and saturation

R 253 of 255 = 99%
G 223 of 255 = 87%
B 202 of 255 = 79%

253
223
202

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

Portions of RGB colors in percentages

R + G + B = 253 + 223 + 202 = 678 (100%)
R 253 of 678 ~ 37.32%
G 223 of 678 ~ 32.89%
B 202 of 678 ~ 29.79'%

%37.32
%32.89
%29.79

CMYK color model

#FDDFCA color CMYK value is (0,12,20,1).

  • cyan value is 0.00%
  • magenta value is 11.86%
  • yellow value is 20.16%
  • key color value is 0.78%
CMYK: (0,12,20,1) C0M12Y20K1 (0%,12%,20%,1%) (0.00/0.12/0.20/0.01) 

CMYK percentages

%0
%11.86
%20.16
%0.78

Codes

Color #FDDFCA in popluar color models

FD DF CA
RGB 253 223 202
HSL 25° 92.73% 89.22%
HSB/HSV 25° 20.16% 99.22%
CMYK 0.00% 11.86% 20.16%
0.78%

Color #FDDFCA in popluar number systems.

HEX FD DF CA
Decimal 253 223 202
Binary 11111101 11011111 11001010
Octal 375 337 312

Shades and tints

Shades of #FDDFCA

#FDDFCA
(253,223,202)
#E6CBB8
(230,203,184)
#CFB7A6
(207,183,166)
#B8A394
(184,163,148)
#A18F82
(161,143,130)
#8A7B70
(138,123,112)
#73675E
(115,103,94)
#5C534C
(92,83,76)
#453F3A
(69,63,58)
#2E2B28
(46,43,40)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #FDDFCA

#FDDFCA
(253,223,202)
#FDE1CE
(253,225,206)
#FDE3D2
(253,227,210)
#FDE5D6
(253,229,214)
#FDE7DA
(253,231,218)
#FDE9DE
(253,233,222)
#FDEBE2
(253,235,226)
#FDEDE6
(253,237,230)
#FDEFEA
(253,239,234)
#FDF1EE
(253,241,238)
#FDF3F2
(253,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDDFCA; }

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

This text font color is #FDDFCA.

Background Color

.myBgColor { background-color: #FDDFCA; }

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

This div background color is #FDDFCA.

Border color

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

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

This div border color is #FDDFCA.

Opacity

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

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

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

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

This text has shadow with #FDDFCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDDFCA.

Preview

Color preview on black background

This text has color #FDDFCA on black background.


Color preview on white background

This text has color #FDDFCA on white background.


Black color preview on #FDDFCA background

This text has black color on #FDDFCA background.


White color preview on #FDDFCA background

This text has white color on #FDDFCA background.


Related colors

Complementary color

Complementary color for #hex is #022035.


I love getcolorcode.com

Triadic colors

1 #CAFDDF and #DFCAFD with #FDDFCA are triadic colors.

2 #CADFFD and #DFFDCA with #FDDFCA are triadic colors.