COLOR #F4CCCA

HEX: #F4CCCA
RGB: (244,204,202)

Color info

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

RGB color model

#F4CCCA color RGB value is (244,204,202).

  • red value is 244;
  • green value is 204;
  • blue value is 202.
RGB: (244,204,202) (96%,80%,79%)

RGB channels and saturation

R 244 of 255 = 96%
G 204 of 255 = 80%
B 202 of 255 = 79%

244
204
202

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

Portions of RGB colors in percentages

R + G + B =
244 + 204 + 202 = 650 (100%)
R 244 of 650 ~ 37.54%
G 204 of 650 ~ 31.38%
B 202 of 650 ~ 31.08%

%37.54
%31.38
%31.08

CMYK color model

#F4CCCA color CMYK value is (0,16,17,4).

  • cyan value is 0.00%
  • magenta value is 16.39%
  • yellow value is 17.21%
  • key color value is 4.31%
CMYK: (0,16,17,4) C0M16Y17K4 (0%,16%,17%,4%) (0.00/0.16/0.17/0.04)

CMYK percentages

%0
%16.39
%17.21
%4.31

Codes

Color #F4CCCA in popluar color models

F4CCCA
RGB244204202
HSL65.63%87.45%
HSB/HSV17.21%95.69%
CMYK0.00%16.39%17.21%
4.31%

Color #F4CCCA in popluar number systems.

HEXF4CCCA
Decimal244204202
Binary111101001100110011001010
Octal364314312

Shades and tints

Shades of #F4CCCA

#F4CCCA
(244,204,202)
#DEBAB8
(222,186,184)
#C8A8A6
(200,168,166)
#B29694
(178,150,148)
#9C8482
(156,132,130)
#867270
(134,114,112)
#70605E
(112,96,94)
#5A4E4C
(90,78,76)
#443C3A
(68,60,58)
#2E2A28
(46,42,40)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #F4CCCA

#F4CCCA
(244,204,202)
#F5D0CE
(245,208,206)
#F6D4D2
(246,212,210)
#F7D8D6
(247,216,214)
#F8DCDA
(248,220,218)
#F9E0DE
(249,224,222)
#FAE4E2
(250,228,226)
#FBE8E6
(251,232,230)
#FCECEA
(252,236,234)
#FDF0EE
(253,240,238)
#FEF4F2
(254,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4CCCA; }

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

This text font color is #F4CCCA.


Background Color

.myBgColor { background-color: #F4CCCA; }

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

This div background color is #F4CCCA.


Border color

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

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

This div border color is #F4CCCA.


Opacity

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

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

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

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

This text has shadow with #F4CCCA color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #F4CCCA; -webkit-box-shadow:	1px 1px 3px 2px #F4CCCA; box-shadow:	1px 1px 3px 2px #F4CCCA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #F4CCCA; -webkit-box-shadow: 1px 1px 3px 2px #F4CCCA; box-shadow:1px 1px 3px 2px #F4CCCA;">
Div content here</div>
This div box has shadow with color #F4CCCA.

Preview

Color preview on black background

This text has color #F4CCCA on black background.


Color preview on white background

This text has color #F4CCCA on white background.



Black color preview on #F4CCCA background

This text has black color on #F4CCCA background.


White color preview on #F4CCCA background

This text has white color on #F4CCCA background.