COLOR #F9CEAE

HEX: #F9CEAE RGB: (249,206,174)

Color info

#F9CEAE contains mainly red and green colors. Web safe color of #F9CEAE is #FFCC99 (or #FC9).

RGB color model

#F9CEAE color RGB value is (249,206,174).

RGB: (249,206,174) (98%, 81%, 68%)

RGB channels and saturation

R 249 of 255 = 98%
G 206 of 255 = 81%
B 174 of 255 = 68%

249
206
174

R + G + B ~ 82%. #F9CEAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 206 + 174 = 629 (100%)
R 249 of 629 ~ 39.59%
G 206 of 629 ~ 32.75%
B 174 of 629 ~ 27.66'%

%39.59
%32.75
%27.66

CMYK color model

#F9CEAE color CMYK value is (0,17,30,2).

  • cyan value is 0.00%
  • magenta value is 17.27%
  • yellow value is 30.12%
  • key color value is 2.35%

CMYK: (0,17,30,2)
C0M17Y30K2 (0%, 17%, 30%, 2%)
(0.00 / 0.17 / 0.30 / 0.02)

CMYK percentages

%0
%17.27
%30.12
%2.35

Codes

Color #F9CEAE in popluar color models

F9 CE AE
RGB 249 206 174
HSL 26° 86.21% 82.94%
HSB/HSV 26° 30.12% 97.65%
CMYK 0.00% 17.27% 30.12%
2.35%

Color #F9CEAE in popluar number systems.

HEX F9 CE AE
Decimal 249 206 174
Binary 11111001 11001110 10101110
Octal 371 316 256

Shades and tints

Shades of #F9CEAE

#F9CEAE
(249,206,174)
#E3BC9F
(227,188,159)
#CDAA90
(205,170,144)
#B79881
(183,152,129)
#A18672
(161,134,114)
#8B7463
(139,116,99)
#756254
(117,98,84)
#5F5045
(95,80,69)
#493E36
(73,62,54)
#332C27
(51,44,39)
#1D1A18
(29,26,24)
#000000
(0,0,0)

Tints of #F9CEAE

#F9CEAE
(249,206,174)
#F9D2B5
(249,210,181)
#F9D6BC
(249,214,188)
#F9DAC3
(249,218,195)
#F9DECA
(249,222,202)
#F9E2D1
(249,226,209)
#F9E6D8
(249,230,216)
#F9EADF
(249,234,223)
#F9EEE6
(249,238,230)
#F9F2ED
(249,242,237)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9CEAE color. Also use rgb(249,206,174) instead hex code.

Text Font Color

.myTextColor { color: #F9CEAE; }

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

This text font color is #F9CEAE.

Background Color

.myBgColor { background-color: #F9CEAE; }

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

This div background color is #F9CEAE.

Border color

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

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

This div border color is #F9CEAE.

Opacity

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

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

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

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

This text has shadow with #F9CEAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9CEAE.

Preview

Color preview on black background

This text has color #F9CEAE on black background.


Color preview on white background

This text has color #F9CEAE on white background.


Black color preview on #F9CEAE background

This text has black color on #F9CEAE background.


White color preview on #F9CEAE background

This text has white color on #F9CEAE background.


Related colors

Complementary color

Complementary color for #hex is #063151.


I love getcolorcode.com

Triadic colors

1 #AEF9CE and #CEAEF9 with #F9CEAE are triadic colors.

2 #AECEF9 and #CEF9AE with #F9CEAE are triadic colors.