COLOR #F0C9FF

HEX: #F0C9FF
RGB: (240,201,255)

Color info

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

RGB color model

#F0C9FF color RGB value is (240,201,255).

  • red value is 240;
  • green value is 201;
  • blue value is 255.
RGB:
(240,201,255)
(94%,79%,100%)

RGB channels and saturation

R 240 of 255 = 94%
G 201 of 255 = 79%
B 255 of 255 = 100%

240
201
255

R + G + B ~ 91%. #F0C9FF is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 201 + 255 = 696 (100%)
R 240 of 696 ~ 34.48%
G 201 of 696 ~ 28.88%
B 255 of 696 ~ 36.64%

%34.48
%28.88
%36.64

CMYK color model

#F0C9FF color CMYK value is (6,21,0,0).

  • cyan value is 5.88%
  • magenta value is 21.18%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(6,21,0,0)
C6M21Y0K0 
(6%,21%,0%,0%)
(0.06/0.21/0.00/0.00)	

CMYK percentages

%5.88
%21.18
%0
%0

Codes

Color #F0C9FF in popluar color models

F0C9FF
RGB240201255
HSL283°100.00%89.41%
HSB/HSV283°21.18%100.00%
CMYK5.88%21.18%0.00%
0.00%

Color #F0C9FF in popluar number systems.

HEXF0C9FF
Decimal240201255
Binary111100001100100111111111
Octal360311377

Shades and tints

Shades of #F0C9FF

#F0C9FF
(240,201,255)
#DBB7E8
(219,183,232)
#C6A5D1
(198,165,209)
#B193BA
(177,147,186)
#9C81A3
(156,129,163)
#876F8C
(135,111,140)
#725D75
(114,93,117)
#5D4B5E
(93,75,94)
#483947
(72,57,71)
#332730
(51,39,48)
#1E1519
(30,21,25)
#000000
(0,0,0)

Tints of #F0C9FF

#F0C9FF
(240,201,255)
#F1CDFF
(241,205,255)
#F2D1FF
(242,209,255)
#F3D5FF
(243,213,255)
#F4D9FF
(244,217,255)
#F5DDFF
(245,221,255)
#F6E1FF
(246,225,255)
#F7E5FF
(247,229,255)
#F8E9FF
(248,233,255)
#F9EDFF
(249,237,255)
#FAF1FF
(250,241,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0C9FF color. Also use rgb(240,201,255) instead hex code.

Text Font Color

.myTextColor { color: #F0C9FF; }

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

This text font color is #F0C9FF.


Background Color

.myBgColor { background-color: #F0C9FF; }

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

This div background color is #F0C9FF.


Border color

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

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

This div border color is #F0C9FF.


Opacity

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

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

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

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

This text has shadow with #F0C9FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C9FF on black background.


Color preview on white background

This text has color #F0C9FF on white background.



Black color preview on #F0C9FF background

This text has black color on #F0C9FF background.


White color preview on #F0C9FF background

This text has white color on #F0C9FF background.