COLOR #F0CCE9

HEX: #F0CCE9
RGB: (240,204,233)

Color info

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

RGB color model

#F0CCE9 color RGB value is (240,204,233).

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

RGB channels and saturation

R 240 of 255 = 94%
G 204 of 255 = 80%
B 233 of 255 = 91%

240
204
233

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

Portions of RGB colors in percentages

R + G + B =
240 + 204 + 233 = 677 (100%)
R 240 of 677 ~ 35.45%
G 204 of 677 ~ 30.13%
B 233 of 677 ~ 34.42%

%35.45
%30.13
%34.42

CMYK color model

#F0CCE9 color CMYK value is (0,15,3,6).

  • cyan value is 0.00%
  • magenta value is 15.00%
  • yellow value is 2.92%
  • key color value is 5.88%
CMYK:
(0,15,3,6)
C0M15Y3K6 
(0%,15%,3%,6%)
(0.00/0.15/0.03/0.06)	

CMYK percentages

%0
%15
%2.92
%5.88

Codes

Color #F0CCE9 in popluar color models

F0CCE9
RGB240204233
HSL312°54.55%87.06%
HSB/HSV312°15.00%94.12%
CMYK0.00%15.00%2.92%
5.88%

Color #F0CCE9 in popluar number systems.

HEXF0CCE9
Decimal240204233
Binary111100001100110011101001
Octal360314351

Shades and tints

Shades of #F0CCE9

#F0CCE9
(240,204,233)
#DBBAD4
(219,186,212)
#C6A8BF
(198,168,191)
#B196AA
(177,150,170)
#9C8495
(156,132,149)
#877280
(135,114,128)
#72606B
(114,96,107)
#5D4E56
(93,78,86)
#483C41
(72,60,65)
#332A2C
(51,42,44)
#1E1817
(30,24,23)
#000000
(0,0,0)

Tints of #F0CCE9

#F0CCE9
(240,204,233)
#F1D0EB
(241,208,235)
#F2D4ED
(242,212,237)
#F3D8EF
(243,216,239)
#F4DCF1
(244,220,241)
#F5E0F3
(245,224,243)
#F6E4F5
(246,228,245)
#F7E8F7
(247,232,247)
#F8ECF9
(248,236,249)
#F9F0FB
(249,240,251)
#FAF4FD
(250,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0CCE9 color. Also use rgb(240,204,233) instead hex code.

Text Font Color

.myTextColor { color: #F0CCE9; }

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

This text font color is #F0CCE9.


Background Color

.myBgColor { background-color: #F0CCE9; }

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

This div background color is #F0CCE9.


Border color

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

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

This div border color is #F0CCE9.


Opacity

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

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

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

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

This text has shadow with #F0CCE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0CCE9 on black background.


Color preview on white background

This text has color #F0CCE9 on white background.



Black color preview on #F0CCE9 background

This text has black color on #F0CCE9 background.


White color preview on #F0CCE9 background

This text has white color on #F0CCE9 background.