COLOR #FEC3CF

HEX: #FEC3CF RGB: (254,195,207)

Color info

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

RGB color model

#FEC3CF color RGB value is (254,195,207).

RGB: (254,195,207) (100%, 76%, 81%)

RGB channels and saturation

R 254 of 255 = 100%
G 195 of 255 = 76%
B 207 of 255 = 81%

254
195
207

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

Portions of RGB colors in percentages

R + G + B = 254 + 195 + 207 = 656 (100%)
R 254 of 656 ~ 38.72%
G 195 of 656 ~ 29.73%
B 207 of 656 ~ 31.55'%

%38.72
%29.73
%31.55

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.23%
  • 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
%23.23
%18.5
%0.39

Codes

Color #FEC3CF in popluar color models

FE C3 CF
RGB 254 195 207
HSL 348° 96.72% 88.04%
HSB/HSV 348° 23.23% 99.61%
CMYK 0.00% 23.23% 18.50%
0.39%

Color #FEC3CF in popluar number systems.

HEX FE C3 CF
Decimal 254 195 207
Binary 11111110 11000011 11001111
Octal 376 303 317

Shades and tints

Shades of #FEC3CF

#FEC3CF
(254,195,207)
#E7B2BD
(231,178,189)
#D0A1AB
(208,161,171)
#B99099
(185,144,153)
#A27F87
(162,127,135)
#8B6E75
(139,110,117)
#745D63
(116,93,99)
#5D4C51
(93,76,81)
#463B3F
(70,59,63)
#2F2A2D
(47,42,45)
#18191B
(24,25,27)
#000000
(0,0,0)

Tints of #FEC3CF

#FEC3CF
(254,195,207)
#FEC8D3
(254,200,211)
#FECDD7
(254,205,215)
#FED2DB
(254,210,219)
#FED7DF
(254,215,223)
#FEDCE3
(254,220,227)
#FEE1E7
(254,225,231)
#FEE6EB
(254,230,235)
#FEEBEF
(254,235,239)
#FEF0F3
(254,240,243)
#FEF5F7
(254,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEC3CF; }

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

This text font color is #FEC3CF.

Background Color

.myBgColor { background-color: #FEC3CF; }

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

This div background color is #FEC3CF.

Border color

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

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

This div border color is #FEC3CF.

Opacity

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

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

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

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

This text has shadow with #FEC3CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEC3CF.

Preview

Color preview on black background

This text has color #FEC3CF on black background.


Color preview on white background

This text has color #FEC3CF on white background.


Black color preview on #FEC3CF background

This text has black color on #FEC3CF background.


White color preview on #FEC3CF background

This text has white color on #FEC3CF background.


Related colors

Complementary color

Complementary color for #hex is #013C30.


I love getcolorcode.com

Triadic colors

1 #CFFEC3 and #C3CFFE with #FEC3CF are triadic colors.

2 #CFC3FE and #C3FECF with #FEC3CF are triadic colors.