COLOR #FEE6D6

HEX: #FEE6D6
RGB: (254,230,214)

Renk bilgisi

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

RGB renk modeli

#FEE6D6 color RGB value is (254,230,214).

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

RGB bağlantıları ve doygunluk

R 254 of 255 = 100%
G 230 of 255 = 90%
B 214 of 255 = 84%

254
230
214

R + G + B ~ 91%. #FEE6D6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
254 + 230 + 214 = 698 (100%)
R 254 of 698 ~ 36.39%
G 230 of 698 ~ 32.95%
B 214 of 698 ~ 30.66%

%36.39
%32.95
%30.66

CMYK RENK MODELİ

#FEE6D6 rengi CMYK tonu (0,9,16,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.45%
  • sarı tonu 15.75%
  • ana renk tonu 0.39%
CMYK:
(0,9,16,0)
C0M9Y16K0 
(0%,9%,16%,0%)
(0.00/0.09/0.16/0.00)	

CMYK yüzdeleri

%0
%9.45
%15.75
%0.39

Codes

Color #FEE6D6 in popluar color models

FEE6D6
RGB254230214
HSL24°95.24%91.76%
HSB/HSV24°15.75%99.61%
CMYK0.00%9.45%15.75%
0.39%

Color #FEE6D6 in popluar number systems.

HEXFEE6D6
Decimal254230214
Binary111111101110011011010110
Octal376346326

Shades and tints

Shades of #FEE6D6

#FEE6D6
(254,230,214)
#E7D2C3
(231,210,195)
#D0BEB0
(208,190,176)
#B9AA9D
(185,170,157)
#A2968A
(162,150,138)
#8B8277
(139,130,119)
#746E64
(116,110,100)
#5D5A51
(93,90,81)
#46463E
(70,70,62)
#2F322B
(47,50,43)
#181E18
(24,30,24)
#000000
(0,0,0)

Tints of #FEE6D6

#FEE6D6
(254,230,214)
#FEE8D9
(254,232,217)
#FEEADC
(254,234,220)
#FEECDF
(254,236,223)
#FEEEE2
(254,238,226)
#FEF0E5
(254,240,229)
#FEF2E8
(254,242,232)
#FEF4EB
(254,244,235)
#FEF6EE
(254,246,238)
#FEF8F1
(254,248,241)
#FEFAF4
(254,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEE6D6; }

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

This text font color is #FEE6D6.


Background Color

.myBgColor { background-color: #FEE6D6; }

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

This div background color is #FEE6D6.


Border color

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

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

This div border color is #FEE6D6.


Opacity

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

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

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

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

This text has shadow with #FEE6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEE6D6 on black background.


Color preview on white background

This text has color #FEE6D6 on white background.



Black color preview on #FEE6D6 background

This text has black color on #FEE6D6 background.


White color preview on #FEE6D6 background

This text has white color on #FEE6D6 background.