COLOR #FEBEF4

HEX: #FEBEF4
RGB: (254,190,244)

Color info

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

RGB color model

#FEBEF4 color RGB value is (254,190,244).

  • red value is 254;
  • green value is 190;
  • blue value is 244.
RGB:
(254,190,244)
(100%,75%,96%)

RGB channels and saturation

R 254 of 255 = 100%
G 190 of 255 = 75%
B 244 of 255 = 96%

254
190
244

R + G + B ~ 90%. #FEBEF4 is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 190 + 244 = 688 (100%)
R 254 of 688 ~ 36.92%
G 190 of 688 ~ 27.62%
B 244 of 688 ~ 35.47%

%36.92
%27.62
%35.47

CMYK color model

#FEBEF4 color CMYK value is (0,25,4,0).

  • cyan value is 0.00%
  • magenta value is 25.20%
  • yellow value is 3.94%
  • key color value is 0.39%
CMYK:
(0,25,4,0)
C0M25Y4K0 
(0%,25%,4%,0%)
(0.00/0.25/0.04/0.00)	

CMYK percentages

%0
%25.2
%3.94
%0.39

Codes

Color #FEBEF4 in popluar color models

FEBEF4
RGB254190244
HSL309°96.97%87.06%
HSB/HSV309°25.20%99.61%
CMYK0.00%25.20%3.94%
0.39%

Color #FEBEF4 in popluar number systems.

HEXFEBEF4
Decimal254190244
Binary111111101011111011110100
Octal376276364

Shades and tints

Shades of #FEBEF4

#FEBEF4
(254,190,244)
#E7ADDE
(231,173,222)
#D09CC8
(208,156,200)
#B98BB2
(185,139,178)
#A27A9C
(162,122,156)
#8B6986
(139,105,134)
#745870
(116,88,112)
#5D475A
(93,71,90)
#463644
(70,54,68)
#2F252E
(47,37,46)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #FEBEF4

#FEBEF4
(254,190,244)
#FEC3F5
(254,195,245)
#FEC8F6
(254,200,246)
#FECDF7
(254,205,247)
#FED2F8
(254,210,248)
#FED7F9
(254,215,249)
#FEDCFA
(254,220,250)
#FEE1FB
(254,225,251)
#FEE6FC
(254,230,252)
#FEEBFD
(254,235,253)
#FEF0FE
(254,240,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEBEF4; }

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

This text font color is #FEBEF4.


Background Color

.myBgColor { background-color: #FEBEF4; }

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

This div background color is #FEBEF4.


Border color

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

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

This div border color is #FEBEF4.


Opacity

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

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

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

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

This text has shadow with #FEBEF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEBEF4 on black background.


Color preview on white background

This text has color #FEBEF4 on white background.



Black color preview on #FEBEF4 background

This text has black color on #FEBEF4 background.


White color preview on #FEBEF4 background

This text has white color on #FEBEF4 background.