COLOR #FAECC7

HEX: #FAECC7 RGB: (250,236,199)

Color info

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

RGB color model

#FAECC7 color RGB value is (250,236,199).

RGB: (250,236,199) (98%, 93%, 78%)

RGB channels and saturation

R 250 of 255 = 98%
G 236 of 255 = 93%
B 199 of 255 = 78%

250
236
199

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

Portions of RGB colors in percentages

R + G + B = 250 + 236 + 199 = 685 (100%)
R 250 of 685 ~ 36.5%
G 236 of 685 ~ 34.45%
B 199 of 685 ~ 29.05'%

%36.5
%34.45
%29.05

CMYK color model

#FAECC7 color CMYK value is (0,6,20,2).

  • cyan value is 0.00%
  • magenta value is 5.60%
  • yellow value is 20.40%
  • key color value is 1.96%

CMYK: (0,6,20,2)
C0M6Y20K2 (0%, 6%, 20%, 2%)
(0.00 / 0.06 / 0.20 / 0.02)

CMYK percentages

%0
%5.6
%20.4
%1.96

Codes

Color #FAECC7 in popluar color models

FA EC C7
RGB 250 236 199
HSL 44° 83.61% 88.04%
HSB/HSV 44° 20.40% 98.04%
CMYK 0.00% 5.60% 20.40%
1.96%

Color #FAECC7 in popluar number systems.

HEX FA EC C7
Decimal 250 236 199
Binary 11111010 11101100 11000111
Octal 372 354 307

Shades and tints

Shades of #FAECC7

#FAECC7
(250,236,199)
#E4D7B5
(228,215,181)
#CEC2A3
(206,194,163)
#B8AD91
(184,173,145)
#A2987F
(162,152,127)
#8C836D
(140,131,109)
#766E5B
(118,110,91)
#605949
(96,89,73)
#4A4437
(74,68,55)
#342F25
(52,47,37)
#1E1A13
(30,26,19)
#000000
(0,0,0)

Tints of #FAECC7

#FAECC7
(250,236,199)
#FAEDCC
(250,237,204)
#FAEED1
(250,238,209)
#FAEFD6
(250,239,214)
#FAF0DB
(250,240,219)
#FAF1E0
(250,241,224)
#FAF2E5
(250,242,229)
#FAF3EA
(250,243,234)
#FAF4EF
(250,244,239)
#FAF5F4
(250,245,244)
#FAF6F9
(250,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAECC7 color. Also use rgb(250,236,199) instead hex code.

Text Font Color

.myTextColor { color: #FAECC7; }

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

This text font color is #FAECC7.

Background Color

.myBgColor { background-color: #FAECC7; }

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

This div background color is #FAECC7.

Border color

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

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

This div border color is #FAECC7.

Opacity

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

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

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

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

This text has shadow with #FAECC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAECC7.

Preview

Color preview on black background

This text has color #FAECC7 on black background.


Color preview on white background

This text has color #FAECC7 on white background.


Black color preview on #FAECC7 background

This text has black color on #FAECC7 background.


White color preview on #FAECC7 background

This text has white color on #FAECC7 background.


Related colors

Complementary color

Complementary color for #hex is #051338.


I love getcolorcode.com

Triadic colors

1 #C7FAEC and #ECC7FA with #FAECC7 are triadic colors.

2 #C7ECFA and #ECFAC7 with #FAECC7 are triadic colors.