COLOR #FEBED2

HEX: #FEBED2 RGB: (254,190,210)

Color info

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

RGB color model

#FEBED2 color RGB value is (254,190,210).

RGB: (254,190,210) (100%, 75%, 82%)

RGB channels and saturation

R 254 of 255 = 100%
G 190 of 255 = 75%
B 210 of 255 = 82%

254
190
210

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

Portions of RGB colors in percentages

R + G + B = 254 + 190 + 210 = 654 (100%)
R 254 of 654 ~ 38.84%
G 190 of 654 ~ 29.05%
B 210 of 654 ~ 32.11'%

%38.84
%29.05
%32.11

CMYK color model

#FEBED2 color CMYK value is (0,25,17,0).

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

CMYK: (0,25,17,0)
C0M25Y17K0 (0%, 25%, 17%, 0%)
(0.00 / 0.25 / 0.17 / 0.00)

CMYK percentages

%0
%25.2
%17.32
%0.39

Codes

Color #FEBED2 in popluar color models

FE BE D2
RGB 254 190 210
HSL 341° 96.97% 87.06%
HSB/HSV 341° 25.20% 99.61%
CMYK 0.00% 25.20% 17.32%
0.39%

Color #FEBED2 in popluar number systems.

HEX FE BE D2
Decimal 254 190 210
Binary 11111110 10111110 11010010
Octal 376 276 322

Shades and tints

Shades of #FEBED2

#FEBED2
(254,190,210)
#E7ADBF
(231,173,191)
#D09CAC
(208,156,172)
#B98B99
(185,139,153)
#A27A86
(162,122,134)
#8B6973
(139,105,115)
#745860
(116,88,96)
#5D474D
(93,71,77)
#46363A
(70,54,58)
#2F2527
(47,37,39)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #FEBED2

#FEBED2
(254,190,210)
#FEC3D6
(254,195,214)
#FEC8DA
(254,200,218)
#FECDDE
(254,205,222)
#FED2E2
(254,210,226)
#FED7E6
(254,215,230)
#FEDCEA
(254,220,234)
#FEE1EE
(254,225,238)
#FEE6F2
(254,230,242)
#FEEBF6
(254,235,246)
#FEF0FA
(254,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEBED2; }

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

This text font color is #FEBED2.

Background Color

.myBgColor { background-color: #FEBED2; }

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

This div background color is #FEBED2.

Border color

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

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

This div border color is #FEBED2.

Opacity

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

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

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

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

This text has shadow with #FEBED2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEBED2.

Preview

Color preview on black background

This text has color #FEBED2 on black background.


Color preview on white background

This text has color #FEBED2 on white background.


Black color preview on #FEBED2 background

This text has black color on #FEBED2 background.


White color preview on #FEBED2 background

This text has white color on #FEBED2 background.


Related colors

Complementary color

Complementary color for #hex is #01412D.


I love getcolorcode.com

Triadic colors

1 #D2FEBE and #BED2FE with #FEBED2 are triadic colors.

2 #D2BEFE and #BEFED2 with #FEBED2 are triadic colors.