COLOR #F0CFE1

HEX: #F0CFE1
RGB: (240,207,225)

Color info

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

RGB color model

#F0CFE1 color RGB value is (240,207,225).

  • red value is 240;
  • green value is 207;
  • blue value is 225.
RGB:
(240,207,225)
(94%,81%,88%)

RGB channels and saturation

R 240 of 255 = 94%
G 207 of 255 = 81%
B 225 of 255 = 88%

240
207
225

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

Portions of RGB colors in percentages

R + G + B =
240 + 207 + 225 = 672 (100%)
R 240 of 672 ~ 35.71%
G 207 of 672 ~ 30.8%
B 225 of 672 ~ 33.48%

%35.71
%30.8
%33.48

CMYK color model

#F0CFE1 color CMYK value is (0,14,6,6).

  • cyan value is 0.00%
  • magenta value is 13.75%
  • yellow value is 6.25%
  • key color value is 5.88%
CMYK:
(0,14,6,6)
C0M14Y6K6 
(0%,14%,6%,6%)
(0.00/0.14/0.06/0.06)	

CMYK percentages

%0
%13.75
%6.25
%5.88

Codes

Color #F0CFE1 in popluar color models

F0CFE1
RGB240207225
HSL327°52.38%87.65%
HSB/HSV327°13.75%94.12%
CMYK0.00%13.75%6.25%
5.88%

Color #F0CFE1 in popluar number systems.

HEXF0CFE1
Decimal240207225
Binary111100001100111111100001
Octal360317341

Shades and tints

Shades of #F0CFE1

#F0CFE1
(240,207,225)
#DBBDCD
(219,189,205)
#C6ABB9
(198,171,185)
#B199A5
(177,153,165)
#9C8791
(156,135,145)
#87757D
(135,117,125)
#726369
(114,99,105)
#5D5155
(93,81,85)
#483F41
(72,63,65)
#332D2D
(51,45,45)
#1E1B19
(30,27,25)
#000000
(0,0,0)

Tints of #F0CFE1

#F0CFE1
(240,207,225)
#F1D3E3
(241,211,227)
#F2D7E5
(242,215,229)
#F3DBE7
(243,219,231)
#F4DFE9
(244,223,233)
#F5E3EB
(245,227,235)
#F6E7ED
(246,231,237)
#F7EBEF
(247,235,239)
#F8EFF1
(248,239,241)
#F9F3F3
(249,243,243)
#FAF7F5
(250,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0CFE1 color. Also use rgb(240,207,225) instead hex code.

Text Font Color

.myTextColor { color: #F0CFE1; }

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

This text font color is #F0CFE1.


Background Color

.myBgColor { background-color: #F0CFE1; }

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

This div background color is #F0CFE1.


Border color

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

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

This div border color is #F0CFE1.


Opacity

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

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

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

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

This text has shadow with #F0CFE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0CFE1 on black background.


Color preview on white background

This text has color #F0CFE1 on white background.



Black color preview on #F0CFE1 background

This text has black color on #F0CFE1 background.


White color preview on #F0CFE1 background

This text has white color on #F0CFE1 background.