COLOR #F4FCB6

HEX: #F4FCB6
RGB: (244,252,182)

Color info

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

RGB color model

#F4FCB6 color RGB value is (244,252,182).

  • red value is 244;
  • green value is 252;
  • blue value is 182.
RGB:
(244,252,182)
(96%,99%,71%)

RGB channels and saturation

R 244 of 255 = 96%
G 252 of 255 = 99%
B 182 of 255 = 71%

244
252
182

R + G + B ~ 89%. #F4FCB6 is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 252 + 182 = 678 (100%)
R 244 of 678 ~ 35.99%
G 252 of 678 ~ 37.17%
B 182 of 678 ~ 26.84%

%35.99
%37.17
%26.84

CMYK color model

#F4FCB6 color CMYK value is (3,0,28,1).

  • cyan value is 3.17%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 1.18%
CMYK:
(3,0,28,1)
C3M0Y28K1 
(3%,0%,28%,1%)
(0.03/0.00/0.28/0.01)	

CMYK percentages

%3.17
%0
%27.78
%1.18

Codes

Color #F4FCB6 in popluar color models

F4FCB6
RGB244252182
HSL67°92.11%85.10%
HSB/HSV67°27.78%98.82%
CMYK3.17%0.00%27.78%
1.18%

Color #F4FCB6 in popluar number systems.

HEXF4FCB6
Decimal244252182
Binary111101001111110010110110
Octal364374266

Shades and tints

Shades of #F4FCB6

#F4FCB6
(244,252,182)
#DEE6A6
(222,230,166)
#C8D096
(200,208,150)
#B2BA86
(178,186,134)
#9CA476
(156,164,118)
#868E66
(134,142,102)
#707856
(112,120,86)
#5A6246
(90,98,70)
#444C36
(68,76,54)
#2E3626
(46,54,38)
#182016
(24,32,22)
#000000
(0,0,0)

Tints of #F4FCB6

#F4FCB6
(244,252,182)
#F5FCBC
(245,252,188)
#F6FCC2
(246,252,194)
#F7FCC8
(247,252,200)
#F8FCCE
(248,252,206)
#F9FCD4
(249,252,212)
#FAFCDA
(250,252,218)
#FBFCE0
(251,252,224)
#FCFCE6
(252,252,230)
#FDFCEC
(253,252,236)
#FEFCF2
(254,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4FCB6 color. Also use rgb(244,252,182) instead hex code.

Text Font Color

.myTextColor { color: #F4FCB6; }

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

This text font color is #F4FCB6.


Background Color

.myBgColor { background-color: #F4FCB6; }

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

This div background color is #F4FCB6.


Border color

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

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

This div border color is #F4FCB6.


Opacity

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

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

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

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

This text has shadow with #F4FCB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4FCB6 on black background.


Color preview on white background

This text has color #F4FCB6 on white background.



Black color preview on #F4FCB6 background

This text has black color on #F4FCB6 background.


White color preview on #F4FCB6 background

This text has white color on #F4FCB6 background.