COLOR #FECBE2

HEX: #FECBE2 RGB: (254,203,226)

Color info

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

RGB color model

#FECBE2 color RGB value is (254,203,226).

RGB: (254,203,226) (100%, 80%, 89%)

RGB channels and saturation

R 254 of 255 = 100%
G 203 of 255 = 80%
B 226 of 255 = 89%

254
203
226

R + G + B ~ 90%. #FECBE2 is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 203 + 226 = 683 (100%)
R 254 of 683 ~ 37.19%
G 203 of 683 ~ 29.72%
B 226 of 683 ~ 33.09'%

%37.19
%29.72
%33.09

CMYK color model

#FECBE2 color CMYK value is (0,20,11,0).

  • cyan value is 0.00%
  • magenta value is 20.08%
  • yellow value is 11.02%
  • key color value is 0.39%

CMYK: (0,20,11,0)
C0M20Y11K0 (0%, 20%, 11%, 0%)
(0.00 / 0.20 / 0.11 / 0.00)

CMYK percentages

%0
%20.08
%11.02
%0.39

Codes

Color #FECBE2 in popluar color models

FE CB E2
RGB 254 203 226
HSL 333° 96.23% 89.61%
HSB/HSV 333° 20.08% 99.61%
CMYK 0.00% 20.08% 11.02%
0.39%

Color #FECBE2 in popluar number systems.

HEX FE CB E2
Decimal 254 203 226
Binary 11111110 11001011 11100010
Octal 376 313 342

Shades and tints

Shades of #FECBE2

#FECBE2
(254,203,226)
#E7B9CE
(231,185,206)
#D0A7BA
(208,167,186)
#B995A6
(185,149,166)
#A28392
(162,131,146)
#8B717E
(139,113,126)
#745F6A
(116,95,106)
#5D4D56
(93,77,86)
#463B42
(70,59,66)
#2F292E
(47,41,46)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #FECBE2

#FECBE2
(254,203,226)
#FECFE4
(254,207,228)
#FED3E6
(254,211,230)
#FED7E8
(254,215,232)
#FEDBEA
(254,219,234)
#FEDFEC
(254,223,236)
#FEE3EE
(254,227,238)
#FEE7F0
(254,231,240)
#FEEBF2
(254,235,242)
#FEEFF4
(254,239,244)
#FEF3F6
(254,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FECBE2; }

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

This text font color is #FECBE2.

Background Color

.myBgColor { background-color: #FECBE2; }

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

This div background color is #FECBE2.

Border color

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

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

This div border color is #FECBE2.

Opacity

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

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

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

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

This text has shadow with #FECBE2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FECBE2.

Preview

Color preview on black background

This text has color #FECBE2 on black background.


Color preview on white background

This text has color #FECBE2 on white background.


Black color preview on #FECBE2 background

This text has black color on #FECBE2 background.


White color preview on #FECBE2 background

This text has white color on #FECBE2 background.


Related colors

Complementary color

Complementary color for #hex is #01341D.


I love getcolorcode.com

Triadic colors

1 #E2FECB and #CBE2FE with #FECBE2 are triadic colors.

2 #E2CBFE and #CBFEE2 with #FECBE2 are triadic colors.