COLOR #F0CED1

HEX: #F0CED1
RGB: (240,206,209)

Color info

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

RGB color model

#F0CED1 color RGB value is (240,206,209).

  • red value is 240;
  • green value is 206;
  • blue value is 209.
RGB:
(240,206,209)
(94%,81%,82%)

RGB channels and saturation

R 240 of 255 = 94%
G 206 of 255 = 81%
B 209 of 255 = 82%

240
206
209

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

Portions of RGB colors in percentages

R + G + B =
240 + 206 + 209 = 655 (100%)
R 240 of 655 ~ 36.64%
G 206 of 655 ~ 31.45%
B 209 of 655 ~ 31.91%

%36.64
%31.45
%31.91

CMYK color model

#F0CED1 color CMYK value is (0,14,13,6).

  • cyan value is 0.00%
  • magenta value is 14.17%
  • yellow value is 12.92%
  • key color value is 5.88%
CMYK:
(0,14,13,6)
C0M14Y13K6 
(0%,14%,13%,6%)
(0.00/0.14/0.13/0.06)	

CMYK percentages

%0
%14.17
%12.92
%5.88

Codes

Color #F0CED1 in popluar color models

F0CED1
RGB240206209
HSL355°53.13%87.45%
HSB/HSV355°14.17%94.12%
CMYK0.00%14.17%12.92%
5.88%

Color #F0CED1 in popluar number systems.

HEXF0CED1
Decimal240206209
Binary111100001100111011010001
Octal360316321

Shades and tints

Shades of #F0CED1

#F0CED1
(240,206,209)
#DBBCBE
(219,188,190)
#C6AAAB
(198,170,171)
#B19898
(177,152,152)
#9C8685
(156,134,133)
#877472
(135,116,114)
#72625F
(114,98,95)
#5D504C
(93,80,76)
#483E39
(72,62,57)
#332C26
(51,44,38)
#1E1A13
(30,26,19)
#000000
(0,0,0)

Tints of #F0CED1

#F0CED1
(240,206,209)
#F1D2D5
(241,210,213)
#F2D6D9
(242,214,217)
#F3DADD
(243,218,221)
#F4DEE1
(244,222,225)
#F5E2E5
(245,226,229)
#F6E6E9
(246,230,233)
#F7EAED
(247,234,237)
#F8EEF1
(248,238,241)
#F9F2F5
(249,242,245)
#FAF6F9
(250,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0CED1 color. Also use rgb(240,206,209) instead hex code.

Text Font Color

.myTextColor { color: #F0CED1; }

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

This text font color is #F0CED1.


Background Color

.myBgColor { background-color: #F0CED1; }

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

This div background color is #F0CED1.


Border color

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

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

This div border color is #F0CED1.


Opacity

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

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

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

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

This text has shadow with #F0CED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0CED1 on black background.


Color preview on white background

This text has color #F0CED1 on white background.



Black color preview on #F0CED1 background

This text has black color on #F0CED1 background.


White color preview on #F0CED1 background

This text has white color on #F0CED1 background.