COLOR #F8FFA0

HEX: #F8FFA0
RGB: (248,255,160)

Color info

#F8FFA0 contains mainly red and green colors. Web safe color of #F8FFA0 is #FFFF99 (or #FF9).

RGB color model

#F8FFA0 color RGB value is (248,255,160).

  • red value is 248;
  • green value is 255;
  • blue value is 160.
RGB:
(248,255,160)
(97%,100%,63%)

RGB channels and saturation

R 248 of 255 = 97%
G 255 of 255 = 100%
B 160 of 255 = 63%

248
255
160

R + G + B ~ 87%. #F8FFA0 is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 255 + 160 = 663 (100%)
R 248 of 663 ~ 37.41%
G 255 of 663 ~ 38.46%
B 160 of 663 ~ 24.13%

%37.41
%38.46
%24.13

CMYK color model

#F8FFA0 color CMYK value is (3,0,37,0).

  • cyan value is 2.75%
  • magenta value is 0.00%
  • yellow value is 37.25%
  • key color value is 0.00%
CMYK:
(3,0,37,0)
C3M0Y37K0 
(3%,0%,37%,0%)
(0.03/0.00/0.37/0.00)	

CMYK percentages

%2.75
%0
%37.25
%0

Codes

Color #F8FFA0 in popluar color models

F8FFA0
RGB248255160
HSL64°100.00%81.37%
HSB/HSV64°37.25%100.00%
CMYK2.75%0.00%37.25%
0.00%

Color #F8FFA0 in popluar number systems.

HEXF8FFA0
Decimal248255160
Binary111110001111111110100000
Octal370377240

Shades and tints

Shades of #F8FFA0

#F8FFA0
(248,255,160)
#E2E892
(226,232,146)
#CCD184
(204,209,132)
#B6BA76
(182,186,118)
#A0A368
(160,163,104)
#8A8C5A
(138,140,90)
#74754C
(116,117,76)
#5E5E3E
(94,94,62)
#484730
(72,71,48)
#323022
(50,48,34)
#1C1914
(28,25,20)
#000000
(0,0,0)

Tints of #F8FFA0

#F8FFA0
(248,255,160)
#F8FFA8
(248,255,168)
#F8FFB0
(248,255,176)
#F8FFB8
(248,255,184)
#F8FFC0
(248,255,192)
#F8FFC8
(248,255,200)
#F8FFD0
(248,255,208)
#F8FFD8
(248,255,216)
#F8FFE0
(248,255,224)
#F8FFE8
(248,255,232)
#F8FFF0
(248,255,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8FFA0 color. Also use rgb(248,255,160) instead hex code.

Text Font Color

.myTextColor { color: #F8FFA0; }

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

This text font color is #F8FFA0.


Background Color

.myBgColor { background-color: #F8FFA0; }

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

This div background color is #F8FFA0.


Border color

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

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

This div border color is #F8FFA0.


Opacity

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

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

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

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

This text has shadow with #F8FFA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8FFA0 on black background.


Color preview on white background

This text has color #F8FFA0 on white background.



Black color preview on #F8FFA0 background

This text has black color on #F8FFA0 background.


White color preview on #F8FFA0 background

This text has white color on #F8FFA0 background.