COLOR #FECBEB

HEX: #FECBEB
RGB: (254,203,235)

Color info

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

RGB color model

#FECBEB color RGB value is (254,203,235).

  • red value is 254;
  • green value is 203;
  • blue value is 235.
RGB:
(254,203,235)
(100%,80%,92%)

RGB channels and saturation

R 254 of 255 = 100%
G 203 of 255 = 80%
B 235 of 255 = 92%

254
203
235

R + G + B ~ 91%. #FECBEB is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 203 + 235 = 692 (100%)
R 254 of 692 ~ 36.71%
G 203 of 692 ~ 29.34%
B 235 of 692 ~ 33.96%

%36.71
%29.34
%33.96

CMYK color model

#FECBEB color CMYK value is (0,20,7,0).

  • cyan value is 0.00%
  • magenta value is 20.08%
  • yellow value is 7.48%
  • key color value is 0.39%
CMYK:
(0,20,7,0)
C0M20Y7K0 
(0%,20%,7%,0%)
(0.00/0.20/0.07/0.00)	

CMYK percentages

%0
%20.08
%7.48
%0.39

Codes

Color #FECBEB in popluar color models

FECBEB
RGB254203235
HSL322°96.23%89.61%
HSB/HSV322°20.08%99.61%
CMYK0.00%20.08%7.48%
0.39%

Color #FECBEB in popluar number systems.

HEXFECBEB
Decimal254203235
Binary111111101100101111101011
Octal376313353

Shades and tints

Shades of #FECBEB

#FECBEB
(254,203,235)
#E7B9D6
(231,185,214)
#D0A7C1
(208,167,193)
#B995AC
(185,149,172)
#A28397
(162,131,151)
#8B7182
(139,113,130)
#745F6D
(116,95,109)
#5D4D58
(93,77,88)
#463B43
(70,59,67)
#2F292E
(47,41,46)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #FECBEB

#FECBEB
(254,203,235)
#FECFEC
(254,207,236)
#FED3ED
(254,211,237)
#FED7EE
(254,215,238)
#FEDBEF
(254,219,239)
#FEDFF0
(254,223,240)
#FEE3F1
(254,227,241)
#FEE7F2
(254,231,242)
#FEEBF3
(254,235,243)
#FEEFF4
(254,239,244)
#FEF3F5
(254,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FECBEB color. Also use rgb(254,203,235) instead hex code.

Text Font Color

.myTextColor { color: #FECBEB; }

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

This text font color is #FECBEB.


Background Color

.myBgColor { background-color: #FECBEB; }

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

This div background color is #FECBEB.


Border color

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

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

This div border color is #FECBEB.


Opacity

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

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

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

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

This text has shadow with #FECBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FECBEB on black background.


Color preview on white background

This text has color #FECBEB on white background.



Black color preview on #FECBEB background

This text has black color on #FECBEB background.


White color preview on #FECBEB background

This text has white color on #FECBEB background.