COLOR #F5FACA

HEX: #F5FACA
RGB: (245,250,202)

Color info

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

RGB color model

#F5FACA color RGB value is (245,250,202).

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

RGB channels and saturation

R 245 of 255 = 96%
G 250 of 255 = 98%
B 202 of 255 = 79%

245
250
202

R + G + B ~ 91%. #F5FACA is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 250 + 202 = 697 (100%)
R 245 of 697 ~ 35.15%
G 250 of 697 ~ 35.87%
B 202 of 697 ~ 28.98%

%35.15
%35.87
%28.98

CMYK color model

#F5FACA color CMYK value is (2,0,19,2).

  • cyan value is 2.00%
  • magenta value is 0.00%
  • yellow value is 19.20%
  • key color value is 1.96%
CMYK:
(2,0,19,2)
C2M0Y19K2 
(2%,0%,19%,2%)
(0.02/0.00/0.19/0.02)	

CMYK percentages

%2
%0
%19.2
%1.96

Codes

Color #F5FACA in popluar color models

F5FACA
RGB245250202
HSL66°82.76%88.63%
HSB/HSV66°19.20%98.04%
CMYK2.00%0.00%19.20%
1.96%

Color #F5FACA in popluar number systems.

HEXF5FACA
Decimal245250202
Binary111101011111101011001010
Octal365372312

Shades and tints

Shades of #F5FACA

#F5FACA
(245,250,202)
#DFE4B8
(223,228,184)
#C9CEA6
(201,206,166)
#B3B894
(179,184,148)
#9DA282
(157,162,130)
#878C70
(135,140,112)
#71765E
(113,118,94)
#5B604C
(91,96,76)
#454A3A
(69,74,58)
#2F3428
(47,52,40)
#191E16
(25,30,22)
#000000
(0,0,0)

Tints of #F5FACA

#F5FACA
(245,250,202)
#F5FACE
(245,250,206)
#F5FAD2
(245,250,210)
#F5FAD6
(245,250,214)
#F5FADA
(245,250,218)
#F5FADE
(245,250,222)
#F5FAE2
(245,250,226)
#F5FAE6
(245,250,230)
#F5FAEA
(245,250,234)
#F5FAEE
(245,250,238)
#F5FAF2
(245,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5FACA; }

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

This text font color is #F5FACA.


Background Color

.myBgColor { background-color: #F5FACA; }

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

This div background color is #F5FACA.


Border color

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

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

This div border color is #F5FACA.


Opacity

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

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

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

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

This text has shadow with #F5FACA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5FACA on black background.


Color preview on white background

This text has color #F5FACA on white background.



Black color preview on #F5FACA background

This text has black color on #F5FACA background.


White color preview on #F5FACA background

This text has white color on #F5FACA background.