COLOR #F4FA8E

HEX: #F4FA8E
RGB: (244,250,142)

Color info

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

RGB color model

#F4FA8E color RGB value is (244,250,142).

  • red value is 244;
  • green value is 250;
  • blue value is 142.
RGB:
(244,250,142)
(96%,98%,56%)

RGB channels and saturation

R 244 of 255 = 96%
G 250 of 255 = 98%
B 142 of 255 = 56%

244
250
142

R + G + B ~ 83%. #F4FA8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 250 + 142 = 636 (100%)
R 244 of 636 ~ 38.36%
G 250 of 636 ~ 39.31%
B 142 of 636 ~ 22.33%

%38.36
%39.31
%22.33

CMYK color model

#F4FA8E color CMYK value is (2,0,43,2).

  • cyan value is 2.40%
  • magenta value is 0.00%
  • yellow value is 43.20%
  • key color value is 1.96%
CMYK:
(2,0,43,2)
C2M0Y43K2 
(2%,0%,43%,2%)
(0.02/0.00/0.43/0.02)	

CMYK percentages

%2.4
%0
%43.2
%1.96

Codes

Color #F4FA8E in popluar color models

F4FA8E
RGB244250142
HSL63°91.53%76.86%
HSB/HSV63°43.20%98.04%
CMYK2.40%0.00%43.20%
1.96%

Color #F4FA8E in popluar number systems.

HEXF4FA8E
Decimal244250142
Binary111101001111101010001110
Octal364372216

Shades and tints

Shades of #F4FA8E

#F4FA8E
(244,250,142)
#DEE482
(222,228,130)
#C8CE76
(200,206,118)
#B2B86A
(178,184,106)
#9CA25E
(156,162,94)
#868C52
(134,140,82)
#707646
(112,118,70)
#5A603A
(90,96,58)
#444A2E
(68,74,46)
#2E3422
(46,52,34)
#181E16
(24,30,22)
#000000
(0,0,0)

Tints of #F4FA8E

#F4FA8E
(244,250,142)
#F5FA98
(245,250,152)
#F6FAA2
(246,250,162)
#F7FAAC
(247,250,172)
#F8FAB6
(248,250,182)
#F9FAC0
(249,250,192)
#FAFACA
(250,250,202)
#FBFAD4
(251,250,212)
#FCFADE
(252,250,222)
#FDFAE8
(253,250,232)
#FEFAF2
(254,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4FA8E color. Also use rgb(244,250,142) instead hex code.

Text Font Color

.myTextColor { color: #F4FA8E; }

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

This text font color is #F4FA8E.


Background Color

.myBgColor { background-color: #F4FA8E; }

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

This div background color is #F4FA8E.


Border color

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

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

This div border color is #F4FA8E.


Opacity

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

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

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

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

This text has shadow with #F4FA8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4FA8E on black background.


Color preview on white background

This text has color #F4FA8E on white background.



Black color preview on #F4FA8E background

This text has black color on #F4FA8E background.


White color preview on #F4FA8E background

This text has white color on #F4FA8E background.