COLOR #F8CCB9

HEX: #F8CCB9
RGB: (248,204,185)

Color info

#F8CCB9 contains mainly red and green colors. Web safe color of #F8CCB9 is #FFCCCC (or #FCC).

RGB color model

#F8CCB9 color RGB value is (248,204,185).

  • red value is 248;
  • green value is 204;
  • blue value is 185.
RGB:
(248,204,185)
(97%,80%,73%)

RGB channels and saturation

R 248 of 255 = 97%
G 204 of 255 = 80%
B 185 of 255 = 73%

248
204
185

R + G + B ~ 83%. #F8CCB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 204 + 185 = 637 (100%)
R 248 of 637 ~ 38.93%
G 204 of 637 ~ 32.03%
B 185 of 637 ~ 29.04%

%38.93
%32.03
%29.04

CMYK color model

#F8CCB9 color CMYK value is (0,18,25,3).

  • cyan value is 0.00%
  • magenta value is 17.74%
  • yellow value is 25.40%
  • key color value is 2.75%
CMYK:
(0,18,25,3)
C0M18Y25K3 
(0%,18%,25%,3%)
(0.00/0.18/0.25/0.03)	

CMYK percentages

%0
%17.74
%25.4
%2.75

Codes

Color #F8CCB9 in popluar color models

F8CCB9
RGB248204185
HSL18°81.82%84.90%
HSB/HSV18°25.40%97.25%
CMYK0.00%17.74%25.40%
2.75%

Color #F8CCB9 in popluar number systems.

HEXF8CCB9
Decimal248204185
Binary111110001100110010111001
Octal370314271

Shades and tints

Shades of #F8CCB9

#F8CCB9
(248,204,185)
#E2BAA9
(226,186,169)
#CCA899
(204,168,153)
#B69689
(182,150,137)
#A08479
(160,132,121)
#8A7269
(138,114,105)
#746059
(116,96,89)
#5E4E49
(94,78,73)
#483C39
(72,60,57)
#322A29
(50,42,41)
#1C1819
(28,24,25)
#000000
(0,0,0)

Tints of #F8CCB9

#F8CCB9
(248,204,185)
#F8D0BF
(248,208,191)
#F8D4C5
(248,212,197)
#F8D8CB
(248,216,203)
#F8DCD1
(248,220,209)
#F8E0D7
(248,224,215)
#F8E4DD
(248,228,221)
#F8E8E3
(248,232,227)
#F8ECE9
(248,236,233)
#F8F0EF
(248,240,239)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8CCB9; }

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

This text font color is #F8CCB9.


Background Color

.myBgColor { background-color: #F8CCB9; }

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

This div background color is #F8CCB9.


Border color

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

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

This div border color is #F8CCB9.


Opacity

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

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

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

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

This text has shadow with #F8CCB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8CCB9 on black background.


Color preview on white background

This text has color #F8CCB9 on white background.



Black color preview on #F8CCB9 background

This text has black color on #F8CCB9 background.


White color preview on #F8CCB9 background

This text has white color on #F8CCB9 background.