COLOR #FEBABB

HEX: #FEBABB
RGB: (254,186,187)

Color info

#FEBABB contains mainly red color. Web safe color of #FEBABB is #FFCCCC (or #FCC).

RGB color model

#FEBABB color RGB value is (254,186,187).

  • red value is 254;
  • green value is 186;
  • blue value is 187.
RGB:
(254,186,187)
(100%,73%,73%)

RGB channels and saturation

R 254 of 255 = 100%
G 186 of 255 = 73%
B 187 of 255 = 73%

254
186
187

R + G + B ~ 82%. #FEBABB is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 186 + 187 = 627 (100%)
R 254 of 627 ~ 40.51%
G 186 of 627 ~ 29.67%
B 187 of 627 ~ 29.82%

%40.51
%29.67
%29.82

CMYK color model

#FEBABB color CMYK value is (0,27,26,0).

  • cyan value is 0.00%
  • magenta value is 26.77%
  • yellow value is 26.38%
  • key color value is 0.39%
CMYK:
(0,27,26,0)
C0M27Y26K0 
(0%,27%,26%,0%)
(0.00/0.27/0.26/0.00)	

CMYK percentages

%0
%26.77
%26.38
%0.39

Codes

Color #FEBABB in popluar color models

FEBABB
RGB254186187
HSL359°97.14%86.27%
HSB/HSV359°26.77%99.61%
CMYK0.00%26.77%26.38%
0.39%

Color #FEBABB in popluar number systems.

HEXFEBABB
Decimal254186187
Binary111111101011101010111011
Octal376272273

Shades and tints

Shades of #FEBABB

#FEBABB
(254,186,187)
#E7AAAA
(231,170,170)
#D09A99
(208,154,153)
#B98A88
(185,138,136)
#A27A77
(162,122,119)
#8B6A66
(139,106,102)
#745A55
(116,90,85)
#5D4A44
(93,74,68)
#463A33
(70,58,51)
#2F2A22
(47,42,34)
#181A11
(24,26,17)
#000000
(0,0,0)

Tints of #FEBABB

#FEBABB
(254,186,187)
#FEC0C1
(254,192,193)
#FEC6C7
(254,198,199)
#FECCCD
(254,204,205)
#FED2D3
(254,210,211)
#FED8D9
(254,216,217)
#FEDEDF
(254,222,223)
#FEE4E5
(254,228,229)
#FEEAEB
(254,234,235)
#FEF0F1
(254,240,241)
#FEF6F7
(254,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEBABB color. Also use rgb(254,186,187) instead hex code.

Text Font Color

.myTextColor { color: #FEBABB; }

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

This text font color is #FEBABB.


Background Color

.myBgColor { background-color: #FEBABB; }

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

This div background color is #FEBABB.


Border color

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

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

This div border color is #FEBABB.


Opacity

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

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

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

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

This text has shadow with #FEBABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEBABB on black background.


Color preview on white background

This text has color #FEBABB on white background.



Black color preview on #FEBABB background

This text has black color on #FEBABB background.


White color preview on #FEBABB background

This text has white color on #FEBABB background.