COLOR #F0DFEB

HEX: #F0DFEB RGB: (240,223,235)

Color info

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

RGB color model

#F0DFEB color RGB value is (240,223,235).

RGB: (240,223,235) (94%, 87%, 92%)

RGB channels and saturation

R 240 of 255 = 94%
G 223 of 255 = 87%
B 235 of 255 = 92%

240
223
235

R + G + B ~ 91%. #F0DFEB is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 223 + 235 = 698 (100%)
R 240 of 698 ~ 34.38%
G 223 of 698 ~ 31.95%
B 235 of 698 ~ 33.67'%

%34.38
%31.95
%33.67

CMYK color model

#F0DFEB color CMYK value is (0,7,2,6).

  • cyan value is 0.00%
  • magenta value is 7.08%
  • yellow value is 2.08%
  • key color value is 5.88%

CMYK: (0,7,2,6)
C0M7Y2K6 (0%, 7%, 2%, 6%)
(0.00 / 0.07 / 0.02 / 0.06)

CMYK percentages

%0
%7.08
%2.08
%5.88

Codes

Color #F0DFEB in popluar color models

F0 DF EB
RGB 240 223 235
HSL 318° 36.17% 90.78%
HSB/HSV 318° 7.08% 94.12%
CMYK 0.00% 7.08% 2.08%
5.88%

Color #F0DFEB in popluar number systems.

HEX F0 DF EB
Decimal 240 223 235
Binary 11110000 11011111 11101011
Octal 360 337 353

Shades and tints

Shades of #F0DFEB

#F0DFEB
(240,223,235)
#DBCBD6
(219,203,214)
#C6B7C1
(198,183,193)
#B1A3AC
(177,163,172)
#9C8F97
(156,143,151)
#877B82
(135,123,130)
#72676D
(114,103,109)
#5D5358
(93,83,88)
#483F43
(72,63,67)
#332B2E
(51,43,46)
#1E1719
(30,23,25)
#000000
(0,0,0)

Tints of #F0DFEB

#F0DFEB
(240,223,235)
#F1E1EC
(241,225,236)
#F2E3ED
(242,227,237)
#F3E5EE
(243,229,238)
#F4E7EF
(244,231,239)
#F5E9F0
(245,233,240)
#F6EBF1
(246,235,241)
#F7EDF2
(247,237,242)
#F8EFF3
(248,239,243)
#F9F1F4
(249,241,244)
#FAF3F5
(250,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0DFEB; }

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

This text font color is #F0DFEB.

Background Color

.myBgColor { background-color: #F0DFEB; }

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

This div background color is #F0DFEB.

Border color

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

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

This div border color is #F0DFEB.

Opacity

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

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

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

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

This text has shadow with #F0DFEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0DFEB.

Preview

Color preview on black background

This text has color #F0DFEB on black background.


Color preview on white background

This text has color #F0DFEB on white background.


Black color preview on #F0DFEB background

This text has black color on #F0DFEB background.


White color preview on #F0DFEB background

This text has white color on #F0DFEB background.


Related colors

Complementary color

Complementary color for #hex is #0F2014.


I love getcolorcode.com

Triadic colors

1 #EBF0DF and #DFEBF0 with #F0DFEB are triadic colors.

2 #EBDFF0 and #DFF0EB with #F0DFEB are triadic colors.