COLOR #FEBAD1

HEX: #FEBAD1 RGB: (254,186,209)

Color info

#FEBAD1 contains mainly red and blue colors. Web safe color of #FEBAD1 is #FFCCCC (or #FCC).

RGB color model

#FEBAD1 color RGB value is (254,186,209).

RGB: (254,186,209) (100%, 73%, 82%)

RGB channels and saturation

R 254 of 255 = 100%
G 186 of 255 = 73%
B 209 of 255 = 82%

254
186
209

R + G + B ~ 85%. #FEBAD1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 186 + 209 = 649 (100%)
R 254 of 649 ~ 39.14%
G 186 of 649 ~ 28.66%
B 209 of 649 ~ 32.2'%

%39.14
%28.66
%32.2

CMYK color model

#FEBAD1 color CMYK value is (0,27,18,0).

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

CMYK: (0,27,18,0)
C0M27Y18K0 (0%, 27%, 18%, 0%)
(0.00 / 0.27 / 0.18 / 0.00)

CMYK percentages

%0
%26.77
%17.72
%0.39

Codes

Color #FEBAD1 in popluar color models

FE BA D1
RGB 254 186 209
HSL 340° 97.14% 86.27%
HSB/HSV 340° 26.77% 99.61%
CMYK 0.00% 26.77% 17.72%
0.39%

Color #FEBAD1 in popluar number systems.

HEX FE BA D1
Decimal 254 186 209
Binary 11111110 10111010 11010001
Octal 376 272 321

Shades and tints

Shades of #FEBAD1

#FEBAD1
(254,186,209)
#E7AABE
(231,170,190)
#D09AAB
(208,154,171)
#B98A98
(185,138,152)
#A27A85
(162,122,133)
#8B6A72
(139,106,114)
#745A5F
(116,90,95)
#5D4A4C
(93,74,76)
#463A39
(70,58,57)
#2F2A26
(47,42,38)
#181A13
(24,26,19)
#000000
(0,0,0)

Tints of #FEBAD1

#FEBAD1
(254,186,209)
#FEC0D5
(254,192,213)
#FEC6D9
(254,198,217)
#FECCDD
(254,204,221)
#FED2E1
(254,210,225)
#FED8E5
(254,216,229)
#FEDEE9
(254,222,233)
#FEE4ED
(254,228,237)
#FEEAF1
(254,234,241)
#FEF0F5
(254,240,245)
#FEF6F9
(254,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEBAD1; }

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

This text font color is #FEBAD1.

Background Color

.myBgColor { background-color: #FEBAD1; }

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

This div background color is #FEBAD1.

Border color

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

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

This div border color is #FEBAD1.

Opacity

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

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

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

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

This text has shadow with #FEBAD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEBAD1.

Preview

Color preview on black background

This text has color #FEBAD1 on black background.


Color preview on white background

This text has color #FEBAD1 on white background.


Black color preview on #FEBAD1 background

This text has black color on #FEBAD1 background.


White color preview on #FEBAD1 background

This text has white color on #FEBAD1 background.


Related colors

Complementary color

Complementary color for #hex is #01452E.


I love getcolorcode.com

Triadic colors

1 #D1FEBA and #BAD1FE with #FEBAD1 are triadic colors.

2 #D1BAFE and #BAFED1 with #FEBAD1 are triadic colors.