COLOR #F9FACC

HEX: #F9FACC
RGB: (249,250,204)

Color info

#F9FACC contains red, green and blue colors in about the same proportion. Web safe color of #F9FACC is #FFFFCC (or #FFC).

RGB color model

#F9FACC color RGB value is (249,250,204).

  • red value is 249;
  • green value is 250;
  • blue value is 204.
RGB:
(249,250,204)
(98%,98%,80%)

RGB channels and saturation

R 249 of 255 = 98%
G 250 of 255 = 98%
B 204 of 255 = 80%

249
250
204

R + G + B ~ 92%. #F9FACC is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 250 + 204 = 703 (100%)
R 249 of 703 ~ 35.42%
G 250 of 703 ~ 35.56%
B 204 of 703 ~ 29.02%

%35.42
%35.56
%29.02

CMYK color model

#F9FACC color CMYK value is (0,0,18,2).

  • cyan value is 0.40%
  • magenta value is 0.00%
  • yellow value is 18.40%
  • key color value is 1.96%
CMYK:
(0,0,18,2)
C0M0Y18K2 
(0%,0%,18%,2%)
(0.00/0.00/0.18/0.02)	

CMYK percentages

%0.4
%0
%18.4
%1.96

Codes

Color #F9FACC in popluar color models

F9FACC
RGB249250204
HSL61°82.14%89.02%
HSB/HSV61°18.40%98.04%
CMYK0.40%0.00%18.40%
1.96%

Color #F9FACC in popluar number systems.

HEXF9FACC
Decimal249250204
Binary111110011111101011001100
Octal371372314

Shades and tints

Shades of #F9FACC

#F9FACC
(249,250,204)
#E3E4BA
(227,228,186)
#CDCEA8
(205,206,168)
#B7B896
(183,184,150)
#A1A284
(161,162,132)
#8B8C72
(139,140,114)
#757660
(117,118,96)
#5F604E
(95,96,78)
#494A3C
(73,74,60)
#33342A
(51,52,42)
#1D1E18
(29,30,24)
#000000
(0,0,0)

Tints of #F9FACC

#F9FACC
(249,250,204)
#F9FAD0
(249,250,208)
#F9FAD4
(249,250,212)
#F9FAD8
(249,250,216)
#F9FADC
(249,250,220)
#F9FAE0
(249,250,224)
#F9FAE4
(249,250,228)
#F9FAE8
(249,250,232)
#F9FAEC
(249,250,236)
#F9FAF0
(249,250,240)
#F9FAF4
(249,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9FACC color. Also use rgb(249,250,204) instead hex code.

Text Font Color

.myTextColor { color: #F9FACC; }

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

This text font color is #F9FACC.


Background Color

.myBgColor { background-color: #F9FACC; }

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

This div background color is #F9FACC.


Border color

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

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

This div border color is #F9FACC.


Opacity

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

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

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

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

This text has shadow with #F9FACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9FACC on black background.


Color preview on white background

This text has color #F9FACC on white background.



Black color preview on #F9FACC background

This text has black color on #F9FACC background.


White color preview on #F9FACC background

This text has white color on #F9FACC background.