COLOR #F0F9CF

HEX: #F0F9CF RGB: (240,249,207)

Color info

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

RGB color model

#F0F9CF color RGB value is (240,249,207).

RGB: (240,249,207) (94%, 98%, 81%)

RGB channels and saturation

R 240 of 255 = 94%
G 249 of 255 = 98%
B 207 of 255 = 81%

240
249
207

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

Portions of RGB colors in percentages

R + G + B = 240 + 249 + 207 = 696 (100%)
R 240 of 696 ~ 34.48%
G 249 of 696 ~ 35.78%
B 207 of 696 ~ 29.74'%

%34.48
%35.78
%29.74

CMYK color model

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

  • cyan value is 3.61%
  • magenta value is 0.00%
  • yellow value is 16.87%
  • key color value is 2.35%

CMYK: (4,0,17,2)
C4M0Y17K2 (4%, 0%, 17%, 2%)
(0.04 / 0.00 / 0.17 / 0.02)

CMYK percentages

%3.61
%0
%16.87
%2.35

Codes

Color #F0F9CF in popluar color models

F0 F9 CF
RGB 240 249 207
HSL 73° 77.78% 89.41%
HSB/HSV 73° 16.87% 97.65%
CMYK 3.61% 0.00% 16.87%
2.35%

Color #F0F9CF in popluar number systems.

HEX F0 F9 CF
Decimal 240 249 207
Binary 11110000 11111001 11001111
Octal 360 371 317

Shades and tints

Shades of #F0F9CF

#F0F9CF
(240,249,207)
#DBE3BD
(219,227,189)
#C6CDAB
(198,205,171)
#B1B799
(177,183,153)
#9CA187
(156,161,135)
#878B75
(135,139,117)
#727563
(114,117,99)
#5D5F51
(93,95,81)
#48493F
(72,73,63)
#33332D
(51,51,45)
#1E1D1B
(30,29,27)
#000000
(0,0,0)

Tints of #F0F9CF

#F0F9CF
(240,249,207)
#F1F9D3
(241,249,211)
#F2F9D7
(242,249,215)
#F3F9DB
(243,249,219)
#F4F9DF
(244,249,223)
#F5F9E3
(245,249,227)
#F6F9E7
(246,249,231)
#F7F9EB
(247,249,235)
#F8F9EF
(248,249,239)
#F9F9F3
(249,249,243)
#FAF9F7
(250,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0F9CF color. Also use rgb(240,249,207) instead hex code.

Text Font Color

.myTextColor { color: #F0F9CF; }

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

This text font color is #F0F9CF.

Background Color

.myBgColor { background-color: #F0F9CF; }

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

This div background color is #F0F9CF.

Border color

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

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

This div border color is #F0F9CF.

Opacity

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

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

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

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

This text has shadow with #F0F9CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0F9CF.

Preview

Color preview on black background

This text has color #F0F9CF on black background.


Color preview on white background

This text has color #F0F9CF on white background.


Black color preview on #F0F9CF background

This text has black color on #F0F9CF background.


White color preview on #F0F9CF background

This text has white color on #F0F9CF background.


Related colors

Complementary color

Complementary color for #hex is #0F0630.


I love getcolorcode.com

Triadic colors

1 #CFF0F9 and #F9CFF0 with #F0F9CF are triadic colors.

2 #CFF9F0 and #F9F0CF with #F0F9CF are triadic colors.