COLOR #F4CED2

HEX: #F4CED2
RGB: (244,206,210)

Color info

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

RGB color model

#F4CED2 color RGB value is (244,206,210).

  • red value is 244;
  • green value is 206;
  • blue value is 210.
RGB:
(244,206,210)
(96%,81%,82%)

RGB channels and saturation

R 244 of 255 = 96%
G 206 of 255 = 81%
B 210 of 255 = 82%

244
206
210

R + G + B ~ 86%. #F4CED2 is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 206 + 210 = 660 (100%)
R 244 of 660 ~ 36.97%
G 206 of 660 ~ 31.21%
B 210 of 660 ~ 31.82%

%36.97
%31.21
%31.82

CMYK color model

#F4CED2 color CMYK value is (0,16,14,4).

  • cyan value is 0.00%
  • magenta value is 15.57%
  • yellow value is 13.93%
  • key color value is 4.31%
CMYK:
(0,16,14,4)
C0M16Y14K4 
(0%,16%,14%,4%)
(0.00/0.16/0.14/0.04)	

CMYK percentages

%0
%15.57
%13.93
%4.31

Codes

Color #F4CED2 in popluar color models

F4CED2
RGB244206210
HSL354°63.33%88.24%
HSB/HSV354°15.57%95.69%
CMYK0.00%15.57%13.93%
4.31%

Color #F4CED2 in popluar number systems.

HEXF4CED2
Decimal244206210
Binary111101001100111011010010
Octal364316322

Shades and tints

Shades of #F4CED2

#F4CED2
(244,206,210)
#DEBCBF
(222,188,191)
#C8AAAC
(200,170,172)
#B29899
(178,152,153)
#9C8686
(156,134,134)
#867473
(134,116,115)
#706260
(112,98,96)
#5A504D
(90,80,77)
#443E3A
(68,62,58)
#2E2C27
(46,44,39)
#181A14
(24,26,20)
#000000
(0,0,0)

Tints of #F4CED2

#F4CED2
(244,206,210)
#F5D2D6
(245,210,214)
#F6D6DA
(246,214,218)
#F7DADE
(247,218,222)
#F8DEE2
(248,222,226)
#F9E2E6
(249,226,230)
#FAE6EA
(250,230,234)
#FBEAEE
(251,234,238)
#FCEEF2
(252,238,242)
#FDF2F6
(253,242,246)
#FEF6FA
(254,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4CED2 color. Also use rgb(244,206,210) instead hex code.

Text Font Color

.myTextColor { color: #F4CED2; }

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

This text font color is #F4CED2.


Background Color

.myBgColor { background-color: #F4CED2; }

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

This div background color is #F4CED2.


Border color

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

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

This div border color is #F4CED2.


Opacity

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

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

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

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

This text has shadow with #F4CED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4CED2 on black background.


Color preview on white background

This text has color #F4CED2 on white background.



Black color preview on #F4CED2 background

This text has black color on #F4CED2 background.


White color preview on #F4CED2 background

This text has white color on #F4CED2 background.