COLOR #F0D7FA

HEX: #F0D7FA
RGB: (240,215,250)

Color info

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

RGB color model

#F0D7FA color RGB value is (240,215,250).

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

RGB channels and saturation

R 240 of 255 = 94%
G 215 of 255 = 84%
B 250 of 255 = 98%

240
215
250

R + G + B ~ 92%. #F0D7FA is light color.

Portions of RGB colors in percentages

R + G + B =
240 + 215 + 250 = 705 (100%)
R 240 of 705 ~ 34.04%
G 215 of 705 ~ 30.5%
B 250 of 705 ~ 35.46%

%34.04
%30.5
%35.46

CMYK color model

#F0D7FA color CMYK value is (4,14,0,2).

  • cyan value is 4.00%
  • magenta value is 14.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(4,14,0,2)
C4M14Y0K2 
(4%,14%,0%,2%)
(0.04/0.14/0.00/0.02)	

CMYK percentages

%4
%14
%0
%1.96

Codes

Color #F0D7FA in popluar color models

F0D7FA
RGB240215250
HSL283°77.78%91.18%
HSB/HSV283°14.00%98.04%
CMYK4.00%14.00%0.00%
1.96%

Color #F0D7FA in popluar number systems.

HEXF0D7FA
Decimal240215250
Binary111100001101011111111010
Octal360327372

Shades and tints

Shades of #F0D7FA

#F0D7FA
(240,215,250)
#DBC4E4
(219,196,228)
#C6B1CE
(198,177,206)
#B19EB8
(177,158,184)
#9C8BA2
(156,139,162)
#87788C
(135,120,140)
#726576
(114,101,118)
#5D5260
(93,82,96)
#483F4A
(72,63,74)
#332C34
(51,44,52)
#1E191E
(30,25,30)
#000000
(0,0,0)

Tints of #F0D7FA

#F0D7FA
(240,215,250)
#F1DAFA
(241,218,250)
#F2DDFA
(242,221,250)
#F3E0FA
(243,224,250)
#F4E3FA
(244,227,250)
#F5E6FA
(245,230,250)
#F6E9FA
(246,233,250)
#F7ECFA
(247,236,250)
#F8EFFA
(248,239,250)
#F9F2FA
(249,242,250)
#FAF5FA
(250,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0D7FA; }

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

This text font color is #F0D7FA.


Background Color

.myBgColor { background-color: #F0D7FA; }

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

This div background color is #F0D7FA.


Border color

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

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

This div border color is #F0D7FA.


Opacity

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

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

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

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

This text has shadow with #F0D7FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D7FA on black background.


Color preview on white background

This text has color #F0D7FA on white background.



Black color preview on #F0D7FA background

This text has black color on #F0D7FA background.


White color preview on #F0D7FA background

This text has white color on #F0D7FA background.