COLOR #F0D4F9

HEX: #F0D4F9
RGB: (240,212,249)

Color info

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

RGB color model

#F0D4F9 color RGB value is (240,212,249).

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

RGB channels and saturation

R 240 of 255 = 94%
G 212 of 255 = 83%
B 249 of 255 = 98%

240
212
249

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

Portions of RGB colors in percentages

R + G + B =
240 + 212 + 249 = 701 (100%)
R 240 of 701 ~ 34.24%
G 212 of 701 ~ 30.24%
B 249 of 701 ~ 35.52%

%34.24
%30.24
%35.52

CMYK color model

#F0D4F9 color CMYK value is (4,15,0,2).

  • cyan value is 3.61%
  • magenta value is 14.86%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(4,15,0,2)
C4M15Y0K2 
(4%,15%,0%,2%)
(0.04/0.15/0.00/0.02)	

CMYK percentages

%3.61
%14.86
%0
%2.35

Codes

Color #F0D4F9 in popluar color models

F0D4F9
RGB240212249
HSL285°75.51%90.39%
HSB/HSV285°14.86%97.65%
CMYK3.61%14.86%0.00%
2.35%

Color #F0D4F9 in popluar number systems.

HEXF0D4F9
Decimal240212249
Binary111100001101010011111001
Octal360324371

Shades and tints

Shades of #F0D4F9

#F0D4F9
(240,212,249)
#DBC1E3
(219,193,227)
#C6AECD
(198,174,205)
#B19BB7
(177,155,183)
#9C88A1
(156,136,161)
#87758B
(135,117,139)
#726275
(114,98,117)
#5D4F5F
(93,79,95)
#483C49
(72,60,73)
#332933
(51,41,51)
#1E161D
(30,22,29)
#000000
(0,0,0)

Tints of #F0D4F9

#F0D4F9
(240,212,249)
#F1D7F9
(241,215,249)
#F2DAF9
(242,218,249)
#F3DDF9
(243,221,249)
#F4E0F9
(244,224,249)
#F5E3F9
(245,227,249)
#F6E6F9
(246,230,249)
#F7E9F9
(247,233,249)
#F8ECF9
(248,236,249)
#F9EFF9
(249,239,249)
#FAF2F9
(250,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0D4F9; }

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

This text font color is #F0D4F9.


Background Color

.myBgColor { background-color: #F0D4F9; }

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

This div background color is #F0D4F9.


Border color

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

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

This div border color is #F0D4F9.


Opacity

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

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

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

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

This text has shadow with #F0D4F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D4F9 on black background.


Color preview on white background

This text has color #F0D4F9 on white background.



Black color preview on #F0D4F9 background

This text has black color on #F0D4F9 background.


White color preview on #F0D4F9 background

This text has white color on #F0D4F9 background.