COLOR #F0FAD0

HEX: #F0FAD0
RGB: (240,250,208)

Color info

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

RGB color model

#F0FAD0 color RGB value is (240,250,208).

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

RGB channels and saturation

R 240 of 255 = 94%
G 250 of 255 = 98%
B 208 of 255 = 82%

240
250
208

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

Portions of RGB colors in percentages

R + G + B =
240 + 250 + 208 = 698 (100%)
R 240 of 698 ~ 34.38%
G 250 of 698 ~ 35.82%
B 208 of 698 ~ 29.8%

%34.38
%35.82
%29.8

CMYK color model

#F0FAD0 color CMYK value is (4,0,17,2).

  • cyan value is 4.00%
  • magenta value is 0.00%
  • yellow value is 16.80%
  • key color value is 1.96%
CMYK:
(4,0,17,2)
C4M0Y17K2 
(4%,0%,17%,2%)
(0.04/0.00/0.17/0.02)	

CMYK percentages

%4
%0
%16.8
%1.96

Codes

Color #F0FAD0 in popluar color models

F0FAD0
RGB240250208
HSL74°80.77%89.80%
HSB/HSV74°16.80%98.04%
CMYK4.00%0.00%16.80%
1.96%

Color #F0FAD0 in popluar number systems.

HEXF0FAD0
Decimal240250208
Binary111100001111101011010000
Octal360372320

Shades and tints

Shades of #F0FAD0

#F0FAD0
(240,250,208)
#DBE4BE
(219,228,190)
#C6CEAC
(198,206,172)
#B1B89A
(177,184,154)
#9CA288
(156,162,136)
#878C76
(135,140,118)
#727664
(114,118,100)
#5D6052
(93,96,82)
#484A40
(72,74,64)
#33342E
(51,52,46)
#1E1E1C
(30,30,28)
#000000
(0,0,0)

Tints of #F0FAD0

#F0FAD0
(240,250,208)
#F1FAD4
(241,250,212)
#F2FAD8
(242,250,216)
#F3FADC
(243,250,220)
#F4FAE0
(244,250,224)
#F5FAE4
(245,250,228)
#F6FAE8
(246,250,232)
#F7FAEC
(247,250,236)
#F8FAF0
(248,250,240)
#F9FAF4
(249,250,244)
#FAFAF8
(250,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FAD0; }

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

This text font color is #F0FAD0.


Background Color

.myBgColor { background-color: #F0FAD0; }

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

This div background color is #F0FAD0.


Border color

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

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

This div border color is #F0FAD0.


Opacity

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

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

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

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

This text has shadow with #F0FAD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0FAD0 on black background.


Color preview on white background

This text has color #F0FAD0 on white background.



Black color preview on #F0FAD0 background

This text has black color on #F0FAD0 background.


White color preview on #F0FAD0 background

This text has white color on #F0FAD0 background.