COLOR #F8F0CF

HEX: #F8F0CF
RGB: (248,240,207)

Color info

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

RGB color model

#F8F0CF color RGB value is (248,240,207).

  • red value is 248;
  • green value is 240;
  • blue value is 207.
RGB:
(248,240,207)
(97%,94%,81%)

RGB channels and saturation

R 248 of 255 = 97%
G 240 of 255 = 94%
B 207 of 255 = 81%

248
240
207

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

Portions of RGB colors in percentages

R + G + B =
248 + 240 + 207 = 695 (100%)
R 248 of 695 ~ 35.68%
G 240 of 695 ~ 34.53%
B 207 of 695 ~ 29.78%

%35.68
%34.53
%29.78

CMYK color model

#F8F0CF color CMYK value is (0,3,17,3).

  • cyan value is 0.00%
  • magenta value is 3.23%
  • yellow value is 16.53%
  • key color value is 2.75%
CMYK:
(0,3,17,3)
C0M3Y17K3 
(0%,3%,17%,3%)
(0.00/0.03/0.17/0.03)	

CMYK percentages

%0
%3.23
%16.53
%2.75

Codes

Color #F8F0CF in popluar color models

F8F0CF
RGB248240207
HSL48°74.55%89.22%
HSB/HSV48°16.53%97.25%
CMYK0.00%3.23%16.53%
2.75%

Color #F8F0CF in popluar number systems.

HEXF8F0CF
Decimal248240207
Binary111110001111000011001111
Octal370360317

Shades and tints

Shades of #F8F0CF

#F8F0CF
(248,240,207)
#E2DBBD
(226,219,189)
#CCC6AB
(204,198,171)
#B6B199
(182,177,153)
#A09C87
(160,156,135)
#8A8775
(138,135,117)
#747263
(116,114,99)
#5E5D51
(94,93,81)
#48483F
(72,72,63)
#32332D
(50,51,45)
#1C1E1B
(28,30,27)
#000000
(0,0,0)

Tints of #F8F0CF

#F8F0CF
(248,240,207)
#F8F1D3
(248,241,211)
#F8F2D7
(248,242,215)
#F8F3DB
(248,243,219)
#F8F4DF
(248,244,223)
#F8F5E3
(248,245,227)
#F8F6E7
(248,246,231)
#F8F7EB
(248,247,235)
#F8F8EF
(248,248,239)
#F8F9F3
(248,249,243)
#F8FAF7
(248,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8F0CF; }

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

This text font color is #F8F0CF.


Background Color

.myBgColor { background-color: #F8F0CF; }

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

This div background color is #F8F0CF.


Border color

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

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

This div border color is #F8F0CF.


Opacity

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

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

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

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

This text has shadow with #F8F0CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8F0CF on black background.


Color preview on white background

This text has color #F8F0CF on white background.



Black color preview on #F8F0CF background

This text has black color on #F8F0CF background.


White color preview on #F8F0CF background

This text has white color on #F8F0CF background.