COLOR #FECAE4

HEX: #FECAE4 RGB: (254,202,228)

Color info

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

RGB color model

#FECAE4 color RGB value is (254,202,228).

RGB: (254,202,228) (100%, 79%, 89%)

RGB channels and saturation

R 254 of 255 = 100%
G 202 of 255 = 79%
B 228 of 255 = 89%

254
202
228

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

Portions of RGB colors in percentages

R + G + B = 254 + 202 + 228 = 684 (100%)
R 254 of 684 ~ 37.13%
G 202 of 684 ~ 29.53%
B 228 of 684 ~ 33.33'%

%37.13
%29.53
%33.33

CMYK color model

#FECAE4 color CMYK value is (0,20,10,0).

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

CMYK: (0,20,10,0)
C0M20Y10K0 (0%, 20%, 10%, 0%)
(0.00 / 0.20 / 0.10 / 0.00)

CMYK percentages

%0
%20.47
%10.24
%0.39

Codes

Color #FECAE4 in popluar color models

FE CA E4
RGB 254 202 228
HSL 330° 96.30% 89.41%
HSB/HSV 330° 20.47% 99.61%
CMYK 0.00% 20.47% 10.24%
0.39%

Color #FECAE4 in popluar number systems.

HEX FE CA E4
Decimal 254 202 228
Binary 11111110 11001010 11100100
Octal 376 312 344

Shades and tints

Shades of #FECAE4

#FECAE4
(254,202,228)
#E7B8D0
(231,184,208)
#D0A6BC
(208,166,188)
#B994A8
(185,148,168)
#A28294
(162,130,148)
#8B7080
(139,112,128)
#745E6C
(116,94,108)
#5D4C58
(93,76,88)
#463A44
(70,58,68)
#2F2830
(47,40,48)
#18161C
(24,22,28)
#000000
(0,0,0)

Tints of #FECAE4

#FECAE4
(254,202,228)
#FECEE6
(254,206,230)
#FED2E8
(254,210,232)
#FED6EA
(254,214,234)
#FEDAEC
(254,218,236)
#FEDEEE
(254,222,238)
#FEE2F0
(254,226,240)
#FEE6F2
(254,230,242)
#FEEAF4
(254,234,244)
#FEEEF6
(254,238,246)
#FEF2F8
(254,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FECAE4; }

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

This text font color is #FECAE4.

Background Color

.myBgColor { background-color: #FECAE4; }

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

This div background color is #FECAE4.

Border color

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

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

This div border color is #FECAE4.

Opacity

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

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

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

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

This text has shadow with #FECAE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FECAE4.

Preview

Color preview on black background

This text has color #FECAE4 on black background.


Color preview on white background

This text has color #FECAE4 on white background.


Black color preview on #FECAE4 background

This text has black color on #FECAE4 background.


White color preview on #FECAE4 background

This text has white color on #FECAE4 background.


Related colors

Complementary color

Complementary color for #hex is #01351B.


I love getcolorcode.com

Triadic colors

1 #E4FECA and #CAE4FE with #FECAE4 are triadic colors.

2 #E4CAFE and #CAFEE4 with #FECAE4 are triadic colors.