COLOR #F0CDE7

HEX: #F0CDE7
RGB: (240,205,231)

Color info

#F0CDE7 contains red, green and blue colors in about the same proportion. Web safe color of #F0CDE7 is #FFCCFF (or #FCF).

RGB color model

#F0CDE7 color RGB value is (240,205,231).

  • red value is 240;
  • green value is 205;
  • blue value is 231.
RGB:
(240,205,231)
(94%,80%,91%)

RGB channels and saturation

R 240 of 255 = 94%
G 205 of 255 = 80%
B 231 of 255 = 91%

240
205
231

R + G + B ~ 88%. #F0CDE7 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 205 + 231 = 676 (100%)
R 240 of 676 ~ 35.5%
G 205 of 676 ~ 30.33%
B 231 of 676 ~ 34.17%

%35.5
%30.33
%34.17

CMYK color model

#F0CDE7 color CMYK value is (0,15,4,6).

  • cyan value is 0.00%
  • magenta value is 14.58%
  • yellow value is 3.75%
  • key color value is 5.88%
CMYK:
(0,15,4,6)
C0M15Y4K6 
(0%,15%,4%,6%)
(0.00/0.15/0.04/0.06)	

CMYK percentages

%0
%14.58
%3.75
%5.88

Codes

Color #F0CDE7 in popluar color models

F0CDE7
RGB240205231
HSL315°53.85%87.25%
HSB/HSV315°14.58%94.12%
CMYK0.00%14.58%3.75%
5.88%

Color #F0CDE7 in popluar number systems.

HEXF0CDE7
Decimal240205231
Binary111100001100110111100111
Octal360315347

Shades and tints

Shades of #F0CDE7

#F0CDE7
(240,205,231)
#DBBBD2
(219,187,210)
#C6A9BD
(198,169,189)
#B197A8
(177,151,168)
#9C8593
(156,133,147)
#87737E
(135,115,126)
#726169
(114,97,105)
#5D4F54
(93,79,84)
#483D3F
(72,61,63)
#332B2A
(51,43,42)
#1E1915
(30,25,21)
#000000
(0,0,0)

Tints of #F0CDE7

#F0CDE7
(240,205,231)
#F1D1E9
(241,209,233)
#F2D5EB
(242,213,235)
#F3D9ED
(243,217,237)
#F4DDEF
(244,221,239)
#F5E1F1
(245,225,241)
#F6E5F3
(246,229,243)
#F7E9F5
(247,233,245)
#F8EDF7
(248,237,247)
#F9F1F9
(249,241,249)
#FAF5FB
(250,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0CDE7 color. Also use rgb(240,205,231) instead hex code.

Text Font Color

.myTextColor { color: #F0CDE7; }

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

This text font color is #F0CDE7.


Background Color

.myBgColor { background-color: #F0CDE7; }

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

This div background color is #F0CDE7.


Border color

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

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

This div border color is #F0CDE7.


Opacity

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

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

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

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

This text has shadow with #F0CDE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0CDE7 on black background.


Color preview on white background

This text has color #F0CDE7 on white background.



Black color preview on #F0CDE7 background

This text has black color on #F0CDE7 background.


White color preview on #F0CDE7 background

This text has white color on #F0CDE7 background.