COLOR #F0DCFA

HEX: #F0DCFA RGB: (240,220,250)

Color info

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

RGB color model

#F0DCFA color RGB value is (240,220,250).

RGB: (240,220,250) (94%, 86%, 98%)

RGB channels and saturation

R 240 of 255 = 94%
G 220 of 255 = 86%
B 250 of 255 = 98%

240
220
250

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

Portions of RGB colors in percentages

R + G + B = 240 + 220 + 250 = 710 (100%)
R 240 of 710 ~ 33.8%
G 220 of 710 ~ 30.99%
B 250 of 710 ~ 35.21'%

%33.8
%30.99
%35.21

CMYK color model

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

  • cyan value is 4.00%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (4,12,0,2)
C4M12Y0K2 (4%, 12%, 0%, 2%)
(0.04 / 0.12 / 0.00 / 0.02)

CMYK percentages

%4
%12
%0
%1.96

Codes

Color #F0DCFA in popluar color models

F0 DC FA
RGB 240 220 250
HSL 280° 75.00% 92.16%
HSB/HSV 280° 12.00% 98.04%
CMYK 4.00% 12.00% 0.00%
1.96%

Color #F0DCFA in popluar number systems.

HEX F0 DC FA
Decimal 240 220 250
Binary 11110000 11011100 11111010
Octal 360 334 372

Shades and tints

Shades of #F0DCFA

#F0DCFA
(240,220,250)
#DBC8E4
(219,200,228)
#C6B4CE
(198,180,206)
#B1A0B8
(177,160,184)
#9C8CA2
(156,140,162)
#87788C
(135,120,140)
#726476
(114,100,118)
#5D5060
(93,80,96)
#483C4A
(72,60,74)
#332834
(51,40,52)
#1E141E
(30,20,30)
#000000
(0,0,0)

Tints of #F0DCFA

#F0DCFA
(240,220,250)
#F1DFFA
(241,223,250)
#F2E2FA
(242,226,250)
#F3E5FA
(243,229,250)
#F4E8FA
(244,232,250)
#F5EBFA
(245,235,250)
#F6EEFA
(246,238,250)
#F7F1FA
(247,241,250)
#F8F4FA
(248,244,250)
#F9F7FA
(249,247,250)
#FAFAFA
(250,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0DCFA; }

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

This text font color is #F0DCFA.

Background Color

.myBgColor { background-color: #F0DCFA; }

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

This div background color is #F0DCFA.

Border color

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

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

This div border color is #F0DCFA.

Opacity

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

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

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

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

This text has shadow with #F0DCFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0DCFA.

Preview

Color preview on black background

This text has color #F0DCFA on black background.


Color preview on white background

This text has color #F0DCFA on white background.


Black color preview on #F0DCFA background

This text has black color on #F0DCFA background.


White color preview on #F0DCFA background

This text has white color on #F0DCFA background.


Related colors

Complementary color

Complementary color for #hex is #0F2305.


I love getcolorcode.com

Triadic colors

1 #FAF0DC and #DCFAF0 with #F0DCFA are triadic colors.

2 #FADCF0 and #DCF0FA with #F0DCFA are triadic colors.