COLOR #F0FAD1

HEX: #F0FAD1 RGB: (240,250,209)

Color info

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

RGB color model

#F0FAD1 color RGB value is (240,250,209).

RGB: (240,250,209) (94%, 98%, 82%)

RGB channels and saturation

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

240
250
209

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

Portions of RGB colors in percentages

R + G + B = 240 + 250 + 209 = 699 (100%)
R 240 of 699 ~ 34.33%
G 250 of 699 ~ 35.77%
B 209 of 699 ~ 29.9'%

%34.33
%35.77
%29.9

CMYK color model

#F0FAD1 color CMYK value is (4,0,16,2).

  • cyan value is 4.00%
  • magenta value is 0.00%
  • yellow value is 16.40%
  • key color value is 1.96%

CMYK: (4,0,16,2)
C4M0Y16K2 (4%, 0%, 16%, 2%)
(0.04 / 0.00 / 0.16 / 0.02)

CMYK percentages

%4
%0
%16.4
%1.96

Codes

Color #F0FAD1 in popluar color models

F0 FA D1
RGB 240 250 209
HSL 75° 80.39% 90.00%
HSB/HSV 75° 16.40% 98.04%
CMYK 4.00% 0.00% 16.40%
1.96%

Color #F0FAD1 in popluar number systems.

HEX F0 FA D1
Decimal 240 250 209
Binary 11110000 11111010 11010001
Octal 360 372 321

Shades and tints

Shades of #F0FAD1

#F0FAD1
(240,250,209)
#DBE4BE
(219,228,190)
#C6CEAB
(198,206,171)
#B1B898
(177,184,152)
#9CA285
(156,162,133)
#878C72
(135,140,114)
#72765F
(114,118,95)
#5D604C
(93,96,76)
#484A39
(72,74,57)
#333426
(51,52,38)
#1E1E13
(30,30,19)
#000000
(0,0,0)

Tints of #F0FAD1

#F0FAD1
(240,250,209)
#F1FAD5
(241,250,213)
#F2FAD9
(242,250,217)
#F3FADD
(243,250,221)
#F4FAE1
(244,250,225)
#F5FAE5
(245,250,229)
#F6FAE9
(246,250,233)
#F7FAED
(247,250,237)
#F8FAF1
(248,250,241)
#F9FAF5
(249,250,245)
#FAFAF9
(250,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FAD1; }

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

This text font color is #F0FAD1.

Background Color

.myBgColor { background-color: #F0FAD1; }

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

This div background color is #F0FAD1.

Border color

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

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

This div border color is #F0FAD1.

Opacity

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

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

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

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

This text has shadow with #F0FAD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0FAD1.

Preview

Color preview on black background

This text has color #F0FAD1 on black background.


Color preview on white background

This text has color #F0FAD1 on white background.


Black color preview on #F0FAD1 background

This text has black color on #F0FAD1 background.


White color preview on #F0FAD1 background

This text has white color on #F0FAD1 background.


Related colors

Complementary color

Complementary color for #hex is #0F052E.


I love getcolorcode.com

Triadic colors

1 #D1F0FA and #FAD1F0 with #F0FAD1 are triadic colors.

2 #D1FAF0 and #FAF0D1 with #F0FAD1 are triadic colors.