COLOR #F8EBE3

HEX: #F8EBE3 RGB: (248,235,227)

Color info

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

RGB color model

#F8EBE3 color RGB value is (248,235,227).

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

RGB channels and saturation

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

248
235
227

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

Portions of RGB colors in percentages

R + G + B = 248 + 235 + 227 = 710 (100%)
R 248 of 710 ~ 34.93%
G 235 of 710 ~ 33.1%
B 227 of 710 ~ 31.97'%

%34.93
%33.1
%31.97

CMYK color model

#F8EBE3 color CMYK value is (0,5,8,3).

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

CMYK: (0,5,8,3)
C0M5Y8K3 (0%, 5%, 8%, 3%)
(0.00 / 0.05 / 0.08 / 0.03)

CMYK percentages

%0
%5.24
%8.47
%2.75

Codes

Color #F8EBE3 in popluar color models

F8 EB E3
RGB 248 235 227
HSL 23° 60.00% 93.14%
HSB/HSV 23° 8.47% 97.25%
CMYK 0.00% 5.24% 8.47%
2.75%

Color #F8EBE3 in popluar number systems.

HEX F8 EB E3
Decimal 248 235 227
Binary 11111000 11101011 11100011
Octal 370 353 343

Shades and tints

Shades of #F8EBE3

#F8EBE3
(248,235,227)
#E2D6CF
(226,214,207)
#CCC1BB
(204,193,187)
#B6ACA7
(182,172,167)
#A09793
(160,151,147)
#8A827F
(138,130,127)
#746D6B
(116,109,107)
#5E5857
(94,88,87)
#484343
(72,67,67)
#322E2F
(50,46,47)
#1C191B
(28,25,27)
#000000
(0,0,0)

Tints of #F8EBE3

#F8EBE3
(248,235,227)
#F8ECE5
(248,236,229)
#F8EDE7
(248,237,231)
#F8EEE9
(248,238,233)
#F8EFEB
(248,239,235)
#F8F0ED
(248,240,237)
#F8F1EF
(248,241,239)
#F8F2F1
(248,242,241)
#F8F3F3
(248,243,243)
#F8F4F5
(248,244,245)
#F8F5F7
(248,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8EBE3; }

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

This text font color is #F8EBE3.

Background Color

.myBgColor { background-color: #F8EBE3; }

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

This div background color is #F8EBE3.

Border color

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

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

This div border color is #F8EBE3.

Opacity

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

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

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

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

This text has shadow with #F8EBE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8EBE3.

Preview

Color preview on black background

This text has color #F8EBE3 on black background.


Color preview on white background

This text has color #F8EBE3 on white background.


Black color preview on #F8EBE3 background

This text has black color on #F8EBE3 background.


White color preview on #F8EBE3 background

This text has white color on #F8EBE3 background.


Related colors

Complementary color

Complementary color for #hex is #07141C.


I love getcolorcode.com

Triadic colors

1 #E3F8EB and #EBE3F8 with #F8EBE3 are triadic colors.

2 #E3EBF8 and #EBF8E3 with #F8EBE3 are triadic colors.