COLOR #FEB4BB

HEX: #FEB4BB
RGB: (254,180,187)

Color info

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

RGB color model

#FEB4BB color RGB value is (254,180,187).

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

RGB channels and saturation

R 254 of 255 = 100%
G 180 of 255 = 71%
B 187 of 255 = 73%

254
180
187

R + G + B ~ 81%. #FEB4BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 180 + 187 = 621 (100%)
R 254 of 621 ~ 40.9%
G 180 of 621 ~ 28.99%
B 187 of 621 ~ 30.11%

%40.9
%28.99
%30.11

CMYK color model

#FEB4BB color CMYK value is (0,29,26,0).

  • cyan value is 0.00%
  • magenta value is 29.13%
  • yellow value is 26.38%
  • key color value is 0.39%
CMYK:
(0,29,26,0)
C0M29Y26K0 
(0%,29%,26%,0%)
(0.00/0.29/0.26/0.00)	

CMYK percentages

%0
%29.13
%26.38
%0.39

Codes

Color #FEB4BB in popluar color models

FEB4BB
RGB254180187
HSL354°97.37%85.10%
HSB/HSV354°29.13%99.61%
CMYK0.00%29.13%26.38%
0.39%

Color #FEB4BB in popluar number systems.

HEXFEB4BB
Decimal254180187
Binary111111101011010010111011
Octal376264273

Shades and tints

Shades of #FEB4BB

#FEB4BB
(254,180,187)
#E7A4AA
(231,164,170)
#D09499
(208,148,153)
#B98488
(185,132,136)
#A27477
(162,116,119)
#8B6466
(139,100,102)
#745455
(116,84,85)
#5D4444
(93,68,68)
#463433
(70,52,51)
#2F2422
(47,36,34)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #FEB4BB

#FEB4BB
(254,180,187)
#FEBAC1
(254,186,193)
#FEC0C7
(254,192,199)
#FEC6CD
(254,198,205)
#FECCD3
(254,204,211)
#FED2D9
(254,210,217)
#FED8DF
(254,216,223)
#FEDEE5
(254,222,229)
#FEE4EB
(254,228,235)
#FEEAF1
(254,234,241)
#FEF0F7
(254,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEB4BB; }

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

This text font color is #FEB4BB.


Background Color

.myBgColor { background-color: #FEB4BB; }

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

This div background color is #FEB4BB.


Border color

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

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

This div border color is #FEB4BB.


Opacity

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

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

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

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

This text has shadow with #FEB4BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEB4BB on black background.


Color preview on white background

This text has color #FEB4BB on white background.



Black color preview on #FEB4BB background

This text has black color on #FEB4BB background.


White color preview on #FEB4BB background

This text has white color on #FEB4BB background.