COLOR #FEBAB8

HEX: #FEBAB8 RGB: (254,186,184)

Color info

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

RGB color model

#FEBAB8 color RGB value is (254,186,184).

RGB: (254,186,184) (100%, 73%, 72%)

RGB channels and saturation

R 254 of 255 = 100%
G 186 of 255 = 73%
B 184 of 255 = 72%

254
186
184

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

Portions of RGB colors in percentages

R + G + B = 254 + 186 + 184 = 624 (100%)
R 254 of 624 ~ 40.71%
G 186 of 624 ~ 29.81%
B 184 of 624 ~ 29.49'%

%40.71
%29.81
%29.49

CMYK color model

#FEBAB8 color CMYK value is (0,27,28,0).

  • cyan value is 0.00%
  • magenta value is 26.77%
  • yellow value is 27.56%
  • key color value is 0.39%

CMYK: (0,27,28,0)
C0M27Y28K0 (0%, 27%, 28%, 0%)
(0.00 / 0.27 / 0.28 / 0.00)

CMYK percentages

%0
%26.77
%27.56
%0.39

Codes

Color #FEBAB8 in popluar color models

FE BA B8
RGB 254 186 184
HSL 97.22% 85.88%
HSB/HSV 27.56% 99.61%
CMYK 0.00% 26.77% 27.56%
0.39%

Color #FEBAB8 in popluar number systems.

HEX FE BA B8
Decimal 254 186 184
Binary 11111110 10111010 10111000
Octal 376 272 270

Shades and tints

Shades of #FEBAB8

#FEBAB8
(254,186,184)
#E7AAA8
(231,170,168)
#D09A98
(208,154,152)
#B98A88
(185,138,136)
#A27A78
(162,122,120)
#8B6A68
(139,106,104)
#745A58
(116,90,88)
#5D4A48
(93,74,72)
#463A38
(70,58,56)
#2F2A28
(47,42,40)
#181A18
(24,26,24)
#000000
(0,0,0)

Tints of #FEBAB8

#FEBAB8
(254,186,184)
#FEC0BE
(254,192,190)
#FEC6C4
(254,198,196)
#FECCCA
(254,204,202)
#FED2D0
(254,210,208)
#FED8D6
(254,216,214)
#FEDEDC
(254,222,220)
#FEE4E2
(254,228,226)
#FEEAE8
(254,234,232)
#FEF0EE
(254,240,238)
#FEF6F4
(254,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEBAB8; }

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

This text font color is #FEBAB8.

Background Color

.myBgColor { background-color: #FEBAB8; }

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

This div background color is #FEBAB8.

Border color

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

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

This div border color is #FEBAB8.

Opacity

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

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

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

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

This text has shadow with #FEBAB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEBAB8.

Preview

Color preview on black background

This text has color #FEBAB8 on black background.


Color preview on white background

This text has color #FEBAB8 on white background.


Black color preview on #FEBAB8 background

This text has black color on #FEBAB8 background.


White color preview on #FEBAB8 background

This text has white color on #FEBAB8 background.


Related colors

Complementary color

Complementary color for #hex is #014547.


I love getcolorcode.com

Triadic colors

1 #B8FEBA and #BAB8FE with #FEBAB8 are triadic colors.

2 #B8BAFE and #BAFEB8 with #FEBAB8 are triadic colors.