COLOR #F0D6FB

HEX: #F0D6FB
RGB: (240,214,251)

Color info

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

RGB color model

#F0D6FB color RGB value is (240,214,251).

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

RGB channels and saturation

R 240 of 255 = 94%
G 214 of 255 = 84%
B 251 of 255 = 98%

240
214
251

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

Portions of RGB colors in percentages

R + G + B =
240 + 214 + 251 = 705 (100%)
R 240 of 705 ~ 34.04%
G 214 of 705 ~ 30.35%
B 251 of 705 ~ 35.6%

%34.04
%30.35
%35.6

CMYK color model

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

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

CMYK percentages

%4.38
%14.74
%0
%1.57

Codes

Color #F0D6FB in popluar color models

F0D6FB
RGB240214251
HSL282°82.22%91.18%
HSB/HSV282°14.74%98.43%
CMYK4.38%14.74%0.00%
1.57%

Color #F0D6FB in popluar number systems.

HEXF0D6FB
Decimal240214251
Binary111100001101011011111011
Octal360326373

Shades and tints

Shades of #F0D6FB

#F0D6FB
(240,214,251)
#DBC3E5
(219,195,229)
#C6B0CF
(198,176,207)
#B19DB9
(177,157,185)
#9C8AA3
(156,138,163)
#87778D
(135,119,141)
#726477
(114,100,119)
#5D5161
(93,81,97)
#483E4B
(72,62,75)
#332B35
(51,43,53)
#1E181F
(30,24,31)
#000000
(0,0,0)

Tints of #F0D6FB

#F0D6FB
(240,214,251)
#F1D9FB
(241,217,251)
#F2DCFB
(242,220,251)
#F3DFFB
(243,223,251)
#F4E2FB
(244,226,251)
#F5E5FB
(245,229,251)
#F6E8FB
(246,232,251)
#F7EBFB
(247,235,251)
#F8EEFB
(248,238,251)
#F9F1FB
(249,241,251)
#FAF4FB
(250,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0D6FB color. Also use rgb(240,214,251) instead hex code.

Text Font Color

.myTextColor { color: #F0D6FB; }

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

This text font color is #F0D6FB.


Background Color

.myBgColor { background-color: #F0D6FB; }

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

This div background color is #F0D6FB.


Border color

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

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

This div border color is #F0D6FB.


Opacity

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

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

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

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

This text has shadow with #F0D6FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D6FB on black background.


Color preview on white background

This text has color #F0D6FB on white background.



Black color preview on #F0D6FB background

This text has black color on #F0D6FB background.


White color preview on #F0D6FB background

This text has white color on #F0D6FB background.