COLOR #FEE6B5

HEX: #FEE6B5
RGB: (254,230,181)

Renk bilgisi

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

RGB renk modeli

#FEE6B5 color RGB value is (254,230,181).

  • kırmız ton 254;
  • yeşil ton 230;
  • mavi ton 181.
RGB:
(254,230,181)
(100%,90%,71%)

RGB bağlantıları ve doygunluk

R 254 of 255 = 100%
G 230 of 255 = 90%
B 181 of 255 = 71%

254
230
181

R + G + B ~ 87%. #FEE6B5 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
254 + 230 + 181 = 665 (100%)
R 254 of 665 ~ 38.2%
G 230 of 665 ~ 34.59%
B 181 of 665 ~ 27.22%

%38.2
%34.59
%27.22

CMYK RENK MODELİ

#FEE6B5 rengi CMYK tonu (0,9,29,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.45%
  • sarı tonu 28.74%
  • ana renk tonu 0.39%
CMYK:
(0,9,29,0)
C0M9Y29K0 
(0%,9%,29%,0%)
(0.00/0.09/0.29/0.00)	

CMYK yüzdeleri

%0
%9.45
%28.74
%0.39

Codes

Color #FEE6B5 in popluar color models

FEE6B5
RGB254230181
HSL40°97.33%85.29%
HSB/HSV40°28.74%99.61%
CMYK0.00%9.45%28.74%
0.39%

Color #FEE6B5 in popluar number systems.

HEXFEE6B5
Decimal254230181
Binary111111101110011010110101
Octal376346265

Shades and tints

Shades of #FEE6B5

#FEE6B5
(254,230,181)
#E7D2A5
(231,210,165)
#D0BE95
(208,190,149)
#B9AA85
(185,170,133)
#A29675
(162,150,117)
#8B8265
(139,130,101)
#746E55
(116,110,85)
#5D5A45
(93,90,69)
#464635
(70,70,53)
#2F3225
(47,50,37)
#181E15
(24,30,21)
#000000
(0,0,0)

Tints of #FEE6B5

#FEE6B5
(254,230,181)
#FEE8BB
(254,232,187)
#FEEAC1
(254,234,193)
#FEECC7
(254,236,199)
#FEEECD
(254,238,205)
#FEF0D3
(254,240,211)
#FEF2D9
(254,242,217)
#FEF4DF
(254,244,223)
#FEF6E5
(254,246,229)
#FEF8EB
(254,248,235)
#FEFAF1
(254,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEE6B5 color. Also use rgb(254,230,181) instead hex code.

Text Font Color

.myTextColor { color: #FEE6B5; }

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

This text font color is #FEE6B5.


Background Color

.myBgColor { background-color: #FEE6B5; }

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

This div background color is #FEE6B5.


Border color

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

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

This div border color is #FEE6B5.


Opacity

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

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

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

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

This text has shadow with #FEE6B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEE6B5 on black background.


Color preview on white background

This text has color #FEE6B5 on white background.



Black color preview on #FEE6B5 background

This text has black color on #FEE6B5 background.


White color preview on #FEE6B5 background

This text has white color on #FEE6B5 background.