COLOR #FEBBE7

HEX: #FEBBE7
RGB: (254,187,231)

Color info

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

RGB color model

#FEBBE7 color RGB value is (254,187,231).

  • red value is 254;
  • green value is 187;
  • blue value is 231.
RGB:
(254,187,231)
(100%,73%,91%)

RGB channels and saturation

R 254 of 255 = 100%
G 187 of 255 = 73%
B 231 of 255 = 91%

254
187
231

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

Portions of RGB colors in percentages

R + G + B =
254 + 187 + 231 = 672 (100%)
R 254 of 672 ~ 37.8%
G 187 of 672 ~ 27.83%
B 231 of 672 ~ 34.38%

%37.8
%27.83
%34.38

CMYK color model

#FEBBE7 color CMYK value is (0,26,9,0).

  • cyan value is 0.00%
  • magenta value is 26.38%
  • yellow value is 9.06%
  • key color value is 0.39%
CMYK:
(0,26,9,0)
C0M26Y9K0 
(0%,26%,9%,0%)
(0.00/0.26/0.09/0.00)	

CMYK percentages

%0
%26.38
%9.06
%0.39

Codes

Color #FEBBE7 in popluar color models

FEBBE7
RGB254187231
HSL321°97.10%86.47%
HSB/HSV321°26.38%99.61%
CMYK0.00%26.38%9.06%
0.39%

Color #FEBBE7 in popluar number systems.

HEXFEBBE7
Decimal254187231
Binary111111101011101111100111
Octal376273347

Shades and tints

Shades of #FEBBE7

#FEBBE7
(254,187,231)
#E7AAD2
(231,170,210)
#D099BD
(208,153,189)
#B988A8
(185,136,168)
#A27793
(162,119,147)
#8B667E
(139,102,126)
#745569
(116,85,105)
#5D4454
(93,68,84)
#46333F
(70,51,63)
#2F222A
(47,34,42)
#181115
(24,17,21)
#000000
(0,0,0)

Tints of #FEBBE7

#FEBBE7
(254,187,231)
#FEC1E9
(254,193,233)
#FEC7EB
(254,199,235)
#FECDED
(254,205,237)
#FED3EF
(254,211,239)
#FED9F1
(254,217,241)
#FEDFF3
(254,223,243)
#FEE5F5
(254,229,245)
#FEEBF7
(254,235,247)
#FEF1F9
(254,241,249)
#FEF7FB
(254,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEBBE7 color. Also use rgb(254,187,231) instead hex code.

Text Font Color

.myTextColor { color: #FEBBE7; }

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

This text font color is #FEBBE7.


Background Color

.myBgColor { background-color: #FEBBE7; }

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

This div background color is #FEBBE7.


Border color

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

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

This div border color is #FEBBE7.


Opacity

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

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

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

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

This text has shadow with #FEBBE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEBBE7 on black background.


Color preview on white background

This text has color #FEBBE7 on white background.



Black color preview on #FEBBE7 background

This text has black color on #FEBBE7 background.


White color preview on #FEBBE7 background

This text has white color on #FEBBE7 background.