COLOR #FEEAEB

HEX: #FEEAEB
RGB: (254,234,235)

Color info

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

RGB color model

#FEEAEB color RGB value is (254,234,235).

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

RGB channels and saturation

R 254 of 255 = 100%
G 234 of 255 = 92%
B 235 of 255 = 92%

254
234
235

R + G + B ~ 95%. #FEEAEB is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 234 + 235 = 723 (100%)
R 254 of 723 ~ 35.13%
G 234 of 723 ~ 32.37%
B 235 of 723 ~ 32.5%

%35.13
%32.37
%32.5

CMYK color model

#FEEAEB color CMYK value is (0,8,7,0).

  • cyan value is 0.00%
  • magenta value is 7.87%
  • yellow value is 7.48%
  • key color value is 0.39%
CMYK:
(0,8,7,0)
C0M8Y7K0 
(0%,8%,7%,0%)
(0.00/0.08/0.07/0.00)	

CMYK percentages

%0
%7.87
%7.48
%0.39

Codes

Color #FEEAEB in popluar color models

FEEAEB
RGB254234235
HSL357°90.91%95.69%
HSB/HSV357°7.87%99.61%
CMYK0.00%7.87%7.48%
0.39%

Color #FEEAEB in popluar number systems.

HEXFEEAEB
Decimal254234235
Binary111111101110101011101011
Octal376352353

Shades and tints

Shades of #FEEAEB

#FEEAEB
(254,234,235)
#E7D5D6
(231,213,214)
#D0C0C1
(208,192,193)
#B9ABAC
(185,171,172)
#A29697
(162,150,151)
#8B8182
(139,129,130)
#746C6D
(116,108,109)
#5D5758
(93,87,88)
#464243
(70,66,67)
#2F2D2E
(47,45,46)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #FEEAEB

#FEEAEB
(254,234,235)
#FEEBEC
(254,235,236)
#FEECED
(254,236,237)
#FEEDEE
(254,237,238)
#FEEEEF
(254,238,239)
#FEEFF0
(254,239,240)
#FEF0F1
(254,240,241)
#FEF1F2
(254,241,242)
#FEF2F3
(254,242,243)
#FEF3F4
(254,243,244)
#FEF4F5
(254,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEEAEB; }

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

This text font color is #FEEAEB.


Background Color

.myBgColor { background-color: #FEEAEB; }

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

This div background color is #FEEAEB.


Border color

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

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

This div border color is #FEEAEB.


Opacity

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

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

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

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

This text has shadow with #FEEAEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEEAEB on black background.


Color preview on white background

This text has color #FEEAEB on white background.



Black color preview on #FEEAEB background

This text has black color on #FEEAEB background.


White color preview on #FEEAEB background

This text has white color on #FEEAEB background.