COLOR #FEB7EA

HEX: #FEB7EA RGB: (254,183,234)

Color info

#FEB7EA contains mainly red and blue colors. Web safe color of #FEB7EA is #FFCCFF (or #FCF).

RGB color model

#FEB7EA color RGB value is (254,183,234).

RGB: (254,183,234) (100%, 72%, 92%)

RGB channels and saturation

R 254 of 255 = 100%
G 183 of 255 = 72%
B 234 of 255 = 92%

254
183
234

R + G + B ~ 88%. #FEB7EA is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 183 + 234 = 671 (100%)
R 254 of 671 ~ 37.85%
G 183 of 671 ~ 27.27%
B 234 of 671 ~ 34.87'%

%37.85
%27.27
%34.87

CMYK color model

#FEB7EA color CMYK value is (0,28,8,0).

  • cyan value is 0.00%
  • magenta value is 27.95%
  • yellow value is 7.87%
  • key color value is 0.39%

CMYK: (0,28,8,0)
C0M28Y8K0 (0%, 28%, 8%, 0%)
(0.00 / 0.28 / 0.08 / 0.00)

CMYK percentages

%0
%27.95
%7.87
%0.39

Codes

Color #FEB7EA in popluar color models

FE B7 EA
RGB 254 183 234
HSL 317° 97.26% 85.69%
HSB/HSV 317° 27.95% 99.61%
CMYK 0.00% 27.95% 7.87%
0.39%

Color #FEB7EA in popluar number systems.

HEX FE B7 EA
Decimal 254 183 234
Binary 11111110 10110111 11101010
Octal 376 267 352

Shades and tints

Shades of #FEB7EA

#FEB7EA
(254,183,234)
#E7A7D5
(231,167,213)
#D097C0
(208,151,192)
#B987AB
(185,135,171)
#A27796
(162,119,150)
#8B6781
(139,103,129)
#74576C
(116,87,108)
#5D4757
(93,71,87)
#463742
(70,55,66)
#2F272D
(47,39,45)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #FEB7EA

#FEB7EA
(254,183,234)
#FEBDEB
(254,189,235)
#FEC3EC
(254,195,236)
#FEC9ED
(254,201,237)
#FECFEE
(254,207,238)
#FED5EF
(254,213,239)
#FEDBF0
(254,219,240)
#FEE1F1
(254,225,241)
#FEE7F2
(254,231,242)
#FEEDF3
(254,237,243)
#FEF3F4
(254,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEB7EA color. Also use rgb(254,183,234) instead hex code.

Text Font Color

.myTextColor { color: #FEB7EA; }

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

This text font color is #FEB7EA.

Background Color

.myBgColor { background-color: #FEB7EA; }

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

This div background color is #FEB7EA.

Border color

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

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

This div border color is #FEB7EA.

Opacity

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

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

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

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

This text has shadow with #FEB7EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEB7EA.

Preview

Color preview on black background

This text has color #FEB7EA on black background.


Color preview on white background

This text has color #FEB7EA on white background.


Black color preview on #FEB7EA background

This text has black color on #FEB7EA background.


White color preview on #FEB7EA background

This text has white color on #FEB7EA background.


Related colors

Complementary color

Complementary color for #hex is #014815.


I love getcolorcode.com

Triadic colors

1 #EAFEB7 and #B7EAFE with #FEB7EA are triadic colors.

2 #EAB7FE and #B7FEEA with #FEB7EA are triadic colors.