COLOR #F8F9CC

HEX: #F8F9CC RGB: (248,249,204)

Color info

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

RGB color model

#F8F9CC color RGB value is (248,249,204).

RGB: (248,249,204) (97%, 98%, 80%)

RGB channels and saturation

R 248 of 255 = 97%
G 249 of 255 = 98%
B 204 of 255 = 80%

248
249
204

R + G + B ~ 92%. #F8F9CC is light color.

Portions of RGB colors in percentages

R + G + B = 248 + 249 + 204 = 701 (100%)
R 248 of 701 ~ 35.38%
G 249 of 701 ~ 35.52%
B 204 of 701 ~ 29.1'%

%35.38
%35.52
%29.1

CMYK color model

#F8F9CC color CMYK value is (0,0,18,2).

  • cyan value is 0.40%
  • magenta value is 0.00%
  • yellow value is 18.07%
  • key color value is 2.35%

CMYK: (0,0,18,2)
C0M0Y18K2 (0%, 0%, 18%, 2%)
(0.00 / 0.00 / 0.18 / 0.02)

CMYK percentages

%0.4
%0
%18.07
%2.35

Codes

Color #F8F9CC in popluar color models

F8 F9 CC
RGB 248 249 204
HSL 61° 78.95% 88.82%
HSB/HSV 61° 18.07% 97.65%
CMYK 0.40% 0.00% 18.07%
2.35%

Color #F8F9CC in popluar number systems.

HEX F8 F9 CC
Decimal 248 249 204
Binary 11111000 11111001 11001100
Octal 370 371 314

Shades and tints

Shades of #F8F9CC

#F8F9CC
(248,249,204)
#E2E3BA
(226,227,186)
#CCCDA8
(204,205,168)
#B6B796
(182,183,150)
#A0A184
(160,161,132)
#8A8B72
(138,139,114)
#747560
(116,117,96)
#5E5F4E
(94,95,78)
#48493C
(72,73,60)
#32332A
(50,51,42)
#1C1D18
(28,29,24)
#000000
(0,0,0)

Tints of #F8F9CC

#F8F9CC
(248,249,204)
#F8F9D0
(248,249,208)
#F8F9D4
(248,249,212)
#F8F9D8
(248,249,216)
#F8F9DC
(248,249,220)
#F8F9E0
(248,249,224)
#F8F9E4
(248,249,228)
#F8F9E8
(248,249,232)
#F8F9EC
(248,249,236)
#F8F9F0
(248,249,240)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8F9CC color. Also use rgb(248,249,204) instead hex code.

Text Font Color

.myTextColor { color: #F8F9CC; }

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

This text font color is #F8F9CC.

Background Color

.myBgColor { background-color: #F8F9CC; }

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

This div background color is #F8F9CC.

Border color

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

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

This div border color is #F8F9CC.

Opacity

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

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

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

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

This text has shadow with #F8F9CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8F9CC.

Preview

Color preview on black background

This text has color #F8F9CC on black background.


Color preview on white background

This text has color #F8F9CC on white background.


Black color preview on #F8F9CC background

This text has black color on #F8F9CC background.


White color preview on #F8F9CC background

This text has white color on #F8F9CC background.


Related colors

Complementary color

Complementary color for #hex is #070633.


I love getcolorcode.com

Triadic colors

1 #CCF8F9 and #F9CCF8 with #F8F9CC are triadic colors.

2 #CCF9F8 and #F9F8CC with #F8F9CC are triadic colors.