COLOR #F0C0F9

HEX: #F0C0F9
RGB: (240,192,249)

Color info

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

RGB color model

#F0C0F9 color RGB value is (240,192,249).

  • red value is 240;
  • green value is 192;
  • blue value is 249.
RGB:
(240,192,249)
(94%,75%,98%)

RGB channels and saturation

R 240 of 255 = 94%
G 192 of 255 = 75%
B 249 of 255 = 98%

240
192
249

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

Portions of RGB colors in percentages

R + G + B =
240 + 192 + 249 = 681 (100%)
R 240 of 681 ~ 35.24%
G 192 of 681 ~ 28.19%
B 249 of 681 ~ 36.56%

%35.24
%28.19
%36.56

CMYK color model

#F0C0F9 color CMYK value is (4,23,0,2).

  • cyan value is 3.61%
  • magenta value is 22.89%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(4,23,0,2)
C4M23Y0K2 
(4%,23%,0%,2%)
(0.04/0.23/0.00/0.02)	

CMYK percentages

%3.61
%22.89
%0
%2.35

Codes

Color #F0C0F9 in popluar color models

F0C0F9
RGB240192249
HSL291°82.61%86.47%
HSB/HSV291°22.89%97.65%
CMYK3.61%22.89%0.00%
2.35%

Color #F0C0F9 in popluar number systems.

HEXF0C0F9
Decimal240192249
Binary111100001100000011111001
Octal360300371

Shades and tints

Shades of #F0C0F9

#F0C0F9
(240,192,249)
#DBAFE3
(219,175,227)
#C69ECD
(198,158,205)
#B18DB7
(177,141,183)
#9C7CA1
(156,124,161)
#876B8B
(135,107,139)
#725A75
(114,90,117)
#5D495F
(93,73,95)
#483849
(72,56,73)
#332733
(51,39,51)
#1E161D
(30,22,29)
#000000
(0,0,0)

Tints of #F0C0F9

#F0C0F9
(240,192,249)
#F1C5F9
(241,197,249)
#F2CAF9
(242,202,249)
#F3CFF9
(243,207,249)
#F4D4F9
(244,212,249)
#F5D9F9
(245,217,249)
#F6DEF9
(246,222,249)
#F7E3F9
(247,227,249)
#F8E8F9
(248,232,249)
#F9EDF9
(249,237,249)
#FAF2F9
(250,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0C0F9 color. Also use rgb(240,192,249) instead hex code.

Text Font Color

.myTextColor { color: #F0C0F9; }

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

This text font color is #F0C0F9.


Background Color

.myBgColor { background-color: #F0C0F9; }

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

This div background color is #F0C0F9.


Border color

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

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

This div border color is #F0C0F9.


Opacity

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

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

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

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

This text has shadow with #F0C0F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C0F9 on black background.


Color preview on white background

This text has color #F0C0F9 on white background.



Black color preview on #F0C0F9 background

This text has black color on #F0C0F9 background.


White color preview on #F0C0F9 background

This text has white color on #F0C0F9 background.