COLOR #FEC5B9

HEX: #FEC5B9
RGB: (254,197,185)

Renk bilgisi

#FEC5B9 contains mainly red and green colors. #FEC5B9 ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.

RGB renk modeli

#FEC5B9 color RGB value is (254,197,185).

  • kırmız ton 254;
  • yeşil ton 197;
  • mavi ton 185.
RGB:
(254,197,185)
(100%,77%,73%)

RGB bağlantıları ve doygunluk

R 254 of 255 = 100%
G 197 of 255 = 77%
B 185 of 255 = 73%

254
197
185

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

Yüzdelerle RGB renk parçaları

R + G + B =
254 + 197 + 185 = 636 (100%)
R 254 of 636 ~ 39.94%
G 197 of 636 ~ 30.97%
B 185 of 636 ~ 29.09%

%39.94
%30.97
%29.09

CMYK RENK MODELİ

#FEC5B9 rengi CMYK tonu (0,22,27,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.44%
  • sarı tonu 27.17%
  • ana renk tonu 0.39%
CMYK:
(0,22,27,0)
C0M22Y27K0 
(0%,22%,27%,0%)
(0.00/0.22/0.27/0.00)	

CMYK yüzdeleri

%0
%22.44
%27.17
%0.39

Codes

Color #FEC5B9 in popluar color models

FEC5B9
RGB254197185
HSL10°97.18%86.08%
HSB/HSV10°27.17%99.61%
CMYK0.00%22.44%27.17%
0.39%

Color #FEC5B9 in popluar number systems.

HEXFEC5B9
Decimal254197185
Binary111111101100010110111001
Octal376305271

Shades and tints

Shades of #FEC5B9

#FEC5B9
(254,197,185)
#E7B4A9
(231,180,169)
#D0A399
(208,163,153)
#B99289
(185,146,137)
#A28179
(162,129,121)
#8B7069
(139,112,105)
#745F59
(116,95,89)
#5D4E49
(93,78,73)
#463D39
(70,61,57)
#2F2C29
(47,44,41)
#181B19
(24,27,25)
#000000
(0,0,0)

Tints of #FEC5B9

#FEC5B9
(254,197,185)
#FECABF
(254,202,191)
#FECFC5
(254,207,197)
#FED4CB
(254,212,203)
#FED9D1
(254,217,209)
#FEDED7
(254,222,215)
#FEE3DD
(254,227,221)
#FEE8E3
(254,232,227)
#FEEDE9
(254,237,233)
#FEF2EF
(254,242,239)
#FEF7F5
(254,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEC5B9 color. Also use rgb(254,197,185) instead hex code.

Text Font Color

.myTextColor { color: #FEC5B9; }

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

This text font color is #FEC5B9.


Background Color

.myBgColor { background-color: #FEC5B9; }

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

This div background color is #FEC5B9.


Border color

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

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

This div border color is #FEC5B9.


Opacity

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

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

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

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

This text has shadow with #FEC5B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEC5B9 on black background.


Color preview on white background

This text has color #FEC5B9 on white background.



Black color preview on #FEC5B9 background

This text has black color on #FEC5B9 background.


White color preview on #FEC5B9 background

This text has white color on #FEC5B9 background.