COLOR #FEB2DB

HEX: #FEB2DB RGB: (254,178,219)

Color info

#FEB2DB contains mainly red and blue colors. Web safe color of #FEB2DB is #FF99CC (or #F9C).

RGB color model

#FEB2DB color RGB value is (254,178,219).

RGB: (254,178,219) (100%, 70%, 86%)

RGB channels and saturation

R 254 of 255 = 100%
G 178 of 255 = 70%
B 219 of 255 = 86%

254
178
219

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

Portions of RGB colors in percentages

R + G + B = 254 + 178 + 219 = 651 (100%)
R 254 of 651 ~ 39.02%
G 178 of 651 ~ 27.34%
B 219 of 651 ~ 33.64'%

%39.02
%27.34
%33.64

CMYK color model

#FEB2DB color CMYK value is (0,30,14,0).

  • cyan value is 0.00%
  • magenta value is 29.92%
  • yellow value is 13.78%
  • key color value is 0.39%

CMYK: (0,30,14,0)
C0M30Y14K0 (0%, 30%, 14%, 0%)
(0.00 / 0.30 / 0.14 / 0.00)

CMYK percentages

%0
%29.92
%13.78
%0.39

Codes

Color #FEB2DB in popluar color models

FE B2 DB
RGB 254 178 219
HSL 328° 97.44% 84.71%
HSB/HSV 328° 29.92% 99.61%
CMYK 0.00% 29.92% 13.78%
0.39%

Color #FEB2DB in popluar number systems.

HEX FE B2 DB
Decimal 254 178 219
Binary 11111110 10110010 11011011
Octal 376 262 333

Shades and tints

Shades of #FEB2DB

#FEB2DB
(254,178,219)
#E7A2C8
(231,162,200)
#D092B5
(208,146,181)
#B982A2
(185,130,162)
#A2728F
(162,114,143)
#8B627C
(139,98,124)
#745269
(116,82,105)
#5D4256
(93,66,86)
#463243
(70,50,67)
#2F2230
(47,34,48)
#18121D
(24,18,29)
#000000
(0,0,0)

Tints of #FEB2DB

#FEB2DB
(254,178,219)
#FEB9DE
(254,185,222)
#FEC0E1
(254,192,225)
#FEC7E4
(254,199,228)
#FECEE7
(254,206,231)
#FED5EA
(254,213,234)
#FEDCED
(254,220,237)
#FEE3F0
(254,227,240)
#FEEAF3
(254,234,243)
#FEF1F6
(254,241,246)
#FEF8F9
(254,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEB2DB; }

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

This text font color is #FEB2DB.

Background Color

.myBgColor { background-color: #FEB2DB; }

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

This div background color is #FEB2DB.

Border color

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

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

This div border color is #FEB2DB.

Opacity

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

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

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

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

This text has shadow with #FEB2DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEB2DB.

Preview

Color preview on black background

This text has color #FEB2DB on black background.


Color preview on white background

This text has color #FEB2DB on white background.


Black color preview on #FEB2DB background

This text has black color on #FEB2DB background.


White color preview on #FEB2DB background

This text has white color on #FEB2DB background.


Related colors

Complementary color

Complementary color for #hex is #014D24.


I love getcolorcode.com

Triadic colors

1 #DBFEB2 and #B2DBFE with #FEB2DB are triadic colors.

2 #DBB2FE and #B2FEDB with #FEB2DB are triadic colors.