COLOR #FEB5E2

HEX: #FEB5E2 RGB: (254,181,226)

Color info

#FEB5E2 contains mainly red and blue colors. Web safe color of #FEB5E2 is #FFCCCC (or #FCC).

RGB color model

#FEB5E2 color RGB value is (254,181,226).

RGB: (254,181,226) (100%, 71%, 89%)

RGB channels and saturation

R 254 of 255 = 100%
G 181 of 255 = 71%
B 226 of 255 = 89%

254
181
226

R + G + B ~ 87%. #FEB5E2 is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 181 + 226 = 661 (100%)
R 254 of 661 ~ 38.43%
G 181 of 661 ~ 27.38%
B 226 of 661 ~ 34.19'%

%38.43
%27.38
%34.19

CMYK color model

#FEB5E2 color CMYK value is (0,29,11,0).

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

CMYK: (0,29,11,0)
C0M29Y11K0 (0%, 29%, 11%, 0%)
(0.00 / 0.29 / 0.11 / 0.00)

CMYK percentages

%0
%28.74
%11.02
%0.39

Codes

Color #FEB5E2 in popluar color models

FE B5 E2
RGB 254 181 226
HSL 323° 97.33% 85.29%
HSB/HSV 323° 28.74% 99.61%
CMYK 0.00% 28.74% 11.02%
0.39%

Color #FEB5E2 in popluar number systems.

HEX FE B5 E2
Decimal 254 181 226
Binary 11111110 10110101 11100010
Octal 376 265 342

Shades and tints

Shades of #FEB5E2

#FEB5E2
(254,181,226)
#E7A5CE
(231,165,206)
#D095BA
(208,149,186)
#B985A6
(185,133,166)
#A27592
(162,117,146)
#8B657E
(139,101,126)
#74556A
(116,85,106)
#5D4556
(93,69,86)
#463542
(70,53,66)
#2F252E
(47,37,46)
#18151A
(24,21,26)
#000000
(0,0,0)

Tints of #FEB5E2

#FEB5E2
(254,181,226)
#FEBBE4
(254,187,228)
#FEC1E6
(254,193,230)
#FEC7E8
(254,199,232)
#FECDEA
(254,205,234)
#FED3EC
(254,211,236)
#FED9EE
(254,217,238)
#FEDFF0
(254,223,240)
#FEE5F2
(254,229,242)
#FEEBF4
(254,235,244)
#FEF1F6
(254,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEB5E2; }

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

This text font color is #FEB5E2.

Background Color

.myBgColor { background-color: #FEB5E2; }

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

This div background color is #FEB5E2.

Border color

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

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

This div border color is #FEB5E2.

Opacity

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

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

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

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

This text has shadow with #FEB5E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEB5E2.

Preview

Color preview on black background

This text has color #FEB5E2 on black background.


Color preview on white background

This text has color #FEB5E2 on white background.


Black color preview on #FEB5E2 background

This text has black color on #FEB5E2 background.


White color preview on #FEB5E2 background

This text has white color on #FEB5E2 background.


Related colors

Complementary color

Complementary color for #hex is #014A1D.


I love getcolorcode.com

Triadic colors

1 #E2FEB5 and #B5E2FE with #FEB5E2 are triadic colors.

2 #E2B5FE and #B5FEE2 with #FEB5E2 are triadic colors.