COLOR #F8FAE6

HEX: #F8FAE6
RGB: (248,250,230)

Color info

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

RGB color model

#F8FAE6 color RGB value is (248,250,230).

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

RGB channels and saturation

R 248 of 255 = 97%
G 250 of 255 = 98%
B 230 of 255 = 90%

248
250
230

R + G + B ~ 95%. #F8FAE6 is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 250 + 230 = 728 (100%)
R 248 of 728 ~ 34.07%
G 250 of 728 ~ 34.34%
B 230 of 728 ~ 31.59%

%34.07
%34.34
%31.59

CMYK color model

#F8FAE6 color CMYK value is (1,0,8,2).

  • cyan value is 0.80%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 1.96%
CMYK:
(1,0,8,2)
C1M0Y8K2 
(1%,0%,8%,2%)
(0.01/0.00/0.08/0.02)	

CMYK percentages

%0.8
%0
%8
%1.96

Codes

Color #F8FAE6 in popluar color models

F8FAE6
RGB248250230
HSL66°66.67%94.12%
HSB/HSV66°8.00%98.04%
CMYK0.80%0.00%8.00%
1.96%

Color #F8FAE6 in popluar number systems.

HEXF8FAE6
Decimal248250230
Binary111110001111101011100110
Octal370372346

Shades and tints

Shades of #F8FAE6

#F8FAE6
(248,250,230)
#E2E4D2
(226,228,210)
#CCCEBE
(204,206,190)
#B6B8AA
(182,184,170)
#A0A296
(160,162,150)
#8A8C82
(138,140,130)
#74766E
(116,118,110)
#5E605A
(94,96,90)
#484A46
(72,74,70)
#323432
(50,52,50)
#1C1E1E
(28,30,30)
#000000
(0,0,0)

Tints of #F8FAE6

#F8FAE6
(248,250,230)
#F8FAE8
(248,250,232)
#F8FAEA
(248,250,234)
#F8FAEC
(248,250,236)
#F8FAEE
(248,250,238)
#F8FAF0
(248,250,240)
#F8FAF2
(248,250,242)
#F8FAF4
(248,250,244)
#F8FAF6
(248,250,246)
#F8FAF8
(248,250,248)
#F8FAFA
(248,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8FAE6; }

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

This text font color is #F8FAE6.


Background Color

.myBgColor { background-color: #F8FAE6; }

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

This div background color is #F8FAE6.


Border color

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

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

This div border color is #F8FAE6.


Opacity

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

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

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

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

This text has shadow with #F8FAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8FAE6 on black background.


Color preview on white background

This text has color #F8FAE6 on white background.



Black color preview on #F8FAE6 background

This text has black color on #F8FAE6 background.


White color preview on #F8FAE6 background

This text has white color on #F8FAE6 background.