COLOR #FEB9F1

HEX: #FEB9F1
RGB: (254,185,241)

Color info

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

RGB color model

#FEB9F1 color RGB value is (254,185,241).

  • red value is 254;
  • green value is 185;
  • blue value is 241.
RGB:
(254,185,241)
(100%,73%,95%)

RGB channels and saturation

R 254 of 255 = 100%
G 185 of 255 = 73%
B 241 of 255 = 95%

254
185
241

R + G + B ~ 89%. #FEB9F1 is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 185 + 241 = 680 (100%)
R 254 of 680 ~ 37.35%
G 185 of 680 ~ 27.21%
B 241 of 680 ~ 35.44%

%37.35
%27.21
%35.44

CMYK color model

#FEB9F1 color CMYK value is (0,27,5,0).

  • cyan value is 0.00%
  • magenta value is 27.17%
  • yellow value is 5.12%
  • key color value is 0.39%
CMYK:
(0,27,5,0)
C0M27Y5K0 
(0%,27%,5%,0%)
(0.00/0.27/0.05/0.00)	

CMYK percentages

%0
%27.17
%5.12
%0.39

Codes

Color #FEB9F1 in popluar color models

FEB9F1
RGB254185241
HSL311°97.18%86.08%
HSB/HSV311°27.17%99.61%
CMYK0.00%27.17%5.12%
0.39%

Color #FEB9F1 in popluar number systems.

HEXFEB9F1
Decimal254185241
Binary111111101011100111110001
Octal376271361

Shades and tints

Shades of #FEB9F1

#FEB9F1
(254,185,241)
#E7A9DC
(231,169,220)
#D099C7
(208,153,199)
#B989B2
(185,137,178)
#A2799D
(162,121,157)
#8B6988
(139,105,136)
#745973
(116,89,115)
#5D495E
(93,73,94)
#463949
(70,57,73)
#2F2934
(47,41,52)
#18191F
(24,25,31)
#000000
(0,0,0)

Tints of #FEB9F1

#FEB9F1
(254,185,241)
#FEBFF2
(254,191,242)
#FEC5F3
(254,197,243)
#FECBF4
(254,203,244)
#FED1F5
(254,209,245)
#FED7F6
(254,215,246)
#FEDDF7
(254,221,247)
#FEE3F8
(254,227,248)
#FEE9F9
(254,233,249)
#FEEFFA
(254,239,250)
#FEF5FB
(254,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEB9F1 color. Also use rgb(254,185,241) instead hex code.

Text Font Color

.myTextColor { color: #FEB9F1; }

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

This text font color is #FEB9F1.


Background Color

.myBgColor { background-color: #FEB9F1; }

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

This div background color is #FEB9F1.


Border color

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

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

This div border color is #FEB9F1.


Opacity

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

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

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

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

This text has shadow with #FEB9F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEB9F1 on black background.


Color preview on white background

This text has color #FEB9F1 on white background.



Black color preview on #FEB9F1 background

This text has black color on #FEB9F1 background.


White color preview on #FEB9F1 background

This text has white color on #FEB9F1 background.