COLOR #F8FAEB

HEX: #F8FAEB
RGB: (248,250,235)

Color info

#F8FAEB contains red, green and blue colors in about the same proportion. Web safe color of #F8FAEB is #FFFFFF (or #FFF).

RGB color model

#F8FAEB color RGB value is (248,250,235).

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

RGB channels and saturation

R 248 of 255 = 97%
G 250 of 255 = 98%
B 235 of 255 = 92%

248
250
235

R + G + B ~ 96%. #F8FAEB is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 250 + 235 = 733 (100%)
R 248 of 733 ~ 33.83%
G 250 of 733 ~ 34.11%
B 235 of 733 ~ 32.06%

%33.83
%34.11
%32.06

CMYK color model

#F8FAEB color CMYK value is (1,0,6,2).

  • cyan value is 0.80%
  • magenta value is 0.00%
  • yellow value is 6.00%
  • key color value is 1.96%
CMYK:
(1,0,6,2)
C1M0Y6K2 
(1%,0%,6%,2%)
(0.01/0.00/0.06/0.02)	

CMYK percentages

%0.8
%0
%6
%1.96

Codes

Color #F8FAEB in popluar color models

F8FAEB
RGB248250235
HSL68°60.00%95.10%
HSB/HSV68°6.00%98.04%
CMYK0.80%0.00%6.00%
1.96%

Color #F8FAEB in popluar number systems.

HEXF8FAEB
Decimal248250235
Binary111110001111101011101011
Octal370372353

Shades and tints

Shades of #F8FAEB

#F8FAEB
(248,250,235)
#E2E4D6
(226,228,214)
#CCCEC1
(204,206,193)
#B6B8AC
(182,184,172)
#A0A297
(160,162,151)
#8A8C82
(138,140,130)
#74766D
(116,118,109)
#5E6058
(94,96,88)
#484A43
(72,74,67)
#32342E
(50,52,46)
#1C1E19
(28,30,25)
#000000
(0,0,0)

Tints of #F8FAEB

#F8FAEB
(248,250,235)
#F8FAEC
(248,250,236)
#F8FAED
(248,250,237)
#F8FAEE
(248,250,238)
#F8FAEF
(248,250,239)
#F8FAF0
(248,250,240)
#F8FAF1
(248,250,241)
#F8FAF2
(248,250,242)
#F8FAF3
(248,250,243)
#F8FAF4
(248,250,244)
#F8FAF5
(248,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8FAEB; }

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

This text font color is #F8FAEB.


Background Color

.myBgColor { background-color: #F8FAEB; }

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

This div background color is #F8FAEB.


Border color

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

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

This div border color is #F8FAEB.


Opacity

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

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

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

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

This text has shadow with #F8FAEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8FAEB on black background.


Color preview on white background

This text has color #F8FAEB on white background.



Black color preview on #F8FAEB background

This text has black color on #F8FAEB background.


White color preview on #F8FAEB background

This text has white color on #F8FAEB background.