COLOR #FDDBCC

HEX: #FDDBCC RGB: (253,219,204)

Color info

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

RGB color model

#FDDBCC color RGB value is (253,219,204).

RGB: (253,219,204) (99%, 86%, 80%)

RGB channels and saturation

R 253 of 255 = 99%
G 219 of 255 = 86%
B 204 of 255 = 80%

253
219
204

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

Portions of RGB colors in percentages

R + G + B = 253 + 219 + 204 = 676 (100%)
R 253 of 676 ~ 37.43%
G 219 of 676 ~ 32.4%
B 204 of 676 ~ 30.18'%

%37.43
%32.4
%30.18

CMYK color model

#FDDBCC color CMYK value is (0,13,19,1).

  • cyan value is 0.00%
  • magenta value is 13.44%
  • yellow value is 19.37%
  • key color value is 0.78%

CMYK: (0,13,19,1)
C0M13Y19K1 (0%, 13%, 19%, 1%)
(0.00 / 0.13 / 0.19 / 0.01)

CMYK percentages

%0
%13.44
%19.37
%0.78

Codes

Color #FDDBCC in popluar color models

FD DB CC
RGB 253 219 204
HSL 18° 92.45% 89.61%
HSB/HSV 18° 19.37% 99.22%
CMYK 0.00% 13.44% 19.37%
0.78%

Color #FDDBCC in popluar number systems.

HEX FD DB CC
Decimal 253 219 204
Binary 11111101 11011011 11001100
Octal 375 333 314

Shades and tints

Shades of #FDDBCC

#FDDBCC
(253,219,204)
#E6C8BA
(230,200,186)
#CFB5A8
(207,181,168)
#B8A296
(184,162,150)
#A18F84
(161,143,132)
#8A7C72
(138,124,114)
#736960
(115,105,96)
#5C564E
(92,86,78)
#45433C
(69,67,60)
#2E302A
(46,48,42)
#171D18
(23,29,24)
#000000
(0,0,0)

Tints of #FDDBCC

#FDDBCC
(253,219,204)
#FDDED0
(253,222,208)
#FDE1D4
(253,225,212)
#FDE4D8
(253,228,216)
#FDE7DC
(253,231,220)
#FDEAE0
(253,234,224)
#FDEDE4
(253,237,228)
#FDF0E8
(253,240,232)
#FDF3EC
(253,243,236)
#FDF6F0
(253,246,240)
#FDF9F4
(253,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDDBCC; }

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

This text font color is #FDDBCC.

Background Color

.myBgColor { background-color: #FDDBCC; }

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

This div background color is #FDDBCC.

Border color

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

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

This div border color is #FDDBCC.

Opacity

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

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

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

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

This text has shadow with #FDDBCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDDBCC.

Preview

Color preview on black background

This text has color #FDDBCC on black background.


Color preview on white background

This text has color #FDDBCC on white background.


Black color preview on #FDDBCC background

This text has black color on #FDDBCC background.


White color preview on #FDDBCC background

This text has white color on #FDDBCC background.


Related colors

Complementary color

Complementary color for #hex is #022433.


I love getcolorcode.com

Triadic colors

1 #CCFDDB and #DBCCFD with #FDDBCC are triadic colors.

2 #CCDBFD and #DBFDCC with #FDDBCC are triadic colors.