COLOR #F0C8FA

HEX: #F0C8FA
RGB: (240,200,250)

Color info

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

RGB color model

#F0C8FA color RGB value is (240,200,250).

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

RGB channels and saturation

R 240 of 255 = 94%
G 200 of 255 = 78%
B 250 of 255 = 98%

240
200
250

R + G + B ~ 90%. #F0C8FA is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 200 + 250 = 690 (100%)
R 240 of 690 ~ 34.78%
G 200 of 690 ~ 28.99%
B 250 of 690 ~ 36.23%

%34.78
%28.99
%36.23

CMYK color model

#F0C8FA color CMYK value is (4,20,0,2).

  • cyan value is 4.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(4,20,0,2)
C4M20Y0K2 
(4%,20%,0%,2%)
(0.04/0.20/0.00/0.02)	

CMYK percentages

%4
%20
%0
%1.96

Codes

Color #F0C8FA in popluar color models

F0C8FA
RGB240200250
HSL288°83.33%88.24%
HSB/HSV288°20.00%98.04%
CMYK4.00%20.00%0.00%
1.96%

Color #F0C8FA in popluar number systems.

HEXF0C8FA
Decimal240200250
Binary111100001100100011111010
Octal360310372

Shades and tints

Shades of #F0C8FA

#F0C8FA
(240,200,250)
#DBB6E4
(219,182,228)
#C6A4CE
(198,164,206)
#B192B8
(177,146,184)
#9C80A2
(156,128,162)
#876E8C
(135,110,140)
#725C76
(114,92,118)
#5D4A60
(93,74,96)
#48384A
(72,56,74)
#332634
(51,38,52)
#1E141E
(30,20,30)
#000000
(0,0,0)

Tints of #F0C8FA

#F0C8FA
(240,200,250)
#F1CDFA
(241,205,250)
#F2D2FA
(242,210,250)
#F3D7FA
(243,215,250)
#F4DCFA
(244,220,250)
#F5E1FA
(245,225,250)
#F6E6FA
(246,230,250)
#F7EBFA
(247,235,250)
#F8F0FA
(248,240,250)
#F9F5FA
(249,245,250)
#FAFAFA
(250,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0C8FA; }

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

This text font color is #F0C8FA.


Background Color

.myBgColor { background-color: #F0C8FA; }

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

This div background color is #F0C8FA.


Border color

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

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

This div border color is #F0C8FA.


Opacity

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

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

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

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

This text has shadow with #F0C8FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C8FA on black background.


Color preview on white background

This text has color #F0C8FA on white background.



Black color preview on #F0C8FA background

This text has black color on #F0C8FA background.


White color preview on #F0C8FA background

This text has white color on #F0C8FA background.