COLOR #FFF7DD

HEX: #FFF7DD RGB: (255,247,221)

Color info

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

RGB color model

#FFF7DD color RGB value is (255,247,221).

RGB: (255,247,221) (100%, 97%, 87%)

RGB channels and saturation

R 255 of 255 = 100%
G 247 of 255 = 97%
B 221 of 255 = 87%

255
247
221

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

Portions of RGB colors in percentages

R + G + B = 255 + 247 + 221 = 723 (100%)
R 255 of 723 ~ 35.27%
G 247 of 723 ~ 34.16%
B 221 of 723 ~ 30.57'%

%35.27
%34.16
%30.57

CMYK color model

#FFF7DD color CMYK value is (0,3,13,0).

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

CMYK: (0,3,13,0)
C0M3Y13K0 (0%, 3%, 13%, 0%)
(0.00 / 0.03 / 0.13 / 0.00)

CMYK percentages

%0
%3.14
%13.33
%0

Codes

Color #FFF7DD in popluar color models

FF F7 DD
RGB 255 247 221
HSL 46° 100.00% 93.33%
HSB/HSV 46° 13.33% 100.00%
CMYK 0.00% 3.14% 13.33%
0.00%

Color #FFF7DD in popluar number systems.

HEX FF F7 DD
Decimal 255 247 221
Binary 11111111 11110111 11011101
Octal 377 367 335

Shades and tints

Shades of #FFF7DD

#FFF7DD
(255,247,221)
#E8E1C9
(232,225,201)
#D1CBB5
(209,203,181)
#BAB5A1
(186,181,161)
#A39F8D
(163,159,141)
#8C8979
(140,137,121)
#757365
(117,115,101)
#5E5D51
(94,93,81)
#47473D
(71,71,61)
#303129
(48,49,41)
#191B15
(25,27,21)
#000000
(0,0,0)

Tints of #FFF7DD

#FFF7DD
(255,247,221)
#FFF7E0
(255,247,224)
#FFF7E3
(255,247,227)
#FFF7E6
(255,247,230)
#FFF7E9
(255,247,233)
#FFF7EC
(255,247,236)
#FFF7EF
(255,247,239)
#FFF7F2
(255,247,242)
#FFF7F5
(255,247,245)
#FFF7F8
(255,247,248)
#FFF7FB
(255,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFF7DD; }

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

This text font color is #FFF7DD.

Background Color

.myBgColor { background-color: #FFF7DD; }

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

This div background color is #FFF7DD.

Border color

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

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

This div border color is #FFF7DD.

Opacity

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

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

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

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

This text has shadow with #FFF7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFF7DD.

Preview

Color preview on black background

This text has color #FFF7DD on black background.


Color preview on white background

This text has color #FFF7DD on white background.


Black color preview on #FFF7DD background

This text has black color on #FFF7DD background.


White color preview on #FFF7DD background

This text has white color on #FFF7DD background.


Related colors

Complementary color

Complementary color for #hex is #000822.


I love getcolorcode.com

Triadic colors

1 #DDFFF7 and #F7DDFF with #FFF7DD are triadic colors.

2 #DDF7FF and #F7FFDD with #FFF7DD are triadic colors.