COLOR #FAEEE3

HEX: #FAEEE3 RGB: (250,238,227)

Color info

#FAEEE3 contains red, green and blue colors in about the same proportion. Web safe color of #FAEEE3 is #FFFFCC (or #FFC).

RGB color model

#FAEEE3 color RGB value is (250,238,227).

RGB: (250,238,227) (98%, 93%, 89%)

RGB channels and saturation

R 250 of 255 = 98%
G 238 of 255 = 93%
B 227 of 255 = 89%

250
238
227

R + G + B ~ 93%. #FAEEE3 is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 238 + 227 = 715 (100%)
R 250 of 715 ~ 34.97%
G 238 of 715 ~ 33.29%
B 227 of 715 ~ 31.75'%

%34.97
%33.29
%31.75

CMYK color model

#FAEEE3 color CMYK value is (0,5,9,2).

  • cyan value is 0.00%
  • magenta value is 4.80%
  • yellow value is 9.20%
  • key color value is 1.96%

CMYK: (0,5,9,2)
C0M5Y9K2 (0%, 5%, 9%, 2%)
(0.00 / 0.05 / 0.09 / 0.02)

CMYK percentages

%0
%4.8
%9.2
%1.96

Codes

Color #FAEEE3 in popluar color models

FA EE E3
RGB 250 238 227
HSL 29° 69.70% 93.53%
HSB/HSV 29° 9.20% 98.04%
CMYK 0.00% 4.80% 9.20%
1.96%

Color #FAEEE3 in popluar number systems.

HEX FA EE E3
Decimal 250 238 227
Binary 11111010 11101110 11100011
Octal 372 356 343

Shades and tints

Shades of #FAEEE3

#FAEEE3
(250,238,227)
#E4D9CF
(228,217,207)
#CEC4BB
(206,196,187)
#B8AFA7
(184,175,167)
#A29A93
(162,154,147)
#8C857F
(140,133,127)
#76706B
(118,112,107)
#605B57
(96,91,87)
#4A4643
(74,70,67)
#34312F
(52,49,47)
#1E1C1B
(30,28,27)
#000000
(0,0,0)

Tints of #FAEEE3

#FAEEE3
(250,238,227)
#FAEFE5
(250,239,229)
#FAF0E7
(250,240,231)
#FAF1E9
(250,241,233)
#FAF2EB
(250,242,235)
#FAF3ED
(250,243,237)
#FAF4EF
(250,244,239)
#FAF5F1
(250,245,241)
#FAF6F3
(250,246,243)
#FAF7F5
(250,247,245)
#FAF8F7
(250,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAEEE3; }

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

This text font color is #FAEEE3.

Background Color

.myBgColor { background-color: #FAEEE3; }

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

This div background color is #FAEEE3.

Border color

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

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

This div border color is #FAEEE3.

Opacity

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

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

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

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

This text has shadow with #FAEEE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAEEE3.

Preview

Color preview on black background

This text has color #FAEEE3 on black background.


Color preview on white background

This text has color #FAEEE3 on white background.


Black color preview on #FAEEE3 background

This text has black color on #FAEEE3 background.


White color preview on #FAEEE3 background

This text has white color on #FAEEE3 background.


Related colors

Complementary color

Complementary color for #hex is #05111C.


I love getcolorcode.com

Triadic colors

1 #E3FAEE and #EEE3FA with #FAEEE3 are triadic colors.

2 #E3EEFA and #EEFAE3 with #FAEEE3 are triadic colors.