COLOR #F8EBD8

HEX: #F8EBD8
RGB: (248,235,216)

Color info

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

RGB color model

#F8EBD8 color RGB value is (248,235,216).

  • red value is 248;
  • green value is 235;
  • blue value is 216.
RGB:
(248,235,216)
(97%,92%,85%)

RGB channels and saturation

R 248 of 255 = 97%
G 235 of 255 = 92%
B 216 of 255 = 85%

248
235
216

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

Portions of RGB colors in percentages

R + G + B =
248 + 235 + 216 = 699 (100%)
R 248 of 699 ~ 35.48%
G 235 of 699 ~ 33.62%
B 216 of 699 ~ 30.9%

%35.48
%33.62
%30.9

CMYK color model

#F8EBD8 color CMYK value is (0,5,13,3).

  • cyan value is 0.00%
  • magenta value is 5.24%
  • yellow value is 12.90%
  • key color value is 2.75%
CMYK:
(0,5,13,3)
C0M5Y13K3 
(0%,5%,13%,3%)
(0.00/0.05/0.13/0.03)	

CMYK percentages

%0
%5.24
%12.9
%2.75

Codes

Color #F8EBD8 in popluar color models

F8EBD8
RGB248235216
HSL36°69.57%90.98%
HSB/HSV36°12.90%97.25%
CMYK0.00%5.24%12.90%
2.75%

Color #F8EBD8 in popluar number systems.

HEXF8EBD8
Decimal248235216
Binary111110001110101111011000
Octal370353330

Shades and tints

Shades of #F8EBD8

#F8EBD8
(248,235,216)
#E2D6C5
(226,214,197)
#CCC1B2
(204,193,178)
#B6AC9F
(182,172,159)
#A0978C
(160,151,140)
#8A8279
(138,130,121)
#746D66
(116,109,102)
#5E5853
(94,88,83)
#484340
(72,67,64)
#322E2D
(50,46,45)
#1C191A
(28,25,26)
#000000
(0,0,0)

Tints of #F8EBD8

#F8EBD8
(248,235,216)
#F8ECDB
(248,236,219)
#F8EDDE
(248,237,222)
#F8EEE1
(248,238,225)
#F8EFE4
(248,239,228)
#F8F0E7
(248,240,231)
#F8F1EA
(248,241,234)
#F8F2ED
(248,242,237)
#F8F3F0
(248,243,240)
#F8F4F3
(248,244,243)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8EBD8; }

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

This text font color is #F8EBD8.


Background Color

.myBgColor { background-color: #F8EBD8; }

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

This div background color is #F8EBD8.


Border color

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

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

This div border color is #F8EBD8.


Opacity

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

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

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

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

This text has shadow with #F8EBD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8EBD8 on black background.


Color preview on white background

This text has color #F8EBD8 on white background.



Black color preview on #F8EBD8 background

This text has black color on #F8EBD8 background.


White color preview on #F8EBD8 background

This text has white color on #F8EBD8 background.