COLOR #F0C4E2

HEX: #F0C4E2
RGB: (240,196,226)

Color info

#F0C4E2 contains red, green and blue colors in about the same proportion. Web safe color of #F0C4E2 is #FFCCCC (or #FCC).

RGB color model

#F0C4E2 color RGB value is (240,196,226).

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

RGB channels and saturation

R 240 of 255 = 94%
G 196 of 255 = 77%
B 226 of 255 = 89%

240
196
226

R + G + B ~ 87%. #F0C4E2 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 196 + 226 = 662 (100%)
R 240 of 662 ~ 36.25%
G 196 of 662 ~ 29.61%
B 226 of 662 ~ 34.14%

%36.25
%29.61
%34.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.33%
  • yellow value is 5.83%
  • key color value is 5.88%
CMYK:
(0,18,6,6)
C0M18Y6K6 
(0%,18%,6%,6%)
(0.00/0.18/0.06/0.06)	

CMYK percentages

%0
%18.33
%5.83
%5.88

Codes

Color #F0C4E2 in popluar color models

F0C4E2
RGB240196226
HSL319°59.46%85.49%
HSB/HSV319°18.33%94.12%
CMYK0.00%18.33%5.83%
5.88%

Color #F0C4E2 in popluar number systems.

HEXF0C4E2
Decimal240196226
Binary111100001100010011100010
Octal360304342

Shades and tints

Shades of #F0C4E2

#F0C4E2
(240,196,226)
#DBB3CE
(219,179,206)
#C6A2BA
(198,162,186)
#B191A6
(177,145,166)
#9C8092
(156,128,146)
#876F7E
(135,111,126)
#725E6A
(114,94,106)
#5D4D56
(93,77,86)
#483C42
(72,60,66)
#332B2E
(51,43,46)
#1E1A1A
(30,26,26)
#000000
(0,0,0)

Tints of #F0C4E2

#F0C4E2
(240,196,226)
#F1C9E4
(241,201,228)
#F2CEE6
(242,206,230)
#F3D3E8
(243,211,232)
#F4D8EA
(244,216,234)
#F5DDEC
(245,221,236)
#F6E2EE
(246,226,238)
#F7E7F0
(247,231,240)
#F8ECF2
(248,236,242)
#F9F1F4
(249,241,244)
#FAF6F6
(250,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0C4E2; }

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

This text font color is #F0C4E2.


Background Color

.myBgColor { background-color: #F0C4E2; }

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

This div background color is #F0C4E2.


Border color

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

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

This div border color is #F0C4E2.


Opacity

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

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

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

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

This text has shadow with #F0C4E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C4E2 on black background.


Color preview on white background

This text has color #F0C4E2 on white background.



Black color preview on #F0C4E2 background

This text has black color on #F0C4E2 background.


White color preview on #F0C4E2 background

This text has white color on #F0C4E2 background.