COLOR #FEBBB4

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

254
187
180

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

Portions of RGB colors in percentages

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

%40.9
%30.11
%28.99

CMYK color model

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

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

CMYK percentages

%0
%26.38
%29.13
%0.39

Codes

Color #FEBBB4 in popluar color models

FEBBB4
RGB254187180
HSL97.37%85.10%
HSB/HSV29.13%99.61%
CMYK0.00%26.38%29.13%
0.39%

Color #FEBBB4 in popluar number systems.

HEXFEBBB4
Decimal254187180
Binary111111101011101110110100
Octal376273264

Shades and tints

Shades of #FEBBB4

#FEBBB4
(254,187,180)
#E7AAA4
(231,170,164)
#D09994
(208,153,148)
#B98884
(185,136,132)
#A27774
(162,119,116)
#8B6664
(139,102,100)
#745554
(116,85,84)
#5D4444
(93,68,68)
#463334
(70,51,52)
#2F2224
(47,34,36)
#181114
(24,17,20)
#000000
(0,0,0)

Tints of #FEBBB4

#FEBBB4
(254,187,180)
#FEC1BA
(254,193,186)
#FEC7C0
(254,199,192)
#FECDC6
(254,205,198)
#FED3CC
(254,211,204)
#FED9D2
(254,217,210)
#FEDFD8
(254,223,216)
#FEE5DE
(254,229,222)
#FEEBE4
(254,235,228)
#FEF1EA
(254,241,234)
#FEF7F0
(254,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEBBB4; }

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

This text font color is #FEBBB4.


Background Color

.myBgColor { background-color: #FEBBB4; }

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

This div background color is #FEBBB4.


Border color

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

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

This div border color is #FEBBB4.


Opacity

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

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

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

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

This text has shadow with #FEBBB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEBBB4 on black background.


Color preview on white background

This text has color #FEBBB4 on white background.



Black color preview on #FEBBB4 background

This text has black color on #FEBBB4 background.


White color preview on #FEBBB4 background

This text has white color on #FEBBB4 background.