COLOR #F9CEB2

HEX: #F9CEB2 RGB: (249,206,178)

Color info

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

RGB color model

#F9CEB2 color RGB value is (249,206,178).

RGB: (249,206,178) (98%, 81%, 70%)

RGB channels and saturation

R 249 of 255 = 98%
G 206 of 255 = 81%
B 178 of 255 = 70%

249
206
178

R + G + B ~ 83%. #F9CEB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 206 + 178 = 633 (100%)
R 249 of 633 ~ 39.34%
G 206 of 633 ~ 32.54%
B 178 of 633 ~ 28.12'%

%39.34
%32.54
%28.12

CMYK color model

#F9CEB2 color CMYK value is (0,17,29,2).

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

CMYK: (0,17,29,2)
C0M17Y29K2 (0%, 17%, 29%, 2%)
(0.00 / 0.17 / 0.29 / 0.02)

CMYK percentages

%0
%17.27
%28.51
%2.35

Codes

Color #F9CEB2 in popluar color models

F9 CE B2
RGB 249 206 178
HSL 24° 85.54% 83.73%
HSB/HSV 24° 28.51% 97.65%
CMYK 0.00% 17.27% 28.51%
2.35%

Color #F9CEB2 in popluar number systems.

HEX F9 CE B2
Decimal 249 206 178
Binary 11111001 11001110 10110010
Octal 371 316 262

Shades and tints

Shades of #F9CEB2

#F9CEB2
(249,206,178)
#E3BCA2
(227,188,162)
#CDAA92
(205,170,146)
#B79882
(183,152,130)
#A18672
(161,134,114)
#8B7462
(139,116,98)
#756252
(117,98,82)
#5F5042
(95,80,66)
#493E32
(73,62,50)
#332C22
(51,44,34)
#1D1A12
(29,26,18)
#000000
(0,0,0)

Tints of #F9CEB2

#F9CEB2
(249,206,178)
#F9D2B9
(249,210,185)
#F9D6C0
(249,214,192)
#F9DAC7
(249,218,199)
#F9DECE
(249,222,206)
#F9E2D5
(249,226,213)
#F9E6DC
(249,230,220)
#F9EAE3
(249,234,227)
#F9EEEA
(249,238,234)
#F9F2F1
(249,242,241)
#F9F6F8
(249,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9CEB2; }

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

This text font color is #F9CEB2.

Background Color

.myBgColor { background-color: #F9CEB2; }

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

This div background color is #F9CEB2.

Border color

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

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

This div border color is #F9CEB2.

Opacity

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

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

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

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

This text has shadow with #F9CEB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9CEB2.

Preview

Color preview on black background

This text has color #F9CEB2 on black background.


Color preview on white background

This text has color #F9CEB2 on white background.


Black color preview on #F9CEB2 background

This text has black color on #F9CEB2 background.


White color preview on #F9CEB2 background

This text has white color on #F9CEB2 background.


Related colors

Complementary color

Complementary color for #hex is #06314D.


I love getcolorcode.com

Triadic colors

1 #B2F9CE and #CEB2F9 with #F9CEB2 are triadic colors.

2 #B2CEF9 and #CEF9B2 with #F9CEB2 are triadic colors.