COLOR #FEDBEC

HEX: #FEDBEC
RGB: (254,219,236)

Color info

#FEDBEC contains red, green and blue colors in about the same proportion. Web safe color of #FEDBEC is #FFCCFF (or #FCF).

RGB color model

#FEDBEC color RGB value is (254,219,236).

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

RGB channels and saturation

R 254 of 255 = 100%
G 219 of 255 = 86%
B 236 of 255 = 93%

254
219
236

R + G + B ~ 93%. #FEDBEC is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 219 + 236 = 709 (100%)
R 254 of 709 ~ 35.83%
G 219 of 709 ~ 30.89%
B 236 of 709 ~ 33.29%

%35.83
%30.89
%33.29

CMYK color model

#FEDBEC color CMYK value is (0,14,7,0).

  • cyan value is 0.00%
  • magenta value is 13.78%
  • yellow value is 7.09%
  • key color value is 0.39%
CMYK:
(0,14,7,0)
C0M14Y7K0 
(0%,14%,7%,0%)
(0.00/0.14/0.07/0.00)	

CMYK percentages

%0
%13.78
%7.09
%0.39

Codes

Color #FEDBEC in popluar color models

FEDBEC
RGB254219236
HSL331°94.59%92.75%
HSB/HSV331°13.78%99.61%
CMYK0.00%13.78%7.09%
0.39%

Color #FEDBEC in popluar number systems.

HEXFEDBEC
Decimal254219236
Binary111111101101101111101100
Octal376333354

Shades and tints

Shades of #FEDBEC

#FEDBEC
(254,219,236)
#E7C8D7
(231,200,215)
#D0B5C2
(208,181,194)
#B9A2AD
(185,162,173)
#A28F98
(162,143,152)
#8B7C83
(139,124,131)
#74696E
(116,105,110)
#5D5659
(93,86,89)
#464344
(70,67,68)
#2F302F
(47,48,47)
#181D1A
(24,29,26)
#000000
(0,0,0)

Tints of #FEDBEC

#FEDBEC
(254,219,236)
#FEDEED
(254,222,237)
#FEE1EE
(254,225,238)
#FEE4EF
(254,228,239)
#FEE7F0
(254,231,240)
#FEEAF1
(254,234,241)
#FEEDF2
(254,237,242)
#FEF0F3
(254,240,243)
#FEF3F4
(254,243,244)
#FEF6F5
(254,246,245)
#FEF9F6
(254,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEDBEC; }

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

This text font color is #FEDBEC.


Background Color

.myBgColor { background-color: #FEDBEC; }

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

This div background color is #FEDBEC.


Border color

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

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

This div border color is #FEDBEC.


Opacity

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

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

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

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

This text has shadow with #FEDBEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEDBEC on black background.


Color preview on white background

This text has color #FEDBEC on white background.



Black color preview on #FEDBEC background

This text has black color on #FEDBEC background.


White color preview on #FEDBEC background

This text has white color on #FEDBEC background.