COLOR #FECAD9

HEX: #FECAD9 RGB: (254,202,217)

Color info

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

RGB color model

#FECAD9 color RGB value is (254,202,217).

RGB: (254,202,217) (100%, 79%, 85%)

RGB channels and saturation

R 254 of 255 = 100%
G 202 of 255 = 79%
B 217 of 255 = 85%

254
202
217

R + G + B ~ 88%. #FECAD9 is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 202 + 217 = 673 (100%)
R 254 of 673 ~ 37.74%
G 202 of 673 ~ 30.01%
B 217 of 673 ~ 32.24'%

%37.74
%30.01
%32.24

CMYK color model

#FECAD9 color CMYK value is (0,20,15,0).

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

CMYK: (0,20,15,0)
C0M20Y15K0 (0%, 20%, 15%, 0%)
(0.00 / 0.20 / 0.15 / 0.00)

CMYK percentages

%0
%20.47
%14.57
%0.39

Codes

Color #FECAD9 in popluar color models

FE CA D9
RGB 254 202 217
HSL 343° 96.30% 89.41%
HSB/HSV 343° 20.47% 99.61%
CMYK 0.00% 20.47% 14.57%
0.39%

Color #FECAD9 in popluar number systems.

HEX FE CA D9
Decimal 254 202 217
Binary 11111110 11001010 11011001
Octal 376 312 331

Shades and tints

Shades of #FECAD9

#FECAD9
(254,202,217)
#E7B8C6
(231,184,198)
#D0A6B3
(208,166,179)
#B994A0
(185,148,160)
#A2828D
(162,130,141)
#8B707A
(139,112,122)
#745E67
(116,94,103)
#5D4C54
(93,76,84)
#463A41
(70,58,65)
#2F282E
(47,40,46)
#18161B
(24,22,27)
#000000
(0,0,0)

Tints of #FECAD9

#FECAD9
(254,202,217)
#FECEDC
(254,206,220)
#FED2DF
(254,210,223)
#FED6E2
(254,214,226)
#FEDAE5
(254,218,229)
#FEDEE8
(254,222,232)
#FEE2EB
(254,226,235)
#FEE6EE
(254,230,238)
#FEEAF1
(254,234,241)
#FEEEF4
(254,238,244)
#FEF2F7
(254,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FECAD9; }

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

This text font color is #FECAD9.

Background Color

.myBgColor { background-color: #FECAD9; }

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

This div background color is #FECAD9.

Border color

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

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

This div border color is #FECAD9.

Opacity

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

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

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

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

This text has shadow with #FECAD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FECAD9.

Preview

Color preview on black background

This text has color #FECAD9 on black background.


Color preview on white background

This text has color #FECAD9 on white background.


Black color preview on #FECAD9 background

This text has black color on #FECAD9 background.


White color preview on #FECAD9 background

This text has white color on #FECAD9 background.


Related colors

Complementary color

Complementary color for #hex is #013526.


I love getcolorcode.com

Triadic colors

1 #D9FECA and #CAD9FE with #FECAD9 are triadic colors.

2 #D9CAFE and #CAFED9 with #FECAD9 are triadic colors.