COLOR #F0D7F4

HEX: #F0D7F4
RGB: (240,215,244)

Color info

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

RGB color model

#F0D7F4 color RGB value is (240,215,244).

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

RGB channels and saturation

R 240 of 255 = 94%
G 215 of 255 = 84%
B 244 of 255 = 96%

240
215
244

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

Portions of RGB colors in percentages

R + G + B =
240 + 215 + 244 = 699 (100%)
R 240 of 699 ~ 34.33%
G 215 of 699 ~ 30.76%
B 244 of 699 ~ 34.91%

%34.33
%30.76
%34.91

CMYK color model

#F0D7F4 color CMYK value is (2,12,0,4).

  • cyan value is 1.64%
  • magenta value is 11.89%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(2,12,0,4)
C2M12Y0K4 
(2%,12%,0%,4%)
(0.02/0.12/0.00/0.04)	

CMYK percentages

%1.64
%11.89
%0
%4.31

Codes

Color #F0D7F4 in popluar color models

F0D7F4
RGB240215244
HSL292°56.86%90.00%
HSB/HSV292°11.89%95.69%
CMYK1.64%11.89%0.00%
4.31%

Color #F0D7F4 in popluar number systems.

HEXF0D7F4
Decimal240215244
Binary111100001101011111110100
Octal360327364

Shades and tints

Shades of #F0D7F4

#F0D7F4
(240,215,244)
#DBC4DE
(219,196,222)
#C6B1C8
(198,177,200)
#B19EB2
(177,158,178)
#9C8B9C
(156,139,156)
#877886
(135,120,134)
#726570
(114,101,112)
#5D525A
(93,82,90)
#483F44
(72,63,68)
#332C2E
(51,44,46)
#1E1918
(30,25,24)
#000000
(0,0,0)

Tints of #F0D7F4

#F0D7F4
(240,215,244)
#F1DAF5
(241,218,245)
#F2DDF6
(242,221,246)
#F3E0F7
(243,224,247)
#F4E3F8
(244,227,248)
#F5E6F9
(245,230,249)
#F6E9FA
(246,233,250)
#F7ECFB
(247,236,251)
#F8EFFC
(248,239,252)
#F9F2FD
(249,242,253)
#FAF5FE
(250,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0D7F4; }

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

This text font color is #F0D7F4.


Background Color

.myBgColor { background-color: #F0D7F4; }

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

This div background color is #F0D7F4.


Border color

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

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

This div border color is #F0D7F4.


Opacity

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

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

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

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

This text has shadow with #F0D7F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D7F4 on black background.


Color preview on white background

This text has color #F0D7F4 on white background.



Black color preview on #F0D7F4 background

This text has black color on #F0D7F4 background.


White color preview on #F0D7F4 background

This text has white color on #F0D7F4 background.