COLOR #F4FA8A

HEX: #F4FA8A RGB: (244,250,138)

Color info

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

RGB color model

#F4FA8A color RGB value is (244,250,138).

RGB: (244,250,138) (96%, 98%, 54%)

RGB channels and saturation

R 244 of 255 = 96%
G 250 of 255 = 98%
B 138 of 255 = 54%

244
250
138

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

Portions of RGB colors in percentages

R + G + B = 244 + 250 + 138 = 632 (100%)
R 244 of 632 ~ 38.61%
G 250 of 632 ~ 39.56%
B 138 of 632 ~ 21.84'%

%38.61
%39.56
%21.84

CMYK color model

#F4FA8A color CMYK value is (2,0,45,2).

  • cyan value is 2.40%
  • magenta value is 0.00%
  • yellow value is 44.80%
  • key color value is 1.96%

CMYK: (2,0,45,2)
C2M0Y45K2 (2%, 0%, 45%, 2%)
(0.02 / 0.00 / 0.45 / 0.02)

CMYK percentages

%2.4
%0
%44.8
%1.96

Codes

Color #F4FA8A in popluar color models

F4 FA 8A
RGB 244 250 138
HSL 63° 91.80% 76.08%
HSB/HSV 63° 44.80% 98.04%
CMYK 2.40% 0.00% 44.80%
1.96%

Color #F4FA8A in popluar number systems.

HEX F4 FA 8A
Decimal 244 250 138
Binary 11110100 11111010 10001010
Octal 364 372 212

Shades and tints

Shades of #F4FA8A

#F4FA8A
(244,250,138)
#DEE47E
(222,228,126)
#C8CE72
(200,206,114)
#B2B866
(178,184,102)
#9CA25A
(156,162,90)
#868C4E
(134,140,78)
#707642
(112,118,66)
#5A6036
(90,96,54)
#444A2A
(68,74,42)
#2E341E
(46,52,30)
#181E12
(24,30,18)
#000000
(0,0,0)

Tints of #F4FA8A

#F4FA8A
(244,250,138)
#F5FA94
(245,250,148)
#F6FA9E
(246,250,158)
#F7FAA8
(247,250,168)
#F8FAB2
(248,250,178)
#F9FABC
(249,250,188)
#FAFAC6
(250,250,198)
#FBFAD0
(251,250,208)
#FCFADA
(252,250,218)
#FDFAE4
(253,250,228)
#FEFAEE
(254,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4FA8A; }

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

This text font color is #F4FA8A.

Background Color

.myBgColor { background-color: #F4FA8A; }

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

This div background color is #F4FA8A.

Border color

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

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

This div border color is #F4FA8A.

Opacity

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

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

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

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

This text has shadow with #F4FA8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4FA8A.

Preview

Color preview on black background

This text has color #F4FA8A on black background.


Color preview on white background

This text has color #F4FA8A on white background.


Black color preview on #F4FA8A background

This text has black color on #F4FA8A background.


White color preview on #F4FA8A background

This text has white color on #F4FA8A background.


Related colors

Complementary color

Complementary color for #hex is #0B0575.


I love getcolorcode.com

Triadic colors

1 #8AF4FA and #FA8AF4 with #F4FA8A are triadic colors.

2 #8AFAF4 and #FAF48A with #F4FA8A are triadic colors.