COLOR #FEBFE8

HEX: #FEBFE8
RGB: (254,191,232)

Color info

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

RGB color model

#FEBFE8 color RGB value is (254,191,232).

  • red value is 254;
  • green value is 191;
  • blue value is 232.
RGB:
(254,191,232)
(100%,75%,91%)

RGB channels and saturation

R 254 of 255 = 100%
G 191 of 255 = 75%
B 232 of 255 = 91%

254
191
232

R + G + B ~ 89%. #FEBFE8 is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 191 + 232 = 677 (100%)
R 254 of 677 ~ 37.52%
G 191 of 677 ~ 28.21%
B 232 of 677 ~ 34.27%

%37.52
%28.21
%34.27

CMYK color model

#FEBFE8 color CMYK value is (0,25,9,0).

  • cyan value is 0.00%
  • magenta value is 24.80%
  • yellow value is 8.66%
  • key color value is 0.39%
CMYK:
(0,25,9,0)
C0M25Y9K0 
(0%,25%,9%,0%)
(0.00/0.25/0.09/0.00)	

CMYK percentages

%0
%24.8
%8.66
%0.39

Codes

Color #FEBFE8 in popluar color models

FEBFE8
RGB254191232
HSL321°96.92%87.25%
HSB/HSV321°24.80%99.61%
CMYK0.00%24.80%8.66%
0.39%

Color #FEBFE8 in popluar number systems.

HEXFEBFE8
Decimal254191232
Binary111111101011111111101000
Octal376277350

Shades and tints

Shades of #FEBFE8

#FEBFE8
(254,191,232)
#E7AED3
(231,174,211)
#D09DBE
(208,157,190)
#B98CA9
(185,140,169)
#A27B94
(162,123,148)
#8B6A7F
(139,106,127)
#74596A
(116,89,106)
#5D4855
(93,72,85)
#463740
(70,55,64)
#2F262B
(47,38,43)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #FEBFE8

#FEBFE8
(254,191,232)
#FEC4EA
(254,196,234)
#FEC9EC
(254,201,236)
#FECEEE
(254,206,238)
#FED3F0
(254,211,240)
#FED8F2
(254,216,242)
#FEDDF4
(254,221,244)
#FEE2F6
(254,226,246)
#FEE7F8
(254,231,248)
#FEECFA
(254,236,250)
#FEF1FC
(254,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEBFE8 color. Also use rgb(254,191,232) instead hex code.

Text Font Color

.myTextColor { color: #FEBFE8; }

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

This text font color is #FEBFE8.


Background Color

.myBgColor { background-color: #FEBFE8; }

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

This div background color is #FEBFE8.


Border color

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

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

This div border color is #FEBFE8.


Opacity

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

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

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

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

This text has shadow with #FEBFE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEBFE8 on black background.


Color preview on white background

This text has color #FEBFE8 on white background.



Black color preview on #FEBFE8 background

This text has black color on #FEBFE8 background.


White color preview on #FEBFE8 background

This text has white color on #FEBFE8 background.