COLOR #F5FAC4

HEX: #F5FAC4
RGB: (245,250,196)

Color info

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

RGB color model

#F5FAC4 color RGB value is (245,250,196).

  • red value is 245;
  • green value is 250;
  • blue value is 196.
RGB:
(245,250,196)
(96%,98%,77%)

RGB channels and saturation

R 245 of 255 = 96%
G 250 of 255 = 98%
B 196 of 255 = 77%

245
250
196

R + G + B ~ 90%. #F5FAC4 is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 250 + 196 = 691 (100%)
R 245 of 691 ~ 35.46%
G 250 of 691 ~ 36.18%
B 196 of 691 ~ 28.36%

%35.46
%36.18
%28.36

CMYK color model

#F5FAC4 color CMYK value is (2,0,22,2).

  • cyan value is 2.00%
  • magenta value is 0.00%
  • yellow value is 21.60%
  • key color value is 1.96%
CMYK:
(2,0,22,2)
C2M0Y22K2 
(2%,0%,22%,2%)
(0.02/0.00/0.22/0.02)	

CMYK percentages

%2
%0
%21.6
%1.96

Codes

Color #F5FAC4 in popluar color models

F5FAC4
RGB245250196
HSL66°84.38%87.45%
HSB/HSV66°21.60%98.04%
CMYK2.00%0.00%21.60%
1.96%

Color #F5FAC4 in popluar number systems.

HEXF5FAC4
Decimal245250196
Binary111101011111101011000100
Octal365372304

Shades and tints

Shades of #F5FAC4

#F5FAC4
(245,250,196)
#DFE4B3
(223,228,179)
#C9CEA2
(201,206,162)
#B3B891
(179,184,145)
#9DA280
(157,162,128)
#878C6F
(135,140,111)
#71765E
(113,118,94)
#5B604D
(91,96,77)
#454A3C
(69,74,60)
#2F342B
(47,52,43)
#191E1A
(25,30,26)
#000000
(0,0,0)

Tints of #F5FAC4

#F5FAC4
(245,250,196)
#F5FAC9
(245,250,201)
#F5FACE
(245,250,206)
#F5FAD3
(245,250,211)
#F5FAD8
(245,250,216)
#F5FADD
(245,250,221)
#F5FAE2
(245,250,226)
#F5FAE7
(245,250,231)
#F5FAEC
(245,250,236)
#F5FAF1
(245,250,241)
#F5FAF6
(245,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5FAC4 color. Also use rgb(245,250,196) instead hex code.

Text Font Color

.myTextColor { color: #F5FAC4; }

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

This text font color is #F5FAC4.


Background Color

.myBgColor { background-color: #F5FAC4; }

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

This div background color is #F5FAC4.


Border color

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

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

This div border color is #F5FAC4.


Opacity

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

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

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

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

This text has shadow with #F5FAC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5FAC4 on black background.


Color preview on white background

This text has color #F5FAC4 on white background.



Black color preview on #F5FAC4 background

This text has black color on #F5FAC4 background.


White color preview on #F5FAC4 background

This text has white color on #F5FAC4 background.