COLOR #F0FCC7

HEX: #F0FCC7 RGB: (240,252,199)

Color info

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

RGB color model

#F0FCC7 color RGB value is (240,252,199).

RGB: (240,252,199) (94%, 99%, 78%)

RGB channels and saturation

R 240 of 255 = 94%
G 252 of 255 = 99%
B 199 of 255 = 78%

240
252
199

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

Portions of RGB colors in percentages

R + G + B = 240 + 252 + 199 = 691 (100%)
R 240 of 691 ~ 34.73%
G 252 of 691 ~ 36.47%
B 199 of 691 ~ 28.8'%

%34.73
%36.47
%28.8

CMYK color model

#F0FCC7 color CMYK value is (5,0,21,1).

  • cyan value is 4.76%
  • magenta value is 0.00%
  • yellow value is 21.03%
  • key color value is 1.18%

CMYK: (5,0,21,1)
C5M0Y21K1 (5%, 0%, 21%, 1%)
(0.05 / 0.00 / 0.21 / 0.01)

CMYK percentages

%4.76
%0
%21.03
%1.18

Codes

Color #F0FCC7 in popluar color models

F0 FC C7
RGB 240 252 199
HSL 74° 89.83% 88.43%
HSB/HSV 74° 21.03% 98.82%
CMYK 4.76% 0.00% 21.03%
1.18%

Color #F0FCC7 in popluar number systems.

HEX F0 FC C7
Decimal 240 252 199
Binary 11110000 11111100 11000111
Octal 360 374 307

Shades and tints

Shades of #F0FCC7

#F0FCC7
(240,252,199)
#DBE6B5
(219,230,181)
#C6D0A3
(198,208,163)
#B1BA91
(177,186,145)
#9CA47F
(156,164,127)
#878E6D
(135,142,109)
#72785B
(114,120,91)
#5D6249
(93,98,73)
#484C37
(72,76,55)
#333625
(51,54,37)
#1E2013
(30,32,19)
#000000
(0,0,0)

Tints of #F0FCC7

#F0FCC7
(240,252,199)
#F1FCCC
(241,252,204)
#F2FCD1
(242,252,209)
#F3FCD6
(243,252,214)
#F4FCDB
(244,252,219)
#F5FCE0
(245,252,224)
#F6FCE5
(246,252,229)
#F7FCEA
(247,252,234)
#F8FCEF
(248,252,239)
#F9FCF4
(249,252,244)
#FAFCF9
(250,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0FCC7 color. Also use rgb(240,252,199) instead hex code.

Text Font Color

.myTextColor { color: #F0FCC7; }

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

This text font color is #F0FCC7.

Background Color

.myBgColor { background-color: #F0FCC7; }

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

This div background color is #F0FCC7.

Border color

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

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

This div border color is #F0FCC7.

Opacity

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

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

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

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

This text has shadow with #F0FCC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0FCC7.

Preview

Color preview on black background

This text has color #F0FCC7 on black background.


Color preview on white background

This text has color #F0FCC7 on white background.


Black color preview on #F0FCC7 background

This text has black color on #F0FCC7 background.


White color preview on #F0FCC7 background

This text has white color on #F0FCC7 background.


Related colors

Complementary color

Complementary color for #hex is #0F0338.


I love getcolorcode.com

Triadic colors

1 #C7F0FC and #FCC7F0 with #F0FCC7 are triadic colors.

2 #C7FCF0 and #FCF0C7 with #F0FCC7 are triadic colors.