COLOR #F0DFFB

HEX: #F0DFFB RGB: (240,223,251)

Color info

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

RGB color model

#F0DFFB color RGB value is (240,223,251).

RGB: (240,223,251) (94%, 87%, 98%)

RGB channels and saturation

R 240 of 255 = 94%
G 223 of 255 = 87%
B 251 of 255 = 98%

240
223
251

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

Portions of RGB colors in percentages

R + G + B = 240 + 223 + 251 = 714 (100%)
R 240 of 714 ~ 33.61%
G 223 of 714 ~ 31.23%
B 251 of 714 ~ 35.15'%

%33.61
%31.23
%35.15

CMYK color model

#F0DFFB color CMYK value is (4,11,0,2).

  • cyan value is 4.38%
  • magenta value is 11.16%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (4,11,0,2)
C4M11Y0K2 (4%, 11%, 0%, 2%)
(0.04 / 0.11 / 0.00 / 0.02)

CMYK percentages

%4.38
%11.16
%0
%1.57

Codes

Color #F0DFFB in popluar color models

F0 DF FB
RGB 240 223 251
HSL 276° 77.78% 92.94%
HSB/HSV 276° 11.16% 98.43%
CMYK 4.38% 11.16% 0.00%
1.57%

Color #F0DFFB in popluar number systems.

HEX F0 DF FB
Decimal 240 223 251
Binary 11110000 11011111 11111011
Octal 360 337 373

Shades and tints

Shades of #F0DFFB

#F0DFFB
(240,223,251)
#DBCBE5
(219,203,229)
#C6B7CF
(198,183,207)
#B1A3B9
(177,163,185)
#9C8FA3
(156,143,163)
#877B8D
(135,123,141)
#726777
(114,103,119)
#5D5361
(93,83,97)
#483F4B
(72,63,75)
#332B35
(51,43,53)
#1E171F
(30,23,31)
#000000
(0,0,0)

Tints of #F0DFFB

#F0DFFB
(240,223,251)
#F1E1FB
(241,225,251)
#F2E3FB
(242,227,251)
#F3E5FB
(243,229,251)
#F4E7FB
(244,231,251)
#F5E9FB
(245,233,251)
#F6EBFB
(246,235,251)
#F7EDFB
(247,237,251)
#F8EFFB
(248,239,251)
#F9F1FB
(249,241,251)
#FAF3FB
(250,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0DFFB; }

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

This text font color is #F0DFFB.

Background Color

.myBgColor { background-color: #F0DFFB; }

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

This div background color is #F0DFFB.

Border color

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

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

This div border color is #F0DFFB.

Opacity

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

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

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

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

This text has shadow with #F0DFFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0DFFB.

Preview

Color preview on black background

This text has color #F0DFFB on black background.


Color preview on white background

This text has color #F0DFFB on white background.


Black color preview on #F0DFFB background

This text has black color on #F0DFFB background.


White color preview on #F0DFFB background

This text has white color on #F0DFFB background.


Related colors

Complementary color

Complementary color for #hex is #0F2004.


I love getcolorcode.com

Triadic colors

1 #FBF0DF and #DFFBF0 with #F0DFFB are triadic colors.

2 #FBDFF0 and #DFF0FB with #F0DFFB are triadic colors.