COLOR #F4FB8D

HEX: #F4FB8D RGB: (244,251,141)

Color info

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

RGB color model

#F4FB8D color RGB value is (244,251,141).

RGB: (244,251,141) (96%, 98%, 55%)

RGB channels and saturation

R 244 of 255 = 96%
G 251 of 255 = 98%
B 141 of 255 = 55%

244
251
141

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

Portions of RGB colors in percentages

R + G + B = 244 + 251 + 141 = 636 (100%)
R 244 of 636 ~ 38.36%
G 251 of 636 ~ 39.47%
B 141 of 636 ~ 22.17'%

%38.36
%39.47
%22.17

CMYK color model

#F4FB8D color CMYK value is (3,0,44,2).

  • cyan value is 2.79%
  • magenta value is 0.00%
  • yellow value is 43.82%
  • key color value is 1.57%

CMYK: (3,0,44,2)
C3M0Y44K2 (3%, 0%, 44%, 2%)
(0.03 / 0.00 / 0.44 / 0.02)

CMYK percentages

%2.79
%0
%43.82
%1.57

Codes

Color #F4FB8D in popluar color models

F4 FB 8D
RGB 244 251 141
HSL 64° 93.22% 76.86%
HSB/HSV 64° 43.82% 98.43%
CMYK 2.79% 0.00% 43.82%
1.57%

Color #F4FB8D in popluar number systems.

HEX F4 FB 8D
Decimal 244 251 141
Binary 11110100 11111011 10001101
Octal 364 373 215

Shades and tints

Shades of #F4FB8D

#F4FB8D
(244,251,141)
#DEE581
(222,229,129)
#C8CF75
(200,207,117)
#B2B969
(178,185,105)
#9CA35D
(156,163,93)
#868D51
(134,141,81)
#707745
(112,119,69)
#5A6139
(90,97,57)
#444B2D
(68,75,45)
#2E3521
(46,53,33)
#181F15
(24,31,21)
#000000
(0,0,0)

Tints of #F4FB8D

#F4FB8D
(244,251,141)
#F5FB97
(245,251,151)
#F6FBA1
(246,251,161)
#F7FBAB
(247,251,171)
#F8FBB5
(248,251,181)
#F9FBBF
(249,251,191)
#FAFBC9
(250,251,201)
#FBFBD3
(251,251,211)
#FCFBDD
(252,251,221)
#FDFBE7
(253,251,231)
#FEFBF1
(254,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4FB8D color. Also use rgb(244,251,141) instead hex code.

Text Font Color

.myTextColor { color: #F4FB8D; }

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

This text font color is #F4FB8D.

Background Color

.myBgColor { background-color: #F4FB8D; }

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

This div background color is #F4FB8D.

Border color

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

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

This div border color is #F4FB8D.

Opacity

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

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

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

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

This text has shadow with #F4FB8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4FB8D.

Preview

Color preview on black background

This text has color #F4FB8D on black background.


Color preview on white background

This text has color #F4FB8D on white background.


Black color preview on #F4FB8D background

This text has black color on #F4FB8D background.


White color preview on #F4FB8D background

This text has white color on #F4FB8D background.


Related colors

Complementary color

Complementary color for #hex is #0B0472.


I love getcolorcode.com

Triadic colors

1 #8DF4FB and #FB8DF4 with #F4FB8D are triadic colors.

2 #8DFBF4 and #FBF48D with #F4FB8D are triadic colors.