COLOR #F8FABE

HEX: #F8FABE
RGB: (248,250,190)

Color info

#F8FABE contains mainly red and green colors. Web safe color of #F8FABE is #FFFFCC (or #FFC).

RGB color model

#F8FABE color RGB value is (248,250,190).

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

RGB channels and saturation

R 248 of 255 = 97%
G 250 of 255 = 98%
B 190 of 255 = 75%

248
250
190

R + G + B ~ 90%. #F8FABE is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 250 + 190 = 688 (100%)
R 248 of 688 ~ 36.05%
G 250 of 688 ~ 36.34%
B 190 of 688 ~ 27.62%

%36.05
%36.34
%27.62

CMYK color model

#F8FABE color CMYK value is (1,0,24,2).

  • cyan value is 0.80%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 1.96%
CMYK:
(1,0,24,2)
C1M0Y24K2 
(1%,0%,24%,2%)
(0.01/0.00/0.24/0.02)	

CMYK percentages

%0.8
%0
%24
%1.96

Codes

Color #F8FABE in popluar color models

F8FABE
RGB248250190
HSL62°85.71%86.27%
HSB/HSV62°24.00%98.04%
CMYK0.80%0.00%24.00%
1.96%

Color #F8FABE in popluar number systems.

HEXF8FABE
Decimal248250190
Binary111110001111101010111110
Octal370372276

Shades and tints

Shades of #F8FABE

#F8FABE
(248,250,190)
#E2E4AD
(226,228,173)
#CCCE9C
(204,206,156)
#B6B88B
(182,184,139)
#A0A27A
(160,162,122)
#8A8C69
(138,140,105)
#747658
(116,118,88)
#5E6047
(94,96,71)
#484A36
(72,74,54)
#323425
(50,52,37)
#1C1E14
(28,30,20)
#000000
(0,0,0)

Tints of #F8FABE

#F8FABE
(248,250,190)
#F8FAC3
(248,250,195)
#F8FAC8
(248,250,200)
#F8FACD
(248,250,205)
#F8FAD2
(248,250,210)
#F8FAD7
(248,250,215)
#F8FADC
(248,250,220)
#F8FAE1
(248,250,225)
#F8FAE6
(248,250,230)
#F8FAEB
(248,250,235)
#F8FAF0
(248,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8FABE; }

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

This text font color is #F8FABE.


Background Color

.myBgColor { background-color: #F8FABE; }

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

This div background color is #F8FABE.


Border color

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

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

This div border color is #F8FABE.


Opacity

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

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

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

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

This text has shadow with #F8FABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8FABE on black background.


Color preview on white background

This text has color #F8FABE on white background.



Black color preview on #F8FABE background

This text has black color on #F8FABE background.


White color preview on #F8FABE background

This text has white color on #F8FABE background.