COLOR #FECAD7

HEX: #FECAD7
RGB: (254,202,215)

Color info

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

RGB color model

#FECAD7 color RGB value is (254,202,215).

  • red value is 254;
  • green value is 202;
  • blue value is 215.
RGB:
(254,202,215)
(100%,79%,84%)

RGB channels and saturation

R 254 of 255 = 100%
G 202 of 255 = 79%
B 215 of 255 = 84%

254
202
215

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

Portions of RGB colors in percentages

R + G + B =
254 + 202 + 215 = 671 (100%)
R 254 of 671 ~ 37.85%
G 202 of 671 ~ 30.1%
B 215 of 671 ~ 32.04%

%37.85
%30.1
%32.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.47%
  • yellow value is 15.35%
  • 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
%15.35
%0.39

Codes

Color #FECAD7 in popluar color models

FECAD7
RGB254202215
HSL345°96.30%89.41%
HSB/HSV345°20.47%99.61%
CMYK0.00%20.47%15.35%
0.39%

Color #FECAD7 in popluar number systems.

HEXFECAD7
Decimal254202215
Binary111111101100101011010111
Octal376312327

Shades and tints

Shades of #FECAD7

#FECAD7
(254,202,215)
#E7B8C4
(231,184,196)
#D0A6B1
(208,166,177)
#B9949E
(185,148,158)
#A2828B
(162,130,139)
#8B7078
(139,112,120)
#745E65
(116,94,101)
#5D4C52
(93,76,82)
#463A3F
(70,58,63)
#2F282C
(47,40,44)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #FECAD7

#FECAD7
(254,202,215)
#FECEDA
(254,206,218)
#FED2DD
(254,210,221)
#FED6E0
(254,214,224)
#FEDAE3
(254,218,227)
#FEDEE6
(254,222,230)
#FEE2E9
(254,226,233)
#FEE6EC
(254,230,236)
#FEEAEF
(254,234,239)
#FEEEF2
(254,238,242)
#FEF2F5
(254,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FECAD7; }

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

This text font color is #FECAD7.


Background Color

.myBgColor { background-color: #FECAD7; }

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

This div background color is #FECAD7.


Border color

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

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

This div border color is #FECAD7.


Opacity

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

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

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

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

This text has shadow with #FECAD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FECAD7 on black background.


Color preview on white background

This text has color #FECAD7 on white background.



Black color preview on #FECAD7 background

This text has black color on #FECAD7 background.


White color preview on #FECAD7 background

This text has white color on #FECAD7 background.