COLOR #FECEDB

HEX: #FECEDB
RGB: (254,206,219)

Color info

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

RGB color model

#FECEDB color RGB value is (254,206,219).

  • red value is 254;
  • green value is 206;
  • blue value is 219.
RGB:
(254,206,219)
(100%,81%,86%)

RGB channels and saturation

R 254 of 255 = 100%
G 206 of 255 = 81%
B 219 of 255 = 86%

254
206
219

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

Portions of RGB colors in percentages

R + G + B =
254 + 206 + 219 = 679 (100%)
R 254 of 679 ~ 37.41%
G 206 of 679 ~ 30.34%
B 219 of 679 ~ 32.25%

%37.41
%30.34
%32.25

CMYK color model

#FECEDB color CMYK value is (0,19,14,0).

  • cyan value is 0.00%
  • magenta value is 18.90%
  • yellow value is 13.78%
  • key color value is 0.39%
CMYK:
(0,19,14,0)
C0M19Y14K0 
(0%,19%,14%,0%)
(0.00/0.19/0.14/0.00)	

CMYK percentages

%0
%18.9
%13.78
%0.39

Codes

Color #FECEDB in popluar color models

FECEDB
RGB254206219
HSL344°96.00%90.20%
HSB/HSV344°18.90%99.61%
CMYK0.00%18.90%13.78%
0.39%

Color #FECEDB in popluar number systems.

HEXFECEDB
Decimal254206219
Binary111111101100111011011011
Octal376316333

Shades and tints

Shades of #FECEDB

#FECEDB
(254,206,219)
#E7BCC8
(231,188,200)
#D0AAB5
(208,170,181)
#B998A2
(185,152,162)
#A2868F
(162,134,143)
#8B747C
(139,116,124)
#746269
(116,98,105)
#5D5056
(93,80,86)
#463E43
(70,62,67)
#2F2C30
(47,44,48)
#181A1D
(24,26,29)
#000000
(0,0,0)

Tints of #FECEDB

#FECEDB
(254,206,219)
#FED2DE
(254,210,222)
#FED6E1
(254,214,225)
#FEDAE4
(254,218,228)
#FEDEE7
(254,222,231)
#FEE2EA
(254,226,234)
#FEE6ED
(254,230,237)
#FEEAF0
(254,234,240)
#FEEEF3
(254,238,243)
#FEF2F6
(254,242,246)
#FEF6F9
(254,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FECEDB color. Also use rgb(254,206,219) instead hex code.

Text Font Color

.myTextColor { color: #FECEDB; }

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

This text font color is #FECEDB.


Background Color

.myBgColor { background-color: #FECEDB; }

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

This div background color is #FECEDB.


Border color

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

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

This div border color is #FECEDB.


Opacity

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

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

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

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

This text has shadow with #FECEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FECEDB on black background.


Color preview on white background

This text has color #FECEDB on white background.



Black color preview on #FECEDB background

This text has black color on #FECEDB background.


White color preview on #FECEDB background

This text has white color on #FECEDB background.