COLOR #FEC6B7

HEX: #FEC6B7 RGB: (254,198,183)

Color info

#FEC6B7 contains mainly red and green colors. Web safe color of #FEC6B7 is #FFCCCC (or #FCC).

RGB color model

#FEC6B7 color RGB value is (254,198,183).

RGB: (254,198,183) (100%, 78%, 72%)

RGB channels and saturation

R 254 of 255 = 100%
G 198 of 255 = 78%
B 183 of 255 = 72%

254
198
183

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

Portions of RGB colors in percentages

R + G + B = 254 + 198 + 183 = 635 (100%)
R 254 of 635 ~ 40%
G 198 of 635 ~ 31.18%
B 183 of 635 ~ 28.82'%

%40
%31.18
%28.82

CMYK color model

#FEC6B7 color CMYK value is (0,22,28,0).

  • cyan value is 0.00%
  • magenta value is 22.05%
  • yellow value is 27.95%
  • key color value is 0.39%

CMYK: (0,22,28,0)
C0M22Y28K0 (0%, 22%, 28%, 0%)
(0.00 / 0.22 / 0.28 / 0.00)

CMYK percentages

%0
%22.05
%27.95
%0.39

Codes

Color #FEC6B7 in popluar color models

FE C6 B7
RGB 254 198 183
HSL 13° 97.26% 85.69%
HSB/HSV 13° 27.95% 99.61%
CMYK 0.00% 22.05% 27.95%
0.39%

Color #FEC6B7 in popluar number systems.

HEX FE C6 B7
Decimal 254 198 183
Binary 11111110 11000110 10110111
Octal 376 306 267

Shades and tints

Shades of #FEC6B7

#FEC6B7
(254,198,183)
#E7B4A7
(231,180,167)
#D0A297
(208,162,151)
#B99087
(185,144,135)
#A27E77
(162,126,119)
#8B6C67
(139,108,103)
#745A57
(116,90,87)
#5D4847
(93,72,71)
#463637
(70,54,55)
#2F2427
(47,36,39)
#181217
(24,18,23)
#000000
(0,0,0)

Tints of #FEC6B7

#FEC6B7
(254,198,183)
#FECBBD
(254,203,189)
#FED0C3
(254,208,195)
#FED5C9
(254,213,201)
#FEDACF
(254,218,207)
#FEDFD5
(254,223,213)
#FEE4DB
(254,228,219)
#FEE9E1
(254,233,225)
#FEEEE7
(254,238,231)
#FEF3ED
(254,243,237)
#FEF8F3
(254,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEC6B7 color. Also use rgb(254,198,183) instead hex code.

Text Font Color

.myTextColor { color: #FEC6B7; }

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

This text font color is #FEC6B7.

Background Color

.myBgColor { background-color: #FEC6B7; }

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

This div background color is #FEC6B7.

Border color

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

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

This div border color is #FEC6B7.

Opacity

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

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

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

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

This text has shadow with #FEC6B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEC6B7.

Preview

Color preview on black background

This text has color #FEC6B7 on black background.


Color preview on white background

This text has color #FEC6B7 on white background.


Black color preview on #FEC6B7 background

This text has black color on #FEC6B7 background.


White color preview on #FEC6B7 background

This text has white color on #FEC6B7 background.


Related colors

Complementary color

Complementary color for #hex is #013948.


I love getcolorcode.com

Triadic colors

1 #B7FEC6 and #C6B7FE with #FEC6B7 are triadic colors.

2 #B7C6FE and #C6FEB7 with #FEC6B7 are triadic colors.