COLOR #FEC7B8

HEX: #FEC7B8
RGB: (254,199,184)

Color info

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

RGB color model

#FEC7B8 color RGB value is (254,199,184).

  • red value is 254;
  • green value is 199;
  • blue value is 184.
RGB:
(254,199,184)
(100%,78%,72%)

RGB channels and saturation

R 254 of 255 = 100%
G 199 of 255 = 78%
B 184 of 255 = 72%

254
199
184

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

Portions of RGB colors in percentages

R + G + B =
254 + 199 + 184 = 637 (100%)
R 254 of 637 ~ 39.87%
G 199 of 637 ~ 31.24%
B 184 of 637 ~ 28.89%

%39.87
%31.24
%28.89

CMYK color model

#FEC7B8 color CMYK value is (0,22,28,0).

  • cyan value is 0.00%
  • magenta value is 21.65%
  • yellow value is 27.56%
  • key color value is 0.39%
CMYK:
(0,22,28,0)
C0M22Y28K0 
(0%,22%,28%,0%)
(0.00/0.22/0.28/0.00)	

CMYK percentages

%0
%21.65
%27.56
%0.39

Codes

Color #FEC7B8 in popluar color models

FEC7B8
RGB254199184
HSL13°97.22%85.88%
HSB/HSV13°27.56%99.61%
CMYK0.00%21.65%27.56%
0.39%

Color #FEC7B8 in popluar number systems.

HEXFEC7B8
Decimal254199184
Binary111111101100011110111000
Octal376307270

Shades and tints

Shades of #FEC7B8

#FEC7B8
(254,199,184)
#E7B5A8
(231,181,168)
#D0A398
(208,163,152)
#B99188
(185,145,136)
#A27F78
(162,127,120)
#8B6D68
(139,109,104)
#745B58
(116,91,88)
#5D4948
(93,73,72)
#463738
(70,55,56)
#2F2528
(47,37,40)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #FEC7B8

#FEC7B8
(254,199,184)
#FECCBE
(254,204,190)
#FED1C4
(254,209,196)
#FED6CA
(254,214,202)
#FEDBD0
(254,219,208)
#FEE0D6
(254,224,214)
#FEE5DC
(254,229,220)
#FEEAE2
(254,234,226)
#FEEFE8
(254,239,232)
#FEF4EE
(254,244,238)
#FEF9F4
(254,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEC7B8 color. Also use rgb(254,199,184) instead hex code.

Text Font Color

.myTextColor { color: #FEC7B8; }

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

This text font color is #FEC7B8.


Background Color

.myBgColor { background-color: #FEC7B8; }

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

This div background color is #FEC7B8.


Border color

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

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

This div border color is #FEC7B8.


Opacity

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

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

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

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

This text has shadow with #FEC7B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEC7B8 on black background.


Color preview on white background

This text has color #FEC7B8 on white background.



Black color preview on #FEC7B8 background

This text has black color on #FEC7B8 background.


White color preview on #FEC7B8 background

This text has white color on #FEC7B8 background.