COLOR #F8CEAE

HEX: #F8CEAE
RGB: (248,206,174)

Color info

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

RGB color model

#F8CEAE color RGB value is (248,206,174).

  • red value is 248;
  • green value is 206;
  • blue value is 174.
RGB:
(248,206,174)
(97%,81%,68%)

RGB channels and saturation

R 248 of 255 = 97%
G 206 of 255 = 81%
B 174 of 255 = 68%

248
206
174

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

Portions of RGB colors in percentages

R + G + B =
248 + 206 + 174 = 628 (100%)
R 248 of 628 ~ 39.49%
G 206 of 628 ~ 32.8%
B 174 of 628 ~ 27.71%

%39.49
%32.8
%27.71

CMYK color model

#F8CEAE color CMYK value is (0,17,30,3).

  • cyan value is 0.00%
  • magenta value is 16.94%
  • yellow value is 29.84%
  • key color value is 2.75%
CMYK:
(0,17,30,3)
C0M17Y30K3 
(0%,17%,30%,3%)
(0.00/0.17/0.30/0.03)	

CMYK percentages

%0
%16.94
%29.84
%2.75

Codes

Color #F8CEAE in popluar color models

F8CEAE
RGB248206174
HSL26°84.09%82.75%
HSB/HSV26°29.84%97.25%
CMYK0.00%16.94%29.84%
2.75%

Color #F8CEAE in popluar number systems.

HEXF8CEAE
Decimal248206174
Binary111110001100111010101110
Octal370316256

Shades and tints

Shades of #F8CEAE

#F8CEAE
(248,206,174)
#E2BC9F
(226,188,159)
#CCAA90
(204,170,144)
#B69881
(182,152,129)
#A08672
(160,134,114)
#8A7463
(138,116,99)
#746254
(116,98,84)
#5E5045
(94,80,69)
#483E36
(72,62,54)
#322C27
(50,44,39)
#1C1A18
(28,26,24)
#000000
(0,0,0)

Tints of #F8CEAE

#F8CEAE
(248,206,174)
#F8D2B5
(248,210,181)
#F8D6BC
(248,214,188)
#F8DAC3
(248,218,195)
#F8DECA
(248,222,202)
#F8E2D1
(248,226,209)
#F8E6D8
(248,230,216)
#F8EADF
(248,234,223)
#F8EEE6
(248,238,230)
#F8F2ED
(248,242,237)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8CEAE; }

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

This text font color is #F8CEAE.


Background Color

.myBgColor { background-color: #F8CEAE; }

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

This div background color is #F8CEAE.


Border color

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

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

This div border color is #F8CEAE.


Opacity

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

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

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

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

This text has shadow with #F8CEAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8CEAE on black background.


Color preview on white background

This text has color #F8CEAE on white background.



Black color preview on #F8CEAE background

This text has black color on #F8CEAE background.


White color preview on #F8CEAE background

This text has white color on #F8CEAE background.