COLOR #F0C4EB

HEX: #F0C4EB
RGB: (240,196,235)

Color info

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

RGB color model

#F0C4EB color RGB value is (240,196,235).

  • red value is 240;
  • green value is 196;
  • blue value is 235.
RGB:
(240,196,235)
(94%,77%,92%)

RGB channels and saturation

R 240 of 255 = 94%
G 196 of 255 = 77%
B 235 of 255 = 92%

240
196
235

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

Portions of RGB colors in percentages

R + G + B =
240 + 196 + 235 = 671 (100%)
R 240 of 671 ~ 35.77%
G 196 of 671 ~ 29.21%
B 235 of 671 ~ 35.02%

%35.77
%29.21
%35.02

CMYK color model

#F0C4EB color CMYK value is (0,18,2,6).

  • cyan value is 0.00%
  • magenta value is 18.33%
  • yellow value is 2.08%
  • key color value is 5.88%
CMYK:
(0,18,2,6)
C0M18Y2K6 
(0%,18%,2%,6%)
(0.00/0.18/0.02/0.06)	

CMYK percentages

%0
%18.33
%2.08
%5.88

Codes

Color #F0C4EB in popluar color models

F0C4EB
RGB240196235
HSL307°59.46%85.49%
HSB/HSV307°18.33%94.12%
CMYK0.00%18.33%2.08%
5.88%

Color #F0C4EB in popluar number systems.

HEXF0C4EB
Decimal240196235
Binary111100001100010011101011
Octal360304353

Shades and tints

Shades of #F0C4EB

#F0C4EB
(240,196,235)
#DBB3D6
(219,179,214)
#C6A2C1
(198,162,193)
#B191AC
(177,145,172)
#9C8097
(156,128,151)
#876F82
(135,111,130)
#725E6D
(114,94,109)
#5D4D58
(93,77,88)
#483C43
(72,60,67)
#332B2E
(51,43,46)
#1E1A19
(30,26,25)
#000000
(0,0,0)

Tints of #F0C4EB

#F0C4EB
(240,196,235)
#F1C9EC
(241,201,236)
#F2CEED
(242,206,237)
#F3D3EE
(243,211,238)
#F4D8EF
(244,216,239)
#F5DDF0
(245,221,240)
#F6E2F1
(246,226,241)
#F7E7F2
(247,231,242)
#F8ECF3
(248,236,243)
#F9F1F4
(249,241,244)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0C4EB color. Also use rgb(240,196,235) instead hex code.

Text Font Color

.myTextColor { color: #F0C4EB; }

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

This text font color is #F0C4EB.


Background Color

.myBgColor { background-color: #F0C4EB; }

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

This div background color is #F0C4EB.


Border color

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

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

This div border color is #F0C4EB.


Opacity

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

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

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

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

This text has shadow with #F0C4EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C4EB on black background.


Color preview on white background

This text has color #F0C4EB on white background.



Black color preview on #F0C4EB background

This text has black color on #F0C4EB background.


White color preview on #F0C4EB background

This text has white color on #F0C4EB background.