COLOR #FEB8DB

HEX: #FEB8DB RGB: (254,184,219)

Color info

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

RGB color model

#FEB8DB color RGB value is (254,184,219).

RGB: (254,184,219) (100%, 72%, 86%)

RGB channels and saturation

R 254 of 255 = 100%
G 184 of 255 = 72%
B 219 of 255 = 86%

254
184
219

R + G + B ~ 86%. #FEB8DB is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 184 + 219 = 657 (100%)
R 254 of 657 ~ 38.66%
G 184 of 657 ~ 28.01%
B 219 of 657 ~ 33.33'%

%38.66
%28.01
%33.33

CMYK color model

#FEB8DB color CMYK value is (0,28,14,0).

  • cyan value is 0.00%
  • magenta value is 27.56%
  • yellow value is 13.78%
  • key color value is 0.39%
CMYK: (0,28,14,0) C0M28Y14K0 (0%,28%,14%,0%) (0.00/0.28/0.14/0.00) 

CMYK percentages

%0
%27.56
%13.78
%0.39

Codes

Color #FEB8DB in popluar color models

FE B8 DB
RGB 254 184 219
HSL 330° 97.22% 85.88%
HSB/HSV 330° 27.56% 99.61%
CMYK 0.00% 27.56% 13.78%
0.39%

Color #FEB8DB in popluar number systems.

HEX FE B8 DB
Decimal 254 184 219
Binary 11111110 10111000 11011011
Octal 376 270 333

Shades and tints

Shades of #FEB8DB

#FEB8DB
(254,184,219)
#E7A8C8
(231,168,200)
#D098B5
(208,152,181)
#B988A2
(185,136,162)
#A2788F
(162,120,143)
#8B687C
(139,104,124)
#745869
(116,88,105)
#5D4856
(93,72,86)
#463843
(70,56,67)
#2F2830
(47,40,48)
#18181D
(24,24,29)
#000000
(0,0,0)

Tints of #FEB8DB

#FEB8DB
(254,184,219)
#FEBEDE
(254,190,222)
#FEC4E1
(254,196,225)
#FECAE4
(254,202,228)
#FED0E7
(254,208,231)
#FED6EA
(254,214,234)
#FEDCED
(254,220,237)
#FEE2F0
(254,226,240)
#FEE8F3
(254,232,243)
#FEEEF6
(254,238,246)
#FEF4F9
(254,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEB8DB; }

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

This text font color is #FEB8DB.

Background Color

.myBgColor { background-color: #FEB8DB; }

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

This div background color is #FEB8DB.

Border color

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

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

This div border color is #FEB8DB.

Opacity

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

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

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

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

This text has shadow with #FEB8DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEB8DB.

Preview

Color preview on black background

This text has color #FEB8DB on black background.


Color preview on white background

This text has color #FEB8DB on white background.


Black color preview on #FEB8DB background

This text has black color on #FEB8DB background.


White color preview on #FEB8DB background

This text has white color on #FEB8DB background.


Related colors

Complementary color

Complementary color for #hex is #014724.


I love getcolorcode.com

Triadic colors

1 #DBFEB8 and #B8DBFE with #FEB8DB are triadic colors.

2 #DBB8FE and #B8FEDB with #FEB8DB are triadic colors.