COLOR #FEEBF6

HEX: #FEEBF6
RGB: (254,235,246)

Color info

#FEEBF6 contains red, green and blue colors in about the same proportion. Web safe color of #FEEBF6 is #FFFFFF (or #FFF).

RGB color model

#FEEBF6 color RGB value is (254,235,246).

  • red value is 254;
  • green value is 235;
  • blue value is 246.
RGB:
(254,235,246)
(100%,92%,96%)

RGB channels and saturation

R 254 of 255 = 100%
G 235 of 255 = 92%
B 246 of 255 = 96%

254
235
246

R + G + B ~ 96%. #FEEBF6 is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 235 + 246 = 735 (100%)
R 254 of 735 ~ 34.56%
G 235 of 735 ~ 31.97%
B 246 of 735 ~ 33.47%

%34.56
%31.97
%33.47

CMYK color model

#FEEBF6 color CMYK value is (0,7,3,0).

  • cyan value is 0.00%
  • magenta value is 7.48%
  • yellow value is 3.15%
  • key color value is 0.39%
CMYK:
(0,7,3,0)
C0M7Y3K0 
(0%,7%,3%,0%)
(0.00/0.07/0.03/0.00)	

CMYK percentages

%0
%7.48
%3.15
%0.39

Codes

Color #FEEBF6 in popluar color models

FEEBF6
RGB254235246
HSL325°90.48%95.88%
HSB/HSV325°7.48%99.61%
CMYK0.00%7.48%3.15%
0.39%

Color #FEEBF6 in popluar number systems.

HEXFEEBF6
Decimal254235246
Binary111111101110101111110110
Octal376353366

Shades and tints

Shades of #FEEBF6

#FEEBF6
(254,235,246)
#E7D6E0
(231,214,224)
#D0C1CA
(208,193,202)
#B9ACB4
(185,172,180)
#A2979E
(162,151,158)
#8B8288
(139,130,136)
#746D72
(116,109,114)
#5D585C
(93,88,92)
#464346
(70,67,70)
#2F2E30
(47,46,48)
#18191A
(24,25,26)
#000000
(0,0,0)

Tints of #FEEBF6

#FEEBF6
(254,235,246)
#FEECF6
(254,236,246)
#FEEDF6
(254,237,246)
#FEEEF6
(254,238,246)
#FEEFF6
(254,239,246)
#FEF0F6
(254,240,246)
#FEF1F6
(254,241,246)
#FEF2F6
(254,242,246)
#FEF3F6
(254,243,246)
#FEF4F6
(254,244,246)
#FEF5F6
(254,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEEBF6 color. Also use rgb(254,235,246) instead hex code.

Text Font Color

.myTextColor { color: #FEEBF6; }

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

This text font color is #FEEBF6.


Background Color

.myBgColor { background-color: #FEEBF6; }

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

This div background color is #FEEBF6.


Border color

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

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

This div border color is #FEEBF6.


Opacity

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

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

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

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

This text has shadow with #FEEBF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEEBF6 on black background.


Color preview on white background

This text has color #FEEBF6 on white background.



Black color preview on #FEEBF6 background

This text has black color on #FEEBF6 background.


White color preview on #FEEBF6 background

This text has white color on #FEEBF6 background.