COLOR #FEE6C6

HEX: #FEE6C6
RGB: (254,230,198)

Renk bilgisi

#FEE6C6 contains red, green and blue colors in about the same proportion. #FEE6C6 ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.

RGB renk modeli

#FEE6C6 color RGB value is (254,230,198).

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

RGB bağlantıları ve doygunluk

R 254 of 255 = 100%
G 230 of 255 = 90%
B 198 of 255 = 78%

254
230
198

R + G + B ~ 89%. #FEE6C6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
254 + 230 + 198 = 682 (100%)
R 254 of 682 ~ 37.24%
G 230 of 682 ~ 33.72%
B 198 of 682 ~ 29.03%

%37.24
%33.72
%29.03

CMYK RENK MODELİ

#FEE6C6 rengi CMYK tonu (0,9,22,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.45%
  • sarı tonu 22.05%
  • ana renk tonu 0.39%
CMYK:
(0,9,22,0)
C0M9Y22K0 
(0%,9%,22%,0%)
(0.00/0.09/0.22/0.00)	

CMYK yüzdeleri

%0
%9.45
%22.05
%0.39

Codes

Color #FEE6C6 in popluar color models

FEE6C6
RGB254230198
HSL34°96.55%88.63%
HSB/HSV34°22.05%99.61%
CMYK0.00%9.45%22.05%
0.39%

Color #FEE6C6 in popluar number systems.

HEXFEE6C6
Decimal254230198
Binary111111101110011011000110
Octal376346306

Shades and tints

Shades of #FEE6C6

#FEE6C6
(254,230,198)
#E7D2B4
(231,210,180)
#D0BEA2
(208,190,162)
#B9AA90
(185,170,144)
#A2967E
(162,150,126)
#8B826C
(139,130,108)
#746E5A
(116,110,90)
#5D5A48
(93,90,72)
#464636
(70,70,54)
#2F3224
(47,50,36)
#181E12
(24,30,18)
#000000
(0,0,0)

Tints of #FEE6C6

#FEE6C6
(254,230,198)
#FEE8CB
(254,232,203)
#FEEAD0
(254,234,208)
#FEECD5
(254,236,213)
#FEEEDA
(254,238,218)
#FEF0DF
(254,240,223)
#FEF2E4
(254,242,228)
#FEF4E9
(254,244,233)
#FEF6EE
(254,246,238)
#FEF8F3
(254,248,243)
#FEFAF8
(254,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEE6C6; }

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

This text font color is #FEE6C6.


Background Color

.myBgColor { background-color: #FEE6C6; }

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

This div background color is #FEE6C6.


Border color

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

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

This div border color is #FEE6C6.


Opacity

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

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

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

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

This text has shadow with #FEE6C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEE6C6 on black background.


Color preview on white background

This text has color #FEE6C6 on white background.



Black color preview on #FEE6C6 background

This text has black color on #FEE6C6 background.


White color preview on #FEE6C6 background

This text has white color on #FEE6C6 background.