COLOR #F8EAE3

HEX: #F8EAE3 RGB: (248,234,227)

Color info

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

RGB color model

#F8EAE3 color RGB value is (248,234,227).

RGB: (248,234,227) (97%, 92%, 89%)

RGB channels and saturation

R 248 of 255 = 97%
G 234 of 255 = 92%
B 227 of 255 = 89%

248
234
227

R + G + B ~ 93%. #F8EAE3 is light color.

Portions of RGB colors in percentages

R + G + B = 248 + 234 + 227 = 709 (100%)
R 248 of 709 ~ 34.98%
G 234 of 709 ~ 33%
B 227 of 709 ~ 32.02'%

%34.98
%33
%32.02

CMYK color model

#F8EAE3 color CMYK value is (0,6,8,3).

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

CMYK: (0,6,8,3)
C0M6Y8K3 (0%, 6%, 8%, 3%)
(0.00 / 0.06 / 0.08 / 0.03)

CMYK percentages

%0
%5.65
%8.47
%2.75

Codes

Color #F8EAE3 in popluar color models

F8 EA E3
RGB 248 234 227
HSL 20° 60.00% 93.14%
HSB/HSV 20° 8.47% 97.25%
CMYK 0.00% 5.65% 8.47%
2.75%

Color #F8EAE3 in popluar number systems.

HEX F8 EA E3
Decimal 248 234 227
Binary 11111000 11101010 11100011
Octal 370 352 343

Shades and tints

Shades of #F8EAE3

#F8EAE3
(248,234,227)
#E2D5CF
(226,213,207)
#CCC0BB
(204,192,187)
#B6ABA7
(182,171,167)
#A09693
(160,150,147)
#8A817F
(138,129,127)
#746C6B
(116,108,107)
#5E5757
(94,87,87)
#484243
(72,66,67)
#322D2F
(50,45,47)
#1C181B
(28,24,27)
#000000
(0,0,0)

Tints of #F8EAE3

#F8EAE3
(248,234,227)
#F8EBE5
(248,235,229)
#F8ECE7
(248,236,231)
#F8EDE9
(248,237,233)
#F8EEEB
(248,238,235)
#F8EFED
(248,239,237)
#F8F0EF
(248,240,239)
#F8F1F1
(248,241,241)
#F8F2F3
(248,242,243)
#F8F3F5
(248,243,245)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8EAE3; }

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

This text font color is #F8EAE3.

Background Color

.myBgColor { background-color: #F8EAE3; }

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

This div background color is #F8EAE3.

Border color

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

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

This div border color is #F8EAE3.

Opacity

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

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

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

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

This text has shadow with #F8EAE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8EAE3.

Preview

Color preview on black background

This text has color #F8EAE3 on black background.


Color preview on white background

This text has color #F8EAE3 on white background.


Black color preview on #F8EAE3 background

This text has black color on #F8EAE3 background.


White color preview on #F8EAE3 background

This text has white color on #F8EAE3 background.


Related colors

Complementary color

Complementary color for #hex is #07151C.


I love getcolorcode.com

Triadic colors

1 #E3F8EA and #EAE3F8 with #F8EAE3 are triadic colors.

2 #E3EAF8 and #EAF8E3 with #F8EAE3 are triadic colors.