COLOR #FFFDDD

HEX: #FFFDDD RGB: (255,253,221)

Color info

#FFFDDD contains red, green and blue colors in about the same proportion. Web safe color of #FFFDDD is #FFFFCC (or #FFC).

RGB color model

#FFFDDD color RGB value is (255,253,221).

RGB: (255,253,221) (100%, 99%, 87%)

RGB channels and saturation

R 255 of 255 = 100%
G 253 of 255 = 99%
B 221 of 255 = 87%

255
253
221

R + G + B ~ 95%. #FFFDDD is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 253 + 221 = 729 (100%)
R 255 of 729 ~ 34.98%
G 253 of 729 ~ 34.71%
B 221 of 729 ~ 30.32'%

%34.98
%34.71
%30.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.78%
  • yellow value is 13.33%
  • key color value is 0.00%

CMYK: (0,1,13,0)
C0M1Y13K0 (0%, 1%, 13%, 0%)
(0.00 / 0.01 / 0.13 / 0.00)

CMYK percentages

%0
%0.78
%13.33
%0

Codes

Color #FFFDDD in popluar color models

FF FD DD
RGB 255 253 221
HSL 56° 100.00% 93.33%
HSB/HSV 56° 13.33% 100.00%
CMYK 0.00% 0.78% 13.33%
0.00%

Color #FFFDDD in popluar number systems.

HEX FF FD DD
Decimal 255 253 221
Binary 11111111 11111101 11011101
Octal 377 375 335

Shades and tints

Shades of #FFFDDD

#FFFDDD
(255,253,221)
#E8E6C9
(232,230,201)
#D1CFB5
(209,207,181)
#BAB8A1
(186,184,161)
#A3A18D
(163,161,141)
#8C8A79
(140,138,121)
#757365
(117,115,101)
#5E5C51
(94,92,81)
#47453D
(71,69,61)
#302E29
(48,46,41)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #FFFDDD

#FFFDDD
(255,253,221)
#FFFDE0
(255,253,224)
#FFFDE3
(255,253,227)
#FFFDE6
(255,253,230)
#FFFDE9
(255,253,233)
#FFFDEC
(255,253,236)
#FFFDEF
(255,253,239)
#FFFDF2
(255,253,242)
#FFFDF5
(255,253,245)
#FFFDF8
(255,253,248)
#FFFDFB
(255,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFFDDD color. Also use rgb(255,253,221) instead hex code.

Text Font Color

.myTextColor { color: #FFFDDD; }

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

This text font color is #FFFDDD.

Background Color

.myBgColor { background-color: #FFFDDD; }

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

This div background color is #FFFDDD.

Border color

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

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

This div border color is #FFFDDD.

Opacity

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

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

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

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

This text has shadow with #FFFDDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFFDDD.

Preview

Color preview on black background

This text has color #FFFDDD on black background.


Color preview on white background

This text has color #FFFDDD on white background.


Black color preview on #FFFDDD background

This text has black color on #FFFDDD background.


White color preview on #FFFDDD background

This text has white color on #FFFDDD background.


Related colors

Complementary color

Complementary color for #hex is #000222.


I love getcolorcode.com

Triadic colors

1 #DDFFFD and #FDDDFF with #FFFDDD are triadic colors.

2 #DDFDFF and #FDFFDD with #FFFDDD are triadic colors.