COLOR #F0CEED

HEX: #F0CEED
RGB: (240,206,237)

Color info

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

RGB color model

#F0CEED color RGB value is (240,206,237).

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

RGB channels and saturation

R 240 of 255 = 94%
G 206 of 255 = 81%
B 237 of 255 = 93%

240
206
237

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

Portions of RGB colors in percentages

R + G + B =
240 + 206 + 237 = 683 (100%)
R 240 of 683 ~ 35.14%
G 206 of 683 ~ 30.16%
B 237 of 683 ~ 34.7%

%35.14
%30.16
%34.7

CMYK color model

#F0CEED color CMYK value is (0,14,1,6).

  • cyan value is 0.00%
  • magenta value is 14.17%
  • yellow value is 1.25%
  • key color value is 5.88%
CMYK:
(0,14,1,6)
C0M14Y1K6 
(0%,14%,1%,6%)
(0.00/0.14/0.01/0.06)	

CMYK percentages

%0
%14.17
%1.25
%5.88

Codes

Color #F0CEED in popluar color models

F0CEED
RGB240206237
HSL305°53.13%87.45%
HSB/HSV305°14.17%94.12%
CMYK0.00%14.17%1.25%
5.88%

Color #F0CEED in popluar number systems.

HEXF0CEED
Decimal240206237
Binary111100001100111011101101
Octal360316355

Shades and tints

Shades of #F0CEED

#F0CEED
(240,206,237)
#DBBCD8
(219,188,216)
#C6AAC3
(198,170,195)
#B198AE
(177,152,174)
#9C8699
(156,134,153)
#877484
(135,116,132)
#72626F
(114,98,111)
#5D505A
(93,80,90)
#483E45
(72,62,69)
#332C30
(51,44,48)
#1E1A1B
(30,26,27)
#000000
(0,0,0)

Tints of #F0CEED

#F0CEED
(240,206,237)
#F1D2EE
(241,210,238)
#F2D6EF
(242,214,239)
#F3DAF0
(243,218,240)
#F4DEF1
(244,222,241)
#F5E2F2
(245,226,242)
#F6E6F3
(246,230,243)
#F7EAF4
(247,234,244)
#F8EEF5
(248,238,245)
#F9F2F6
(249,242,246)
#FAF6F7
(250,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0CEED; }

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

This text font color is #F0CEED.


Background Color

.myBgColor { background-color: #F0CEED; }

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

This div background color is #F0CEED.


Border color

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

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

This div border color is #F0CEED.


Opacity

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

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

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

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

This text has shadow with #F0CEED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0CEED on black background.


Color preview on white background

This text has color #F0CEED on white background.



Black color preview on #F0CEED background

This text has black color on #F0CEED background.


White color preview on #F0CEED background

This text has white color on #F0CEED background.