COLOR #F8DDC8

HEX: #F8DDC8 RGB: (248,221,200)

Color info

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

RGB color model

#F8DDC8 color RGB value is (248,221,200).

RGB: (248,221,200) (97%, 87%, 78%)

RGB channels and saturation

R 248 of 255 = 97%
G 221 of 255 = 87%
B 200 of 255 = 78%

248
221
200

R + G + B ~ 87%. #F8DDC8 is light color.

Portions of RGB colors in percentages

R + G + B = 248 + 221 + 200 = 669 (100%)
R 248 of 669 ~ 37.07%
G 221 of 669 ~ 33.03%
B 200 of 669 ~ 29.9'%

%37.07
%33.03
%29.9

CMYK color model

#F8DDC8 color CMYK value is (0,11,19,3).

  • cyan value is 0.00%
  • magenta value is 10.89%
  • yellow value is 19.35%
  • key color value is 2.75%
CMYK: (0,11,19,3) C0M11Y19K3 (0%,11%,19%,3%) (0.00/0.11/0.19/0.03) 

CMYK percentages

%0
%10.89
%19.35
%2.75

Codes

Color #F8DDC8 in popluar color models

F8 DD C8
RGB 248 221 200
HSL 26° 77.42% 87.84%
HSB/HSV 26° 19.35% 97.25%
CMYK 0.00% 10.89% 19.35%
2.75%

Color #F8DDC8 in popluar number systems.

HEX F8 DD C8
Decimal 248 221 200
Binary 11111000 11011101 11001000
Octal 370 335 310

Shades and tints

Shades of #F8DDC8

#F8DDC8
(248,221,200)
#E2C9B6
(226,201,182)
#CCB5A4
(204,181,164)
#B6A192
(182,161,146)
#A08D80
(160,141,128)
#8A796E
(138,121,110)
#74655C
(116,101,92)
#5E514A
(94,81,74)
#483D38
(72,61,56)
#322926
(50,41,38)
#1C1514
(28,21,20)
#000000
(0,0,0)

Tints of #F8DDC8

#F8DDC8
(248,221,200)
#F8E0CD
(248,224,205)
#F8E3D2
(248,227,210)
#F8E6D7
(248,230,215)
#F8E9DC
(248,233,220)
#F8ECE1
(248,236,225)
#F8EFE6
(248,239,230)
#F8F2EB
(248,242,235)
#F8F5F0
(248,245,240)
#F8F8F5
(248,248,245)
#F8FBFA
(248,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8DDC8 color. Also use rgb(248,221,200) instead hex code.

Text Font Color

.myTextColor { color: #F8DDC8; }

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

This text font color is #F8DDC8.

Background Color

.myBgColor { background-color: #F8DDC8; }

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

This div background color is #F8DDC8.

Border color

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

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

This div border color is #F8DDC8.

Opacity

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

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

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

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

This text has shadow with #F8DDC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8DDC8.

Preview

Color preview on black background

This text has color #F8DDC8 on black background.


Color preview on white background

This text has color #F8DDC8 on white background.


Black color preview on #F8DDC8 background

This text has black color on #F8DDC8 background.


White color preview on #F8DDC8 background

This text has white color on #F8DDC8 background.


Related colors

Complementary color

Complementary color for #hex is #072237.


I love getcolorcode.com

Triadic colors

1 #C8F8DD and #DDC8F8 with #F8DDC8 are triadic colors.

2 #C8DDF8 and #DDF8C8 with #F8DDC8 are triadic colors.