COLOR #FECADD

HEX: #FECADD RGB: (254,202,221)

Color info

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

RGB color model

#FECADD color RGB value is (254,202,221).

RGB: (254,202,221) (100%, 79%, 87%)

RGB channels and saturation

R 254 of 255 = 100%
G 202 of 255 = 79%
B 221 of 255 = 87%

254
202
221

R + G + B ~ 89%. #FECADD is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 202 + 221 = 677 (100%)
R 254 of 677 ~ 37.52%
G 202 of 677 ~ 29.84%
B 221 of 677 ~ 32.64'%

%37.52
%29.84
%32.64

CMYK color model

#FECADD color CMYK value is (0,20,13,0).

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

CMYK: (0,20,13,0)
C0M20Y13K0 (0%, 20%, 13%, 0%)
(0.00 / 0.20 / 0.13 / 0.00)

CMYK percentages

%0
%20.47
%12.99
%0.39

Codes

Color #FECADD in popluar color models

FE CA DD
RGB 254 202 221
HSL 338° 96.30% 89.41%
HSB/HSV 338° 20.47% 99.61%
CMYK 0.00% 20.47% 12.99%
0.39%

Color #FECADD in popluar number systems.

HEX FE CA DD
Decimal 254 202 221
Binary 11111110 11001010 11011101
Octal 376 312 335

Shades and tints

Shades of #FECADD

#FECADD
(254,202,221)
#E7B8C9
(231,184,201)
#D0A6B5
(208,166,181)
#B994A1
(185,148,161)
#A2828D
(162,130,141)
#8B7079
(139,112,121)
#745E65
(116,94,101)
#5D4C51
(93,76,81)
#463A3D
(70,58,61)
#2F2829
(47,40,41)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #FECADD

#FECADD
(254,202,221)
#FECEE0
(254,206,224)
#FED2E3
(254,210,227)
#FED6E6
(254,214,230)
#FEDAE9
(254,218,233)
#FEDEEC
(254,222,236)
#FEE2EF
(254,226,239)
#FEE6F2
(254,230,242)
#FEEAF5
(254,234,245)
#FEEEF8
(254,238,248)
#FEF2FB
(254,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FECADD; }

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

This text font color is #FECADD.

Background Color

.myBgColor { background-color: #FECADD; }

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

This div background color is #FECADD.

Border color

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

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

This div border color is #FECADD.

Opacity

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

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

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

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

This text has shadow with #FECADD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FECADD.

Preview

Color preview on black background

This text has color #FECADD on black background.


Color preview on white background

This text has color #FECADD on white background.


Black color preview on #FECADD background

This text has black color on #FECADD background.


White color preview on #FECADD background

This text has white color on #FECADD background.


Related colors

Complementary color

Complementary color for #hex is #013522.


I love getcolorcode.com

Triadic colors

1 #DDFECA and #CADDFE with #FECADD are triadic colors.

2 #DDCAFE and #CAFEDD with #FECADD are triadic colors.