COLOR #FE70B0

HEX: #FE70B0
RGB: (254,112,176)

Color info

#FE70B0 contains mainly red color. Web safe color of #FE70B0 is #FF6699 (or #F69).

RGB color model

#FE70B0 color RGB value is (254,112,176).

  • red value is 254;
  • green value is 112;
  • blue value is 176.
RGB:
(254,112,176)
(100%,44%,69%)

RGB channels and saturation

R 254 of 255 = 100%
G 112 of 255 = 44%
B 176 of 255 = 69%

254
112
176

R + G + B ~ 71%. #FE70B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 112 + 176 = 542 (100%)
R 254 of 542 ~ 46.86%
G 112 of 542 ~ 20.66%
B 176 of 542 ~ 32.47%

%46.86
%20.66
%32.47

CMYK color model

#FE70B0 color CMYK value is (0,56,31,0).

  • cyan value is 0.00%
  • magenta value is 55.91%
  • yellow value is 30.71%
  • key color value is 0.39%
CMYK:
(0,56,31,0)
C0M56Y31K0 
(0%,56%,31%,0%)
(0.00/0.56/0.31/0.00)	

CMYK percentages

%0
%55.91
%30.71
%0.39

Codes

Color #FE70B0 in popluar color models

FE70B0
RGB254112176
HSL333°98.61%71.76%
HSB/HSV333°55.91%99.61%
CMYK0.00%55.91%30.71%
0.39%

Color #FE70B0 in popluar number systems.

HEXFE70B0
Decimal254112176
Binary11111110111000010110000
Octal376160260

Shades and tints

Shades of #FE70B0

#FE70B0
(254,112,176)
#E766A0
(231,102,160)
#D05C90
(208,92,144)
#B95280
(185,82,128)
#A24870
(162,72,112)
#8B3E60
(139,62,96)
#743450
(116,52,80)
#5D2A40
(93,42,64)
#462030
(70,32,48)
#2F1620
(47,22,32)
#180C10
(24,12,16)
#000000
(0,0,0)

Tints of #FE70B0

#FE70B0
(254,112,176)
#FE7DB7
(254,125,183)
#FE8ABE
(254,138,190)
#FE97C5
(254,151,197)
#FEA4CC
(254,164,204)
#FEB1D3
(254,177,211)
#FEBEDA
(254,190,218)
#FECBE1
(254,203,225)
#FED8E8
(254,216,232)
#FEE5EF
(254,229,239)
#FEF2F6
(254,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE70B0 color. Also use rgb(254,112,176) instead hex code.

Text Font Color

.myTextColor { color: #FE70B0; }

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

This text font color is #FE70B0.


Background Color

.myBgColor { background-color: #FE70B0; }

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

This div background color is #FE70B0.


Border color

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

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

This div border color is #FE70B0.


Opacity

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

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

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

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

This text has shadow with #FE70B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE70B0 on black background.


Color preview on white background

This text has color #FE70B0 on white background.



Black color preview on #FE70B0 background

This text has black color on #FE70B0 background.


White color preview on #FE70B0 background

This text has white color on #FE70B0 background.