COLOR #F0C9EE

HEX: #F0C9EE
RGB: (240,201,238)

Color info

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

RGB color model

#F0C9EE color RGB value is (240,201,238).

  • red value is 240;
  • green value is 201;
  • blue value is 238.
RGB:
(240,201,238)
(94%,79%,93%)

RGB channels and saturation

R 240 of 255 = 94%
G 201 of 255 = 79%
B 238 of 255 = 93%

240
201
238

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

Portions of RGB colors in percentages

R + G + B =
240 + 201 + 238 = 679 (100%)
R 240 of 679 ~ 35.35%
G 201 of 679 ~ 29.6%
B 238 of 679 ~ 35.05%

%35.35
%29.6
%35.05

CMYK color model

#F0C9EE color CMYK value is (0,16,1,6).

  • cyan value is 0.00%
  • magenta value is 16.25%
  • yellow value is 0.83%
  • key color value is 5.88%
CMYK:
(0,16,1,6)
C0M16Y1K6 
(0%,16%,1%,6%)
(0.00/0.16/0.01/0.06)	

CMYK percentages

%0
%16.25
%0.83
%5.88

Codes

Color #F0C9EE in popluar color models

F0C9EE
RGB240201238
HSL303°56.52%86.47%
HSB/HSV303°16.25%94.12%
CMYK0.00%16.25%0.83%
5.88%

Color #F0C9EE in popluar number systems.

HEXF0C9EE
Decimal240201238
Binary111100001100100111101110
Octal360311356

Shades and tints

Shades of #F0C9EE

#F0C9EE
(240,201,238)
#DBB7D9
(219,183,217)
#C6A5C4
(198,165,196)
#B193AF
(177,147,175)
#9C819A
(156,129,154)
#876F85
(135,111,133)
#725D70
(114,93,112)
#5D4B5B
(93,75,91)
#483946
(72,57,70)
#332731
(51,39,49)
#1E151C
(30,21,28)
#000000
(0,0,0)

Tints of #F0C9EE

#F0C9EE
(240,201,238)
#F1CDEF
(241,205,239)
#F2D1F0
(242,209,240)
#F3D5F1
(243,213,241)
#F4D9F2
(244,217,242)
#F5DDF3
(245,221,243)
#F6E1F4
(246,225,244)
#F7E5F5
(247,229,245)
#F8E9F6
(248,233,246)
#F9EDF7
(249,237,247)
#FAF1F8
(250,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0C9EE color. Also use rgb(240,201,238) instead hex code.

Text Font Color

.myTextColor { color: #F0C9EE; }

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

This text font color is #F0C9EE.


Background Color

.myBgColor { background-color: #F0C9EE; }

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

This div background color is #F0C9EE.


Border color

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

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

This div border color is #F0C9EE.


Opacity

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

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

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

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

This text has shadow with #F0C9EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C9EE on black background.


Color preview on white background

This text has color #F0C9EE on white background.



Black color preview on #F0C9EE background

This text has black color on #F0C9EE background.


White color preview on #F0C9EE background

This text has white color on #F0C9EE background.