COLOR #F0CFFA

HEX: #F0CFFA
RGB: (240,207,250)

Color info

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

RGB color model

#F0CFFA color RGB value is (240,207,250).

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

RGB channels and saturation

R 240 of 255 = 94%
G 207 of 255 = 81%
B 250 of 255 = 98%

240
207
250

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

Portions of RGB colors in percentages

R + G + B =
240 + 207 + 250 = 697 (100%)
R 240 of 697 ~ 34.43%
G 207 of 697 ~ 29.7%
B 250 of 697 ~ 35.87%

%34.43
%29.7
%35.87

CMYK color model

#F0CFFA color CMYK value is (4,17,0,2).

  • cyan value is 4.00%
  • magenta value is 17.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(4,17,0,2)
C4M17Y0K2 
(4%,17%,0%,2%)
(0.04/0.17/0.00/0.02)	

CMYK percentages

%4
%17.2
%0
%1.96

Codes

Color #F0CFFA in popluar color models

F0CFFA
RGB240207250
HSL286°81.13%89.61%
HSB/HSV286°17.20%98.04%
CMYK4.00%17.20%0.00%
1.96%

Color #F0CFFA in popluar number systems.

HEXF0CFFA
Decimal240207250
Binary111100001100111111111010
Octal360317372

Shades and tints

Shades of #F0CFFA

#F0CFFA
(240,207,250)
#DBBDE4
(219,189,228)
#C6ABCE
(198,171,206)
#B199B8
(177,153,184)
#9C87A2
(156,135,162)
#87758C
(135,117,140)
#726376
(114,99,118)
#5D5160
(93,81,96)
#483F4A
(72,63,74)
#332D34
(51,45,52)
#1E1B1E
(30,27,30)
#000000
(0,0,0)

Tints of #F0CFFA

#F0CFFA
(240,207,250)
#F1D3FA
(241,211,250)
#F2D7FA
(242,215,250)
#F3DBFA
(243,219,250)
#F4DFFA
(244,223,250)
#F5E3FA
(245,227,250)
#F6E7FA
(246,231,250)
#F7EBFA
(247,235,250)
#F8EFFA
(248,239,250)
#F9F3FA
(249,243,250)
#FAF7FA
(250,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0CFFA; }

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

This text font color is #F0CFFA.


Background Color

.myBgColor { background-color: #F0CFFA; }

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

This div background color is #F0CFFA.


Border color

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

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

This div border color is #F0CFFA.


Opacity

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

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

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

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

This text has shadow with #F0CFFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0CFFA on black background.


Color preview on white background

This text has color #F0CFFA on white background.



Black color preview on #F0CFFA background

This text has black color on #F0CFFA background.


White color preview on #F0CFFA background

This text has white color on #F0CFFA background.