COLOR #F0DCFD

HEX: #F0DCFD RGB: (240,220,253)

Color info

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

RGB color model

#F0DCFD color RGB value is (240,220,253).

RGB: (240,220,253) (94%, 86%, 99%)

RGB channels and saturation

R 240 of 255 = 94%
G 220 of 255 = 86%
B 253 of 255 = 99%

240
220
253

R + G + B ~ 93%. #F0DCFD is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 220 + 253 = 713 (100%)
R 240 of 713 ~ 33.66%
G 220 of 713 ~ 30.86%
B 253 of 713 ~ 35.48'%

%33.66
%30.86
%35.48

CMYK color model

#F0DCFD color CMYK value is (5,13,0,1).

  • cyan value is 5.14%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK: (5,13,0,1) C5M13Y0K1 (5%,13%,0%,1%) (0.05/0.13/0.00/0.01) 

CMYK percentages

%5.14
%13.04
%0
%0.78

Codes

Color #F0DCFD in popluar color models

F0 DC FD
RGB 240 220 253
HSL 276° 89.19% 92.75%
HSB/HSV 276° 13.04% 99.22%
CMYK 5.14% 13.04% 0.00%
0.78%

Color #F0DCFD in popluar number systems.

HEX F0 DC FD
Decimal 240 220 253
Binary 11110000 11011100 11111101
Octal 360 334 375

Shades and tints

Shades of #F0DCFD

#F0DCFD
(240,220,253)
#DBC8E6
(219,200,230)
#C6B4CF
(198,180,207)
#B1A0B8
(177,160,184)
#9C8CA1
(156,140,161)
#87788A
(135,120,138)
#726473
(114,100,115)
#5D505C
(93,80,92)
#483C45
(72,60,69)
#33282E
(51,40,46)
#1E1417
(30,20,23)
#000000
(0,0,0)

Tints of #F0DCFD

#F0DCFD
(240,220,253)
#F1DFFD
(241,223,253)
#F2E2FD
(242,226,253)
#F3E5FD
(243,229,253)
#F4E8FD
(244,232,253)
#F5EBFD
(245,235,253)
#F6EEFD
(246,238,253)
#F7F1FD
(247,241,253)
#F8F4FD
(248,244,253)
#F9F7FD
(249,247,253)
#FAFAFD
(250,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0DCFD color. Also use rgb(240,220,253) instead hex code.

Text Font Color

.myTextColor { color: #F0DCFD; }

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

This text font color is #F0DCFD.

Background Color

.myBgColor { background-color: #F0DCFD; }

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

This div background color is #F0DCFD.

Border color

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

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

This div border color is #F0DCFD.

Opacity

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

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

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

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

This text has shadow with #F0DCFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0DCFD.

Preview

Color preview on black background

This text has color #F0DCFD on black background.


Color preview on white background

This text has color #F0DCFD on white background.


Black color preview on #F0DCFD background

This text has black color on #F0DCFD background.


White color preview on #F0DCFD background

This text has white color on #F0DCFD background.


Related colors

Complementary color

Complementary color for #hex is #0F2302.


I love getcolorcode.com

Triadic colors

1 #FDF0DC and #DCFDF0 with #F0DCFD are triadic colors.

2 #FDDCF0 and #DCF0FD with #F0DCFD are triadic colors.