COLOR #F4C8CC

HEX: #F4C8CC RGB: (244,200,204)

Color info

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

RGB color model

#F4C8CC color RGB value is (244,200,204).

RGB: (244,200,204) (96%, 78%, 80%)

RGB channels and saturation

R 244 of 255 = 96%
G 200 of 255 = 78%
B 204 of 255 = 80%

244
200
204

R + G + B ~ 85%. #F4C8CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 244 + 200 + 204 = 648 (100%)
R 244 of 648 ~ 37.65%
G 200 of 648 ~ 30.86%
B 204 of 648 ~ 31.48'%

%37.65
%30.86
%31.48

CMYK color model

#F4C8CC color CMYK value is (0,18,16,4).

  • cyan value is 0.00%
  • magenta value is 18.03%
  • yellow value is 16.39%
  • key color value is 4.31%

CMYK: (0,18,16,4)
C0M18Y16K4 (0%, 18%, 16%, 4%)
(0.00 / 0.18 / 0.16 / 0.04)

CMYK percentages

%0
%18.03
%16.39
%4.31

Codes

Color #F4C8CC in popluar color models

F4 C8 CC
RGB 244 200 204
HSL 355° 66.67% 87.06%
HSB/HSV 355° 18.03% 95.69%
CMYK 0.00% 18.03% 16.39%
4.31%

Color #F4C8CC in popluar number systems.

HEX F4 C8 CC
Decimal 244 200 204
Binary 11110100 11001000 11001100
Octal 364 310 314

Shades and tints

Shades of #F4C8CC

#F4C8CC
(244,200,204)
#DEB6BA
(222,182,186)
#C8A4A8
(200,164,168)
#B29296
(178,146,150)
#9C8084
(156,128,132)
#866E72
(134,110,114)
#705C60
(112,92,96)
#5A4A4E
(90,74,78)
#44383C
(68,56,60)
#2E262A
(46,38,42)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #F4C8CC

#F4C8CC
(244,200,204)
#F5CDD0
(245,205,208)
#F6D2D4
(246,210,212)
#F7D7D8
(247,215,216)
#F8DCDC
(248,220,220)
#F9E1E0
(249,225,224)
#FAE6E4
(250,230,228)
#FBEBE8
(251,235,232)
#FCF0EC
(252,240,236)
#FDF5F0
(253,245,240)
#FEFAF4
(254,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4C8CC color. Also use rgb(244,200,204) instead hex code.

Text Font Color

.myTextColor { color: #F4C8CC; }

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

This text font color is #F4C8CC.

Background Color

.myBgColor { background-color: #F4C8CC; }

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

This div background color is #F4C8CC.

Border color

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

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

This div border color is #F4C8CC.

Opacity

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

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

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

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

This text has shadow with #F4C8CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4C8CC.

Preview

Color preview on black background

This text has color #F4C8CC on black background.


Color preview on white background

This text has color #F4C8CC on white background.


Black color preview on #F4C8CC background

This text has black color on #F4C8CC background.


White color preview on #F4C8CC background

This text has white color on #F4C8CC background.


Related colors

Complementary color

Complementary color for #hex is #0B3733.


I love getcolorcode.com

Triadic colors

1 #CCF4C8 and #C8CCF4 with #F4C8CC are triadic colors.

2 #CCC8F4 and #C8F4CC with #F4C8CC are triadic colors.