COLOR #FEB2DD

HEX: #FEB2DD RGB: (254,178,221)

Color info

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

RGB color model

#FEB2DD color RGB value is (254,178,221).

RGB: (254,178,221) (100%, 70%, 87%)

RGB channels and saturation

R 254 of 255 = 100%
G 178 of 255 = 70%
B 221 of 255 = 87%

254
178
221

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

Portions of RGB colors in percentages

R + G + B = 254 + 178 + 221 = 653 (100%)
R 254 of 653 ~ 38.9%
G 178 of 653 ~ 27.26%
B 221 of 653 ~ 33.84'%

%38.9
%27.26
%33.84

CMYK color model

#FEB2DD color CMYK value is (0,30,13,0).

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

CMYK: (0,30,13,0)
C0M30Y13K0 (0%, 30%, 13%, 0%)
(0.00 / 0.30 / 0.13 / 0.00)

CMYK percentages

%0
%29.92
%12.99
%0.39

Codes

Color #FEB2DD in popluar color models

FE B2 DD
RGB 254 178 221
HSL 326° 97.44% 84.71%
HSB/HSV 326° 29.92% 99.61%
CMYK 0.00% 29.92% 12.99%
0.39%

Color #FEB2DD in popluar number systems.

HEX FE B2 DD
Decimal 254 178 221
Binary 11111110 10110010 11011101
Octal 376 262 335

Shades and tints

Shades of #FEB2DD

#FEB2DD
(254,178,221)
#E7A2C9
(231,162,201)
#D092B5
(208,146,181)
#B982A1
(185,130,161)
#A2728D
(162,114,141)
#8B6279
(139,98,121)
#745265
(116,82,101)
#5D4251
(93,66,81)
#46323D
(70,50,61)
#2F2229
(47,34,41)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #FEB2DD

#FEB2DD
(254,178,221)
#FEB9E0
(254,185,224)
#FEC0E3
(254,192,227)
#FEC7E6
(254,199,230)
#FECEE9
(254,206,233)
#FED5EC
(254,213,236)
#FEDCEF
(254,220,239)
#FEE3F2
(254,227,242)
#FEEAF5
(254,234,245)
#FEF1F8
(254,241,248)
#FEF8FB
(254,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEB2DD; }

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

This text font color is #FEB2DD.

Background Color

.myBgColor { background-color: #FEB2DD; }

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

This div background color is #FEB2DD.

Border color

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

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

This div border color is #FEB2DD.

Opacity

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

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

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

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

This text has shadow with #FEB2DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEB2DD.

Preview

Color preview on black background

This text has color #FEB2DD on black background.


Color preview on white background

This text has color #FEB2DD on white background.


Black color preview on #FEB2DD background

This text has black color on #FEB2DD background.


White color preview on #FEB2DD background

This text has white color on #FEB2DD background.


Related colors

Complementary color

Complementary color for #hex is #014D22.


I love getcolorcode.com

Triadic colors

1 #DDFEB2 and #B2DDFE with #FEB2DD are triadic colors.

2 #DDB2FE and #B2FEDD with #FEB2DD are triadic colors.