COLOR #F8EBDC

HEX: #F8EBDC RGB: (248,235,220)

Color info

#F8EBDC contains red, green and blue colors in about the same proportion. Web safe color of #F8EBDC is #FFFFCC (or #FFC).

RGB color model

#F8EBDC color RGB value is (248,235,220).

RGB: (248,235,220) (97%, 92%, 86%)

RGB channels and saturation

R 248 of 255 = 97%
G 235 of 255 = 92%
B 220 of 255 = 86%

248
235
220

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

Portions of RGB colors in percentages

R + G + B = 248 + 235 + 220 = 703 (100%)
R 248 of 703 ~ 35.28%
G 235 of 703 ~ 33.43%
B 220 of 703 ~ 31.29'%

%35.28
%33.43
%31.29

CMYK color model

#F8EBDC color CMYK value is (0,5,11,3).

  • cyan value is 0.00%
  • magenta value is 5.24%
  • yellow value is 11.29%
  • key color value is 2.75%
CMYK: (0,5,11,3) C0M5Y11K3 (0%,5%,11%,3%) (0.00/0.05/0.11/0.03) 

CMYK percentages

%0
%5.24
%11.29
%2.75

Codes

Color #F8EBDC in popluar color models

F8 EB DC
RGB 248 235 220
HSL 32° 66.67% 91.76%
HSB/HSV 32° 11.29% 97.25%
CMYK 0.00% 5.24% 11.29%
2.75%

Color #F8EBDC in popluar number systems.

HEX F8 EB DC
Decimal 248 235 220
Binary 11111000 11101011 11011100
Octal 370 353 334

Shades and tints

Shades of #F8EBDC

#F8EBDC
(248,235,220)
#E2D6C8
(226,214,200)
#CCC1B4
(204,193,180)
#B6ACA0
(182,172,160)
#A0978C
(160,151,140)
#8A8278
(138,130,120)
#746D64
(116,109,100)
#5E5850
(94,88,80)
#48433C
(72,67,60)
#322E28
(50,46,40)
#1C1914
(28,25,20)
#000000
(0,0,0)

Tints of #F8EBDC

#F8EBDC
(248,235,220)
#F8ECDF
(248,236,223)
#F8EDE2
(248,237,226)
#F8EEE5
(248,238,229)
#F8EFE8
(248,239,232)
#F8F0EB
(248,240,235)
#F8F1EE
(248,241,238)
#F8F2F1
(248,242,241)
#F8F3F4
(248,243,244)
#F8F4F7
(248,244,247)
#F8F5FA
(248,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8EBDC color. Also use rgb(248,235,220) instead hex code.

Text Font Color

.myTextColor { color: #F8EBDC; }

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

This text font color is #F8EBDC.

Background Color

.myBgColor { background-color: #F8EBDC; }

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

This div background color is #F8EBDC.

Border color

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

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

This div border color is #F8EBDC.

Opacity

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

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

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

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

This text has shadow with #F8EBDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8EBDC.

Preview

Color preview on black background

This text has color #F8EBDC on black background.


Color preview on white background

This text has color #F8EBDC on white background.


Black color preview on #F8EBDC background

This text has black color on #F8EBDC background.


White color preview on #F8EBDC background

This text has white color on #F8EBDC background.


Related colors

Complementary color

Complementary color for #hex is #071423.


I love getcolorcode.com

Triadic colors

1 #DCF8EB and #EBDCF8 with #F8EBDC are triadic colors.

2 #DCEBF8 and #EBF8DC with #F8EBDC are triadic colors.