COLOR #F0FACB

HEX: #F0FACB
RGB: (240,250,203)

Color info

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

RGB color model

#F0FACB color RGB value is (240,250,203).

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

RGB channels and saturation

R 240 of 255 = 94%
G 250 of 255 = 98%
B 203 of 255 = 80%

240
250
203

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

Portions of RGB colors in percentages

R + G + B =
240 + 250 + 203 = 693 (100%)
R 240 of 693 ~ 34.63%
G 250 of 693 ~ 36.08%
B 203 of 693 ~ 29.29%

%34.63
%36.08
%29.29

CMYK color model

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

  • cyan value is 4.00%
  • magenta value is 0.00%
  • yellow value is 18.80%
  • key color value is 1.96%
CMYK:
(4,0,19,2)
C4M0Y19K2 
(4%,0%,19%,2%)
(0.04/0.00/0.19/0.02)	

CMYK percentages

%4
%0
%18.8
%1.96

Codes

Color #F0FACB in popluar color models

F0FACB
RGB240250203
HSL73°82.46%88.82%
HSB/HSV73°18.80%98.04%
CMYK4.00%0.00%18.80%
1.96%

Color #F0FACB in popluar number systems.

HEXF0FACB
Decimal240250203
Binary111100001111101011001011
Octal360372313

Shades and tints

Shades of #F0FACB

#F0FACB
(240,250,203)
#DBE4B9
(219,228,185)
#C6CEA7
(198,206,167)
#B1B895
(177,184,149)
#9CA283
(156,162,131)
#878C71
(135,140,113)
#72765F
(114,118,95)
#5D604D
(93,96,77)
#484A3B
(72,74,59)
#333429
(51,52,41)
#1E1E17
(30,30,23)
#000000
(0,0,0)

Tints of #F0FACB

#F0FACB
(240,250,203)
#F1FACF
(241,250,207)
#F2FAD3
(242,250,211)
#F3FAD7
(243,250,215)
#F4FADB
(244,250,219)
#F5FADF
(245,250,223)
#F6FAE3
(246,250,227)
#F7FAE7
(247,250,231)
#F8FAEB
(248,250,235)
#F9FAEF
(249,250,239)
#FAFAF3
(250,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FACB; }

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

This text font color is #F0FACB.


Background Color

.myBgColor { background-color: #F0FACB; }

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

This div background color is #F0FACB.


Border color

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

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

This div border color is #F0FACB.


Opacity

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

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

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

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

This text has shadow with #F0FACB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0FACB on black background.


Color preview on white background

This text has color #F0FACB on white background.



Black color preview on #F0FACB background

This text has black color on #F0FACB background.


White color preview on #F0FACB background

This text has white color on #F0FACB background.