COLOR #F8D4CC

HEX: #F8D4CC RGB: (248,212,204)

Color info

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

RGB color model

#F8D4CC color RGB value is (248,212,204).

RGB: (248,212,204) (97%, 83%, 80%)

RGB channels and saturation

R 248 of 255 = 97%
G 212 of 255 = 83%
B 204 of 255 = 80%

248
212
204

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

Portions of RGB colors in percentages

R + G + B = 248 + 212 + 204 = 664 (100%)
R 248 of 664 ~ 37.35%
G 212 of 664 ~ 31.93%
B 204 of 664 ~ 30.72'%

%37.35
%31.93
%30.72

CMYK color model

#F8D4CC color CMYK value is (0,15,18,3).

  • cyan value is 0.00%
  • magenta value is 14.52%
  • yellow value is 17.74%
  • key color value is 2.75%

CMYK: (0,15,18,3)
C0M15Y18K3 (0%, 15%, 18%, 3%)
(0.00 / 0.15 / 0.18 / 0.03)

CMYK percentages

%0
%14.52
%17.74
%2.75

Codes

Color #F8D4CC in popluar color models

F8 D4 CC
RGB 248 212 204
HSL 11° 75.86% 88.63%
HSB/HSV 11° 17.74% 97.25%
CMYK 0.00% 14.52% 17.74%
2.75%

Color #F8D4CC in popluar number systems.

HEX F8 D4 CC
Decimal 248 212 204
Binary 11111000 11010100 11001100
Octal 370 324 314

Shades and tints

Shades of #F8D4CC

#F8D4CC
(248,212,204)
#E2C1BA
(226,193,186)
#CCAEA8
(204,174,168)
#B69B96
(182,155,150)
#A08884
(160,136,132)
#8A7572
(138,117,114)
#746260
(116,98,96)
#5E4F4E
(94,79,78)
#483C3C
(72,60,60)
#32292A
(50,41,42)
#1C1618
(28,22,24)
#000000
(0,0,0)

Tints of #F8D4CC

#F8D4CC
(248,212,204)
#F8D7D0
(248,215,208)
#F8DAD4
(248,218,212)
#F8DDD8
(248,221,216)
#F8E0DC
(248,224,220)
#F8E3E0
(248,227,224)
#F8E6E4
(248,230,228)
#F8E9E8
(248,233,232)
#F8ECEC
(248,236,236)
#F8EFF0
(248,239,240)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8D4CC color. Also use rgb(248,212,204) instead hex code.

Text Font Color

.myTextColor { color: #F8D4CC; }

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

This text font color is #F8D4CC.

Background Color

.myBgColor { background-color: #F8D4CC; }

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

This div background color is #F8D4CC.

Border color

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

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

This div border color is #F8D4CC.

Opacity

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

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

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

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

This text has shadow with #F8D4CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8D4CC.

Preview

Color preview on black background

This text has color #F8D4CC on black background.


Color preview on white background

This text has color #F8D4CC on white background.


Black color preview on #F8D4CC background

This text has black color on #F8D4CC background.


White color preview on #F8D4CC background

This text has white color on #F8D4CC background.


Related colors

Complementary color

Complementary color for #hex is #072B33.


I love getcolorcode.com

Triadic colors

1 #CCF8D4 and #D4CCF8 with #F8D4CC are triadic colors.

2 #CCD4F8 and #D4F8CC with #F8D4CC are triadic colors.