COLOR #F8E3B7

HEX: #F8E3B7 RGB: (248,227,183)

Color info

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

RGB color model

#F8E3B7 color RGB value is (248,227,183).

RGB: (248,227,183) (97%, 89%, 72%)

RGB channels and saturation

R 248 of 255 = 97%
G 227 of 255 = 89%
B 183 of 255 = 72%

248
227
183

R + G + B ~ 86%. #F8E3B7 is light color.

Portions of RGB colors in percentages

R + G + B = 248 + 227 + 183 = 658 (100%)
R 248 of 658 ~ 37.69%
G 227 of 658 ~ 34.5%
B 183 of 658 ~ 27.81'%

%37.69
%34.5
%27.81

CMYK color model

#F8E3B7 color CMYK value is (0,8,26,3).

  • cyan value is 0.00%
  • magenta value is 8.47%
  • yellow value is 26.21%
  • key color value is 2.75%

CMYK: (0,8,26,3)
C0M8Y26K3 (0%, 8%, 26%, 3%)
(0.00 / 0.08 / 0.26 / 0.03)

CMYK percentages

%0
%8.47
%26.21
%2.75

Codes

Color #F8E3B7 in popluar color models

F8 E3 B7
RGB 248 227 183
HSL 41° 82.28% 84.51%
HSB/HSV 41° 26.21% 97.25%
CMYK 0.00% 8.47% 26.21%
2.75%

Color #F8E3B7 in popluar number systems.

HEX F8 E3 B7
Decimal 248 227 183
Binary 11111000 11100011 10110111
Octal 370 343 267

Shades and tints

Shades of #F8E3B7

#F8E3B7
(248,227,183)
#E2CFA7
(226,207,167)
#CCBB97
(204,187,151)
#B6A787
(182,167,135)
#A09377
(160,147,119)
#8A7F67
(138,127,103)
#746B57
(116,107,87)
#5E5747
(94,87,71)
#484337
(72,67,55)
#322F27
(50,47,39)
#1C1B17
(28,27,23)
#000000
(0,0,0)

Tints of #F8E3B7

#F8E3B7
(248,227,183)
#F8E5BD
(248,229,189)
#F8E7C3
(248,231,195)
#F8E9C9
(248,233,201)
#F8EBCF
(248,235,207)
#F8EDD5
(248,237,213)
#F8EFDB
(248,239,219)
#F8F1E1
(248,241,225)
#F8F3E7
(248,243,231)
#F8F5ED
(248,245,237)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8E3B7 color. Also use rgb(248,227,183) instead hex code.

Text Font Color

.myTextColor { color: #F8E3B7; }

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

This text font color is #F8E3B7.

Background Color

.myBgColor { background-color: #F8E3B7; }

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

This div background color is #F8E3B7.

Border color

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

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

This div border color is #F8E3B7.

Opacity

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

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

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

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

This text has shadow with #F8E3B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8E3B7.

Preview

Color preview on black background

This text has color #F8E3B7 on black background.


Color preview on white background

This text has color #F8E3B7 on white background.


Black color preview on #F8E3B7 background

This text has black color on #F8E3B7 background.


White color preview on #F8E3B7 background

This text has white color on #F8E3B7 background.


Related colors

Complementary color

Complementary color for #hex is #071C48.


I love getcolorcode.com

Triadic colors

1 #B7F8E3 and #E3B7F8 with #F8E3B7 are triadic colors.

2 #B7E3F8 and #E3F8B7 with #F8E3B7 are triadic colors.