COLOR #FEC7ED

HEX: #FEC7ED
RGB: (254,199,237)

Renk bilgisi

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

RGB renk modeli

#FEC7ED color RGB value is (254,199,237).

  • kırmız ton 254;
  • yeşil ton 199;
  • mavi ton 237.
RGB:
(254,199,237)
(100%,78%,93%)

RGB bağlantıları ve doygunluk

R 254 of 255 = 100%
G 199 of 255 = 78%
B 237 of 255 = 93%

254
199
237

R + G + B ~ 90%. #FEC7ED is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
254 + 199 + 237 = 690 (100%)
R 254 of 690 ~ 36.81%
G 199 of 690 ~ 28.84%
B 237 of 690 ~ 34.35%

%36.81
%28.84
%34.35

CMYK RENK MODELİ

#FEC7ED rengi CMYK tonu (0,22,7,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.65%
  • sarı tonu 6.69%
  • ana renk tonu 0.39%
CMYK:
(0,22,7,0)
C0M22Y7K0 
(0%,22%,7%,0%)
(0.00/0.22/0.07/0.00)	

CMYK yüzdeleri

%0
%21.65
%6.69
%0.39

Codes

Color #FEC7ED in popluar color models

FEC7ED
RGB254199237
HSL319°96.49%88.82%
HSB/HSV319°21.65%99.61%
CMYK0.00%21.65%6.69%
0.39%

Color #FEC7ED in popluar number systems.

HEXFEC7ED
Decimal254199237
Binary111111101100011111101101
Octal376307355

Shades and tints

Shades of #FEC7ED

#FEC7ED
(254,199,237)
#E7B5D8
(231,181,216)
#D0A3C3
(208,163,195)
#B991AE
(185,145,174)
#A27F99
(162,127,153)
#8B6D84
(139,109,132)
#745B6F
(116,91,111)
#5D495A
(93,73,90)
#463745
(70,55,69)
#2F2530
(47,37,48)
#18131B
(24,19,27)
#000000
(0,0,0)

Tints of #FEC7ED

#FEC7ED
(254,199,237)
#FECCEE
(254,204,238)
#FED1EF
(254,209,239)
#FED6F0
(254,214,240)
#FEDBF1
(254,219,241)
#FEE0F2
(254,224,242)
#FEE5F3
(254,229,243)
#FEEAF4
(254,234,244)
#FEEFF5
(254,239,245)
#FEF4F6
(254,244,246)
#FEF9F7
(254,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEC7ED color. Also use rgb(254,199,237) instead hex code.

Text Font Color

.myTextColor { color: #FEC7ED; }

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

This text font color is #FEC7ED.


Background Color

.myBgColor { background-color: #FEC7ED; }

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

This div background color is #FEC7ED.


Border color

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

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

This div border color is #FEC7ED.


Opacity

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

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

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

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

This text has shadow with #FEC7ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEC7ED on black background.


Color preview on white background

This text has color #FEC7ED on white background.



Black color preview on #FEC7ED background

This text has black color on #FEC7ED background.


White color preview on #FEC7ED background

This text has white color on #FEC7ED background.