COLOR #FEC4CF

HEX: #FEC4CF
RGB: (254,196,207)

Color info

#FEC4CF contains red, green and blue colors in about the same proportion. Web safe color of #FEC4CF is #FFCCCC (or #FCC).

RGB color model

#FEC4CF color RGB value is (254,196,207).

  • red value is 254;
  • green value is 196;
  • blue value is 207.
RGB:
(254,196,207)
(100%,77%,81%)

RGB channels and saturation

R 254 of 255 = 100%
G 196 of 255 = 77%
B 207 of 255 = 81%

254
196
207

R + G + B ~ 86%. #FEC4CF is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 196 + 207 = 657 (100%)
R 254 of 657 ~ 38.66%
G 196 of 657 ~ 29.83%
B 207 of 657 ~ 31.51%

%38.66
%29.83
%31.51

CMYK color model

#FEC4CF color CMYK value is (0,23,19,0).

  • cyan value is 0.00%
  • magenta value is 22.83%
  • yellow value is 18.50%
  • key color value is 0.39%
CMYK:
(0,23,19,0)
C0M23Y19K0 
(0%,23%,19%,0%)
(0.00/0.23/0.19/0.00)	

CMYK percentages

%0
%22.83
%18.5
%0.39

Codes

Color #FEC4CF in popluar color models

FEC4CF
RGB254196207
HSL349°96.67%88.24%
HSB/HSV349°22.83%99.61%
CMYK0.00%22.83%18.50%
0.39%

Color #FEC4CF in popluar number systems.

HEXFEC4CF
Decimal254196207
Binary111111101100010011001111
Octal376304317

Shades and tints

Shades of #FEC4CF

#FEC4CF
(254,196,207)
#E7B3BD
(231,179,189)
#D0A2AB
(208,162,171)
#B99199
(185,145,153)
#A28087
(162,128,135)
#8B6F75
(139,111,117)
#745E63
(116,94,99)
#5D4D51
(93,77,81)
#463C3F
(70,60,63)
#2F2B2D
(47,43,45)
#181A1B
(24,26,27)
#000000
(0,0,0)

Tints of #FEC4CF

#FEC4CF
(254,196,207)
#FEC9D3
(254,201,211)
#FECED7
(254,206,215)
#FED3DB
(254,211,219)
#FED8DF
(254,216,223)
#FEDDE3
(254,221,227)
#FEE2E7
(254,226,231)
#FEE7EB
(254,231,235)
#FEECEF
(254,236,239)
#FEF1F3
(254,241,243)
#FEF6F7
(254,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEC4CF color. Also use rgb(254,196,207) instead hex code.

Text Font Color

.myTextColor { color: #FEC4CF; }

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

This text font color is #FEC4CF.


Background Color

.myBgColor { background-color: #FEC4CF; }

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

This div background color is #FEC4CF.


Border color

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

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

This div border color is #FEC4CF.


Opacity

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

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

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

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

This text has shadow with #FEC4CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEC4CF on black background.


Color preview on white background

This text has color #FEC4CF on white background.



Black color preview on #FEC4CF background

This text has black color on #FEC4CF background.


White color preview on #FEC4CF background

This text has white color on #FEC4CF background.