COLOR #FECBD8

HEX: #FECBD8 RGB: (254,203,216)

Color info

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

RGB color model

#FECBD8 color RGB value is (254,203,216).

RGB: (254,203,216) (100%, 80%, 85%)

RGB channels and saturation

R 254 of 255 = 100%
G 203 of 255 = 80%
B 216 of 255 = 85%

254
203
216

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

Portions of RGB colors in percentages

R + G + B = 254 + 203 + 216 = 673 (100%)
R 254 of 673 ~ 37.74%
G 203 of 673 ~ 30.16%
B 216 of 673 ~ 32.1'%

%37.74
%30.16
%32.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.08%
  • yellow value is 14.96%
  • 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.08
%14.96
%0.39

Codes

Color #FECBD8 in popluar color models

FE CB D8
RGB 254 203 216
HSL 345° 96.23% 89.61%
HSB/HSV 345° 20.08% 99.61%
CMYK 0.00% 20.08% 14.96%
0.39%

Color #FECBD8 in popluar number systems.

HEX FE CB D8
Decimal 254 203 216
Binary 11111110 11001011 11011000
Octal 376 313 330

Shades and tints

Shades of #FECBD8

#FECBD8
(254,203,216)
#E7B9C5
(231,185,197)
#D0A7B2
(208,167,178)
#B9959F
(185,149,159)
#A2838C
(162,131,140)
#8B7179
(139,113,121)
#745F66
(116,95,102)
#5D4D53
(93,77,83)
#463B40
(70,59,64)
#2F292D
(47,41,45)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #FECBD8

#FECBD8
(254,203,216)
#FECFDB
(254,207,219)
#FED3DE
(254,211,222)
#FED7E1
(254,215,225)
#FEDBE4
(254,219,228)
#FEDFE7
(254,223,231)
#FEE3EA
(254,227,234)
#FEE7ED
(254,231,237)
#FEEBF0
(254,235,240)
#FEEFF3
(254,239,243)
#FEF3F6
(254,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FECBD8; }

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

This text font color is #FECBD8.

Background Color

.myBgColor { background-color: #FECBD8; }

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

This div background color is #FECBD8.

Border color

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

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

This div border color is #FECBD8.

Opacity

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

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

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

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

This text has shadow with #FECBD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FECBD8.

Preview

Color preview on black background

This text has color #FECBD8 on black background.


Color preview on white background

This text has color #FECBD8 on white background.


Black color preview on #FECBD8 background

This text has black color on #FECBD8 background.


White color preview on #FECBD8 background

This text has white color on #FECBD8 background.


Related colors

Complementary color

Complementary color for #hex is #013427.


I love getcolorcode.com

Triadic colors

1 #D8FECB and #CBD8FE with #FECBD8 are triadic colors.

2 #D8CBFE and #CBFED8 with #FECBD8 are triadic colors.