COLOR #FEB5EF

HEX: #FEB5EF RGB: (254,181,239)

Color info

#FEB5EF contains mainly red and blue colors. Web safe color of #FEB5EF is #FFCCFF (or #FCF).

RGB color model

#FEB5EF color RGB value is (254,181,239).

RGB: (254,181,239) (100%, 71%, 94%)

RGB channels and saturation

R 254 of 255 = 100%
G 181 of 255 = 71%
B 239 of 255 = 94%

254
181
239

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

Portions of RGB colors in percentages

R + G + B = 254 + 181 + 239 = 674 (100%)
R 254 of 674 ~ 37.69%
G 181 of 674 ~ 26.85%
B 239 of 674 ~ 35.46'%

%37.69
%26.85
%35.46

CMYK color model

#FEB5EF color CMYK value is (0,29,6,0).

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

CMYK: (0,29,6,0)
C0M29Y6K0 (0%, 29%, 6%, 0%)
(0.00 / 0.29 / 0.06 / 0.00)

CMYK percentages

%0
%28.74
%5.91
%0.39

Codes

Color #FEB5EF in popluar color models

FE B5 EF
RGB 254 181 239
HSL 312° 97.33% 85.29%
HSB/HSV 312° 28.74% 99.61%
CMYK 0.00% 28.74% 5.91%
0.39%

Color #FEB5EF in popluar number systems.

HEX FE B5 EF
Decimal 254 181 239
Binary 11111110 10110101 11101111
Octal 376 265 357

Shades and tints

Shades of #FEB5EF

#FEB5EF
(254,181,239)
#E7A5DA
(231,165,218)
#D095C5
(208,149,197)
#B985B0
(185,133,176)
#A2759B
(162,117,155)
#8B6586
(139,101,134)
#745571
(116,85,113)
#5D455C
(93,69,92)
#463547
(70,53,71)
#2F2532
(47,37,50)
#18151D
(24,21,29)
#000000
(0,0,0)

Tints of #FEB5EF

#FEB5EF
(254,181,239)
#FEBBF0
(254,187,240)
#FEC1F1
(254,193,241)
#FEC7F2
(254,199,242)
#FECDF3
(254,205,243)
#FED3F4
(254,211,244)
#FED9F5
(254,217,245)
#FEDFF6
(254,223,246)
#FEE5F7
(254,229,247)
#FEEBF8
(254,235,248)
#FEF1F9
(254,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEB5EF; }

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

This text font color is #FEB5EF.

Background Color

.myBgColor { background-color: #FEB5EF; }

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

This div background color is #FEB5EF.

Border color

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

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

This div border color is #FEB5EF.

Opacity

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

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

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

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

This text has shadow with #FEB5EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEB5EF.

Preview

Color preview on black background

This text has color #FEB5EF on black background.


Color preview on white background

This text has color #FEB5EF on white background.


Black color preview on #FEB5EF background

This text has black color on #FEB5EF background.


White color preview on #FEB5EF background

This text has white color on #FEB5EF background.


Related colors

Complementary color

Complementary color for #hex is #014A10.


I love getcolorcode.com

Triadic colors

1 #EFFEB5 and #B5EFFE with #FEB5EF are triadic colors.

2 #EFB5FE and #B5FEEF with #FEB5EF are triadic colors.