COLOR #F0CEE7

HEX: #F0CEE7
RGB: (240,206,231)

Color info

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

RGB color model

#F0CEE7 color RGB value is (240,206,231).

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

RGB channels and saturation

R 240 of 255 = 94%
G 206 of 255 = 81%
B 231 of 255 = 91%

240
206
231

R + G + B ~ 89%. #F0CEE7 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 206 + 231 = 677 (100%)
R 240 of 677 ~ 35.45%
G 206 of 677 ~ 30.43%
B 231 of 677 ~ 34.12%

%35.45
%30.43
%34.12

CMYK color model

#F0CEE7 color CMYK value is (0,14,4,6).

  • cyan value is 0.00%
  • magenta value is 14.17%
  • yellow value is 3.75%
  • key color value is 5.88%
CMYK:
(0,14,4,6)
C0M14Y4K6 
(0%,14%,4%,6%)
(0.00/0.14/0.04/0.06)	

CMYK percentages

%0
%14.17
%3.75
%5.88

Codes

Color #F0CEE7 in popluar color models

F0CEE7
RGB240206231
HSL316°53.13%87.45%
HSB/HSV316°14.17%94.12%
CMYK0.00%14.17%3.75%
5.88%

Color #F0CEE7 in popluar number systems.

HEXF0CEE7
Decimal240206231
Binary111100001100111011100111
Octal360316347

Shades and tints

Shades of #F0CEE7

#F0CEE7
(240,206,231)
#DBBCD2
(219,188,210)
#C6AABD
(198,170,189)
#B198A8
(177,152,168)
#9C8693
(156,134,147)
#87747E
(135,116,126)
#726269
(114,98,105)
#5D5054
(93,80,84)
#483E3F
(72,62,63)
#332C2A
(51,44,42)
#1E1A15
(30,26,21)
#000000
(0,0,0)

Tints of #F0CEE7

#F0CEE7
(240,206,231)
#F1D2E9
(241,210,233)
#F2D6EB
(242,214,235)
#F3DAED
(243,218,237)
#F4DEEF
(244,222,239)
#F5E2F1
(245,226,241)
#F6E6F3
(246,230,243)
#F7EAF5
(247,234,245)
#F8EEF7
(248,238,247)
#F9F2F9
(249,242,249)
#FAF6FB
(250,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0CEE7; }

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

This text font color is #F0CEE7.


Background Color

.myBgColor { background-color: #F0CEE7; }

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

This div background color is #F0CEE7.


Border color

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

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

This div border color is #F0CEE7.


Opacity

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

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

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

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

This text has shadow with #F0CEE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0CEE7 on black background.


Color preview on white background

This text has color #F0CEE7 on white background.



Black color preview on #F0CEE7 background

This text has black color on #F0CEE7 background.


White color preview on #F0CEE7 background

This text has white color on #F0CEE7 background.