COLOR #FEB2D2

HEX: #FEB2D2 RGB: (254,178,210)

Color info

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

RGB color model

#FEB2D2 color RGB value is (254,178,210).

RGB: (254,178,210) (100%, 70%, 82%)

RGB channels and saturation

R 254 of 255 = 100%
G 178 of 255 = 70%
B 210 of 255 = 82%

254
178
210

R + G + B ~ 84%. #FEB2D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 178 + 210 = 642 (100%)
R 254 of 642 ~ 39.56%
G 178 of 642 ~ 27.73%
B 210 of 642 ~ 32.71'%

%39.56
%27.73
%32.71

CMYK color model

#FEB2D2 color CMYK value is (0,30,17,0).

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

CMYK: (0,30,17,0)
C0M30Y17K0 (0%, 30%, 17%, 0%)
(0.00 / 0.30 / 0.17 / 0.00)

CMYK percentages

%0
%29.92
%17.32
%0.39

Codes

Color #FEB2D2 in popluar color models

FE B2 D2
RGB 254 178 210
HSL 335° 97.44% 84.71%
HSB/HSV 335° 29.92% 99.61%
CMYK 0.00% 29.92% 17.32%
0.39%

Color #FEB2D2 in popluar number systems.

HEX FE B2 D2
Decimal 254 178 210
Binary 11111110 10110010 11010010
Octal 376 262 322

Shades and tints

Shades of #FEB2D2

#FEB2D2
(254,178,210)
#E7A2BF
(231,162,191)
#D092AC
(208,146,172)
#B98299
(185,130,153)
#A27286
(162,114,134)
#8B6273
(139,98,115)
#745260
(116,82,96)
#5D424D
(93,66,77)
#46323A
(70,50,58)
#2F2227
(47,34,39)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #FEB2D2

#FEB2D2
(254,178,210)
#FEB9D6
(254,185,214)
#FEC0DA
(254,192,218)
#FEC7DE
(254,199,222)
#FECEE2
(254,206,226)
#FED5E6
(254,213,230)
#FEDCEA
(254,220,234)
#FEE3EE
(254,227,238)
#FEEAF2
(254,234,242)
#FEF1F6
(254,241,246)
#FEF8FA
(254,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEB2D2; }

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

This text font color is #FEB2D2.

Background Color

.myBgColor { background-color: #FEB2D2; }

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

This div background color is #FEB2D2.

Border color

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

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

This div border color is #FEB2D2.

Opacity

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

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

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

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

This text has shadow with #FEB2D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEB2D2.

Preview

Color preview on black background

This text has color #FEB2D2 on black background.


Color preview on white background

This text has color #FEB2D2 on white background.


Black color preview on #FEB2D2 background

This text has black color on #FEB2D2 background.


White color preview on #FEB2D2 background

This text has white color on #FEB2D2 background.


Related colors

Complementary color

Complementary color for #hex is #014D2D.


I love getcolorcode.com

Triadic colors

1 #D2FEB2 and #B2D2FE with #FEB2D2 are triadic colors.

2 #D2B2FE and #B2FED2 with #FEB2D2 are triadic colors.