COLOR #F0C8F1

HEX: #F0C8F1
RGB: (240,200,241)

Color info

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

RGB color model

#F0C8F1 color RGB value is (240,200,241).

  • red value is 240;
  • green value is 200;
  • blue value is 241.
RGB: (240,200,241) (94%,78%,95%)

RGB channels and saturation

R 240 of 255 = 94%
G 200 of 255 = 78%
B 241 of 255 = 95%

240
200
241

R + G + B ~ 89%. #F0C8F1 is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 200 + 241 = 681 (100%)
R 240 of 681 ~ 35.24%
G 200 of 681 ~ 29.37%
B 241 of 681 ~ 35.39%

%35.24
%29.37
%35.39

CMYK color model

#F0C8F1 color CMYK value is (0,17,0,5).

  • cyan value is 0.41%
  • magenta value is 17.01%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK: (0,17,0,5) C0M17Y0K5 (0%,17%,0%,5%) (0.00/0.17/0.00/0.05)

CMYK percentages

%0.41
%17.01
%0
%5.49

Codes

Color #F0C8F1 in popluar color models

F0C8F1
RGB240200241
HSL299°59.42%86.47%
HSB/HSV299°17.01%94.51%
CMYK0.41%17.01%0.00%
5.49%

Color #F0C8F1 in popluar number systems.

HEXF0C8F1
Decimal240200241
Binary111100001100100011110001
Octal360310361

Shades and tints

Shades of #F0C8F1

#F0C8F1
(240,200,241)
#DBB6DC
(219,182,220)
#C6A4C7
(198,164,199)
#B192B2
(177,146,178)
#9C809D
(156,128,157)
#876E88
(135,110,136)
#725C73
(114,92,115)
#5D4A5E
(93,74,94)
#483849
(72,56,73)
#332634
(51,38,52)
#1E141F
(30,20,31)
#000000
(0,0,0)

Tints of #F0C8F1

#F0C8F1
(240,200,241)
#F1CDF2
(241,205,242)
#F2D2F3
(242,210,243)
#F3D7F4
(243,215,244)
#F4DCF5
(244,220,245)
#F5E1F6
(245,225,246)
#F6E6F7
(246,230,247)
#F7EBF8
(247,235,248)
#F8F0F9
(248,240,249)
#F9F5FA
(249,245,250)
#FAFAFB
(250,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0C8F1 color. Also use rgb(240,200,241) instead hex code.

Text Font Color

.myTextColor { color: #F0C8F1; }

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

This text font color is #F0C8F1.


Background Color

.myBgColor { background-color: #F0C8F1; }

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

This div background color is #F0C8F1.


Border color

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

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

This div border color is #F0C8F1.


Opacity

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

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

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

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

This text has shadow with #F0C8F1 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #F0C8F1 on black background.


Color preview on white background

This text has color #F0C8F1 on white background.



Black color preview on #F0C8F1 background

This text has black color on #F0C8F1 background.


White color preview on #F0C8F1 background

This text has white color on #F0C8F1 background.