COLOR #F0CBE8

HEX: #F0CBE8
RGB: (240,203,232)

Color info

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

RGB color model

#F0CBE8 color RGB value is (240,203,232).

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

RGB channels and saturation

R 240 of 255 = 94%
G 203 of 255 = 80%
B 232 of 255 = 91%

240
203
232

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

Portions of RGB colors in percentages

R + G + B =
240 + 203 + 232 = 675 (100%)
R 240 of 675 ~ 35.56%
G 203 of 675 ~ 30.07%
B 232 of 675 ~ 34.37%

%35.56
%30.07
%34.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.42%
  • yellow value is 3.33%
  • 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.42
%3.33
%5.88

Codes

Color #F0CBE8 in popluar color models

F0CBE8
RGB240203232
HSL313°55.22%86.86%
HSB/HSV313°15.42%94.12%
CMYK0.00%15.42%3.33%
5.88%

Color #F0CBE8 in popluar number systems.

HEXF0CBE8
Decimal240203232
Binary111100001100101111101000
Octal360313350

Shades and tints

Shades of #F0CBE8

#F0CBE8
(240,203,232)
#DBB9D3
(219,185,211)
#C6A7BE
(198,167,190)
#B195A9
(177,149,169)
#9C8394
(156,131,148)
#87717F
(135,113,127)
#725F6A
(114,95,106)
#5D4D55
(93,77,85)
#483B40
(72,59,64)
#33292B
(51,41,43)
#1E1716
(30,23,22)
#000000
(0,0,0)

Tints of #F0CBE8

#F0CBE8
(240,203,232)
#F1CFEA
(241,207,234)
#F2D3EC
(242,211,236)
#F3D7EE
(243,215,238)
#F4DBF0
(244,219,240)
#F5DFF2
(245,223,242)
#F6E3F4
(246,227,244)
#F7E7F6
(247,231,246)
#F8EBF8
(248,235,248)
#F9EFFA
(249,239,250)
#FAF3FC
(250,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0CBE8 color. Also use rgb(240,203,232) instead hex code.

Text Font Color

.myTextColor { color: #F0CBE8; }

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

This text font color is #F0CBE8.


Background Color

.myBgColor { background-color: #F0CBE8; }

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

This div background color is #F0CBE8.


Border color

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

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

This div border color is #F0CBE8.


Opacity

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

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

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

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

This text has shadow with #F0CBE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0CBE8 on black background.


Color preview on white background

This text has color #F0CBE8 on white background.



Black color preview on #F0CBE8 background

This text has black color on #F0CBE8 background.


White color preview on #F0CBE8 background

This text has white color on #F0CBE8 background.