COLOR #FEB1EF

HEX: #FEB1EF
RGB: (254,177,239)

Color info

#FEB1EF contains mainly red and blue colors. Web safe color of #FEB1EF is #FF99FF (or #F9F).

RGB color model

#FEB1EF color RGB value is (254,177,239).

  • red value is 254;
  • green value is 177;
  • blue value is 239.
RGB:
(254,177,239)
(100%,69%,94%)

RGB channels and saturation

R 254 of 255 = 100%
G 177 of 255 = 69%
B 239 of 255 = 94%

254
177
239

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

Portions of RGB colors in percentages

R + G + B =
254 + 177 + 239 = 670 (100%)
R 254 of 670 ~ 37.91%
G 177 of 670 ~ 26.42%
B 239 of 670 ~ 35.67%

%37.91
%26.42
%35.67

CMYK color model

#FEB1EF color CMYK value is (0,30,6,0).

  • cyan value is 0.00%
  • magenta value is 30.31%
  • yellow value is 5.91%
  • key color value is 0.39%
CMYK:
(0,30,6,0)
C0M30Y6K0 
(0%,30%,6%,0%)
(0.00/0.30/0.06/0.00)	

CMYK percentages

%0
%30.31
%5.91
%0.39

Codes

Color #FEB1EF in popluar color models

FEB1EF
RGB254177239
HSL312°97.47%84.51%
HSB/HSV312°30.31%99.61%
CMYK0.00%30.31%5.91%
0.39%

Color #FEB1EF in popluar number systems.

HEXFEB1EF
Decimal254177239
Binary111111101011000111101111
Octal376261357

Shades and tints

Shades of #FEB1EF

#FEB1EF
(254,177,239)
#E7A1DA
(231,161,218)
#D091C5
(208,145,197)
#B981B0
(185,129,176)
#A2719B
(162,113,155)
#8B6186
(139,97,134)
#745171
(116,81,113)
#5D415C
(93,65,92)
#463147
(70,49,71)
#2F2132
(47,33,50)
#18111D
(24,17,29)
#000000
(0,0,0)

Tints of #FEB1EF

#FEB1EF
(254,177,239)
#FEB8F0
(254,184,240)
#FEBFF1
(254,191,241)
#FEC6F2
(254,198,242)
#FECDF3
(254,205,243)
#FED4F4
(254,212,244)
#FEDBF5
(254,219,245)
#FEE2F6
(254,226,246)
#FEE9F7
(254,233,247)
#FEF0F8
(254,240,248)
#FEF7F9
(254,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEB1EF; }

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

This text font color is #FEB1EF.


Background Color

.myBgColor { background-color: #FEB1EF; }

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

This div background color is #FEB1EF.


Border color

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

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

This div border color is #FEB1EF.


Opacity

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

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

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

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

This text has shadow with #FEB1EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEB1EF on black background.


Color preview on white background

This text has color #FEB1EF on white background.



Black color preview on #FEB1EF background

This text has black color on #FEB1EF background.


White color preview on #FEB1EF background

This text has white color on #FEB1EF background.