COLOR #FAEEEB

HEX: #FAEEEB
RGB: (250,238,235)

Color info

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

RGB color model

#FAEEEB color RGB value is (250,238,235).

  • red value is 250;
  • green value is 238;
  • blue value is 235.
RGB:
(250,238,235)
(98%,93%,92%)

RGB channels and saturation

R 250 of 255 = 98%
G 238 of 255 = 93%
B 235 of 255 = 92%

250
238
235

R + G + B ~ 94%. #FAEEEB is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 238 + 235 = 723 (100%)
R 250 of 723 ~ 34.58%
G 238 of 723 ~ 32.92%
B 235 of 723 ~ 32.5%

%34.58
%32.92
%32.5

CMYK color model

#FAEEEB color CMYK value is (0,5,6,2).

  • cyan value is 0.00%
  • magenta value is 4.80%
  • yellow value is 6.00%
  • key color value is 1.96%
CMYK:
(0,5,6,2)
C0M5Y6K2 
(0%,5%,6%,2%)
(0.00/0.05/0.06/0.02)	

CMYK percentages

%0
%4.8
%6
%1.96

Codes

Color #FAEEEB in popluar color models

FAEEEB
RGB250238235
HSL12°60.00%95.10%
HSB/HSV12°6.00%98.04%
CMYK0.00%4.80%6.00%
1.96%

Color #FAEEEB in popluar number systems.

HEXFAEEEB
Decimal250238235
Binary111110101110111011101011
Octal372356353

Shades and tints

Shades of #FAEEEB

#FAEEEB
(250,238,235)
#E4D9D6
(228,217,214)
#CEC4C1
(206,196,193)
#B8AFAC
(184,175,172)
#A29A97
(162,154,151)
#8C8582
(140,133,130)
#76706D
(118,112,109)
#605B58
(96,91,88)
#4A4643
(74,70,67)
#34312E
(52,49,46)
#1E1C19
(30,28,25)
#000000
(0,0,0)

Tints of #FAEEEB

#FAEEEB
(250,238,235)
#FAEFEC
(250,239,236)
#FAF0ED
(250,240,237)
#FAF1EE
(250,241,238)
#FAF2EF
(250,242,239)
#FAF3F0
(250,243,240)
#FAF4F1
(250,244,241)
#FAF5F2
(250,245,242)
#FAF6F3
(250,246,243)
#FAF7F4
(250,247,244)
#FAF8F5
(250,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAEEEB color. Also use rgb(250,238,235) instead hex code.

Text Font Color

.myTextColor { color: #FAEEEB; }

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

This text font color is #FAEEEB.


Background Color

.myBgColor { background-color: #FAEEEB; }

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

This div background color is #FAEEEB.


Border color

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

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

This div border color is #FAEEEB.


Opacity

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

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

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

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

This text has shadow with #FAEEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAEEEB on black background.


Color preview on white background

This text has color #FAEEEB on white background.



Black color preview on #FAEEEB background

This text has black color on #FAEEEB background.


White color preview on #FAEEEB background

This text has white color on #FAEEEB background.