COLOR #FEC188

HEX: #FEC188 RGB: (254,193,136)

Color info

#FEC188 contains mainly red color. Web safe color of #FEC188 is #FFCC99 (or #FC9).

RGB color model

#FEC188 color RGB value is (254,193,136).

RGB: (254,193,136) (100%, 76%, 53%)

RGB channels and saturation

R 254 of 255 = 100%
G 193 of 255 = 76%
B 136 of 255 = 53%

254
193
136

R + G + B ~ 76%. #FEC188 is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 193 + 136 = 583 (100%)
R 254 of 583 ~ 43.57%
G 193 of 583 ~ 33.1%
B 136 of 583 ~ 23.33'%

%43.57
%33.1
%23.33

CMYK color model

#FEC188 color CMYK value is (0,24,46,0).

  • cyan value is 0.00%
  • magenta value is 24.02%
  • yellow value is 46.46%
  • key color value is 0.39%

CMYK: (0,24,46,0)
C0M24Y46K0 (0%, 24%, 46%, 0%)
(0.00 / 0.24 / 0.46 / 0.00)

CMYK percentages

%0
%24.02
%46.46
%0.39

Codes

Color #FEC188 in popluar color models

FE C1 88
RGB 254 193 136
HSL 29° 98.33% 76.47%
HSB/HSV 29° 46.46% 99.61%
CMYK 0.00% 24.02% 46.46%
0.39%

Color #FEC188 in popluar number systems.

HEX FE C1 88
Decimal 254 193 136
Binary 11111110 11000001 10001000
Octal 376 301 210

Shades and tints

Shades of #FEC188

#FEC188
(254,193,136)
#E7B07C
(231,176,124)
#D09F70
(208,159,112)
#B98E64
(185,142,100)
#A27D58
(162,125,88)
#8B6C4C
(139,108,76)
#745B40
(116,91,64)
#5D4A34
(93,74,52)
#463928
(70,57,40)
#2F281C
(47,40,28)
#181710
(24,23,16)
#000000
(0,0,0)

Tints of #FEC188

#FEC188
(254,193,136)
#FEC692
(254,198,146)
#FECB9C
(254,203,156)
#FED0A6
(254,208,166)
#FED5B0
(254,213,176)
#FEDABA
(254,218,186)
#FEDFC4
(254,223,196)
#FEE4CE
(254,228,206)
#FEE9D8
(254,233,216)
#FEEEE2
(254,238,226)
#FEF3EC
(254,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEC188 color. Also use rgb(254,193,136) instead hex code.

Text Font Color

.myTextColor { color: #FEC188; }

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

This text font color is #FEC188.

Background Color

.myBgColor { background-color: #FEC188; }

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

This div background color is #FEC188.

Border color

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

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

This div border color is #FEC188.

Opacity

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

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

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

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

This text has shadow with #FEC188 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEC188.

Preview

Color preview on black background

This text has color #FEC188 on black background.


Color preview on white background

This text has color #FEC188 on white background.


Black color preview on #FEC188 background

This text has black color on #FEC188 background.


White color preview on #FEC188 background

This text has white color on #FEC188 background.


Related colors

Complementary color

Complementary color for #hex is #013E77.


I love getcolorcode.com

Triadic colors

1 #88FEC1 and #C188FE with #FEC188 are triadic colors.

2 #88C1FE and #C1FE88 with #FEC188 are triadic colors.