COLOR #FEC0D9

HEX: #FEC0D9 RGB: (254,192,217)

Color info

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

RGB color model

#FEC0D9 color RGB value is (254,192,217).

RGB: (254,192,217) (100%, 75%, 85%)

RGB channels and saturation

R 254 of 255 = 100%
G 192 of 255 = 75%
B 217 of 255 = 85%

254
192
217

R + G + B ~ 87%. #FEC0D9 is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 192 + 217 = 663 (100%)
R 254 of 663 ~ 38.31%
G 192 of 663 ~ 28.96%
B 217 of 663 ~ 32.73'%

%38.31
%28.96
%32.73

CMYK color model

#FEC0D9 color CMYK value is (0,24,15,0).

  • cyan value is 0.00%
  • magenta value is 24.41%
  • yellow value is 14.57%
  • key color value is 0.39%

CMYK: (0,24,15,0)
C0M24Y15K0 (0%, 24%, 15%, 0%)
(0.00 / 0.24 / 0.15 / 0.00)

CMYK percentages

%0
%24.41
%14.57
%0.39

Codes

Color #FEC0D9 in popluar color models

FE C0 D9
RGB 254 192 217
HSL 336° 96.88% 87.45%
HSB/HSV 336° 24.41% 99.61%
CMYK 0.00% 24.41% 14.57%
0.39%

Color #FEC0D9 in popluar number systems.

HEX FE C0 D9
Decimal 254 192 217
Binary 11111110 11000000 11011001
Octal 376 300 331

Shades and tints

Shades of #FEC0D9

#FEC0D9
(254,192,217)
#E7AFC6
(231,175,198)
#D09EB3
(208,158,179)
#B98DA0
(185,141,160)
#A27C8D
(162,124,141)
#8B6B7A
(139,107,122)
#745A67
(116,90,103)
#5D4954
(93,73,84)
#463841
(70,56,65)
#2F272E
(47,39,46)
#18161B
(24,22,27)
#000000
(0,0,0)

Tints of #FEC0D9

#FEC0D9
(254,192,217)
#FEC5DC
(254,197,220)
#FECADF
(254,202,223)
#FECFE2
(254,207,226)
#FED4E5
(254,212,229)
#FED9E8
(254,217,232)
#FEDEEB
(254,222,235)
#FEE3EE
(254,227,238)
#FEE8F1
(254,232,241)
#FEEDF4
(254,237,244)
#FEF2F7
(254,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEC0D9 color. Also use rgb(254,192,217) instead hex code.

Text Font Color

.myTextColor { color: #FEC0D9; }

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

This text font color is #FEC0D9.

Background Color

.myBgColor { background-color: #FEC0D9; }

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

This div background color is #FEC0D9.

Border color

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

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

This div border color is #FEC0D9.

Opacity

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

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

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

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

This text has shadow with #FEC0D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEC0D9.

Preview

Color preview on black background

This text has color #FEC0D9 on black background.


Color preview on white background

This text has color #FEC0D9 on white background.


Black color preview on #FEC0D9 background

This text has black color on #FEC0D9 background.


White color preview on #FEC0D9 background

This text has white color on #FEC0D9 background.


Related colors

Complementary color

Complementary color for #hex is #013F26.


I love getcolorcode.com

Triadic colors

1 #D9FEC0 and #C0D9FE with #FEC0D9 are triadic colors.

2 #D9C0FE and #C0FED9 with #FEC0D9 are triadic colors.