COLOR #F8DEB8

HEX: #F8DEB8
RGB: (248,222,184)

Color info

#F8DEB8 contains mainly red and green colors. Web safe color of #F8DEB8 is #FFCCCC (or #FCC).

RGB color model

#F8DEB8 color RGB value is (248,222,184).

  • red value is 248;
  • green value is 222;
  • blue value is 184.
RGB:
(248,222,184)
(97%,87%,72%)

RGB channels and saturation

R 248 of 255 = 97%
G 222 of 255 = 87%
B 184 of 255 = 72%

248
222
184

R + G + B ~ 85%. #F8DEB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 222 + 184 = 654 (100%)
R 248 of 654 ~ 37.92%
G 222 of 654 ~ 33.94%
B 184 of 654 ~ 28.13%

%37.92
%33.94
%28.13

CMYK color model

#F8DEB8 color CMYK value is (0,10,26,3).

  • cyan value is 0.00%
  • magenta value is 10.48%
  • yellow value is 25.81%
  • key color value is 2.75%
CMYK:
(0,10,26,3)
C0M10Y26K3 
(0%,10%,26%,3%)
(0.00/0.10/0.26/0.03)	

CMYK percentages

%0
%10.48
%25.81
%2.75

Codes

Color #F8DEB8 in popluar color models

F8DEB8
RGB248222184
HSL36°82.05%84.71%
HSB/HSV36°25.81%97.25%
CMYK0.00%10.48%25.81%
2.75%

Color #F8DEB8 in popluar number systems.

HEXF8DEB8
Decimal248222184
Binary111110001101111010111000
Octal370336270

Shades and tints

Shades of #F8DEB8

#F8DEB8
(248,222,184)
#E2CAA8
(226,202,168)
#CCB698
(204,182,152)
#B6A288
(182,162,136)
#A08E78
(160,142,120)
#8A7A68
(138,122,104)
#746658
(116,102,88)
#5E5248
(94,82,72)
#483E38
(72,62,56)
#322A28
(50,42,40)
#1C1618
(28,22,24)
#000000
(0,0,0)

Tints of #F8DEB8

#F8DEB8
(248,222,184)
#F8E1BE
(248,225,190)
#F8E4C4
(248,228,196)
#F8E7CA
(248,231,202)
#F8EAD0
(248,234,208)
#F8EDD6
(248,237,214)
#F8F0DC
(248,240,220)
#F8F3E2
(248,243,226)
#F8F6E8
(248,246,232)
#F8F9EE
(248,249,238)
#F8FCF4
(248,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8DEB8 color. Also use rgb(248,222,184) instead hex code.

Text Font Color

.myTextColor { color: #F8DEB8; }

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

This text font color is #F8DEB8.


Background Color

.myBgColor { background-color: #F8DEB8; }

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

This div background color is #F8DEB8.


Border color

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

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

This div border color is #F8DEB8.


Opacity

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

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

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

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

This text has shadow with #F8DEB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8DEB8 on black background.


Color preview on white background

This text has color #F8DEB8 on white background.



Black color preview on #F8DEB8 background

This text has black color on #F8DEB8 background.


White color preview on #F8DEB8 background

This text has white color on #F8DEB8 background.