COLOR #F0FAC4

HEX: #F0FAC4
RGB: (240,250,196)

Color info

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

RGB color model

#F0FAC4 color RGB value is (240,250,196).

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

RGB channels and saturation

R 240 of 255 = 94%
G 250 of 255 = 98%
B 196 of 255 = 77%

240
250
196

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

Portions of RGB colors in percentages

R + G + B =
240 + 250 + 196 = 686 (100%)
R 240 of 686 ~ 34.99%
G 250 of 686 ~ 36.44%
B 196 of 686 ~ 28.57%

%34.99
%36.44
%28.57

CMYK color model

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

  • cyan value is 4.00%
  • magenta value is 0.00%
  • yellow value is 21.60%
  • key color value is 1.96%
CMYK:
(4,0,22,2)
C4M0Y22K2 
(4%,0%,22%,2%)
(0.04/0.00/0.22/0.02)	

CMYK percentages

%4
%0
%21.6
%1.96

Codes

Color #F0FAC4 in popluar color models

F0FAC4
RGB240250196
HSL71°84.38%87.45%
HSB/HSV71°21.60%98.04%
CMYK4.00%0.00%21.60%
1.96%

Color #F0FAC4 in popluar number systems.

HEXF0FAC4
Decimal240250196
Binary111100001111101011000100
Octal360372304

Shades and tints

Shades of #F0FAC4

#F0FAC4
(240,250,196)
#DBE4B3
(219,228,179)
#C6CEA2
(198,206,162)
#B1B891
(177,184,145)
#9CA280
(156,162,128)
#878C6F
(135,140,111)
#72765E
(114,118,94)
#5D604D
(93,96,77)
#484A3C
(72,74,60)
#33342B
(51,52,43)
#1E1E1A
(30,30,26)
#000000
(0,0,0)

Tints of #F0FAC4

#F0FAC4
(240,250,196)
#F1FAC9
(241,250,201)
#F2FACE
(242,250,206)
#F3FAD3
(243,250,211)
#F4FAD8
(244,250,216)
#F5FADD
(245,250,221)
#F6FAE2
(246,250,226)
#F7FAE7
(247,250,231)
#F8FAEC
(248,250,236)
#F9FAF1
(249,250,241)
#FAFAF6
(250,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FAC4; }

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

This text font color is #F0FAC4.


Background Color

.myBgColor { background-color: #F0FAC4; }

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

This div background color is #F0FAC4.


Border color

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

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

This div border color is #F0FAC4.


Opacity

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

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

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

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

This text has shadow with #F0FAC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0FAC4 on black background.


Color preview on white background

This text has color #F0FAC4 on white background.



Black color preview on #F0FAC4 background

This text has black color on #F0FAC4 background.


White color preview on #F0FAC4 background

This text has white color on #F0FAC4 background.