COLOR #FEC6ED

HEX: #FEC6ED
RGB: (254,198,237)

Renk bilgisi

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

RGB renk modeli

#FEC6ED color RGB value is (254,198,237).

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

RGB bağlantıları ve doygunluk

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

254
198
237

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

Yüzdelerle RGB renk parçaları

R + G + B =
254 + 198 + 237 = 689 (100%)
R 254 of 689 ~ 36.87%
G 198 of 689 ~ 28.74%
B 237 of 689 ~ 34.4%

%36.87
%28.74
%34.4

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.05%
  • 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
%22.05
%6.69
%0.39

Codes

Color #FEC6ED in popluar color models

FEC6ED
RGB254198237
HSL318°96.55%88.63%
HSB/HSV318°22.05%99.61%
CMYK0.00%22.05%6.69%
0.39%

Color #FEC6ED in popluar number systems.

HEXFEC6ED
Decimal254198237
Binary111111101100011011101101
Octal376306355

Shades and tints

Shades of #FEC6ED

#FEC6ED
(254,198,237)
#E7B4D8
(231,180,216)
#D0A2C3
(208,162,195)
#B990AE
(185,144,174)
#A27E99
(162,126,153)
#8B6C84
(139,108,132)
#745A6F
(116,90,111)
#5D485A
(93,72,90)
#463645
(70,54,69)
#2F2430
(47,36,48)
#18121B
(24,18,27)
#000000
(0,0,0)

Tints of #FEC6ED

#FEC6ED
(254,198,237)
#FECBEE
(254,203,238)
#FED0EF
(254,208,239)
#FED5F0
(254,213,240)
#FEDAF1
(254,218,241)
#FEDFF2
(254,223,242)
#FEE4F3
(254,228,243)
#FEE9F4
(254,233,244)
#FEEEF5
(254,238,245)
#FEF3F6
(254,243,246)
#FEF8F7
(254,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEC6ED; }

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

This text font color is #FEC6ED.


Background Color

.myBgColor { background-color: #FEC6ED; }

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

This div background color is #FEC6ED.


Border color

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

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

This div border color is #FEC6ED.


Opacity

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

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

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

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

This text has shadow with #FEC6ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEC6ED on black background.


Color preview on white background

This text has color #FEC6ED on white background.



Black color preview on #FEC6ED background

This text has black color on #FEC6ED background.


White color preview on #FEC6ED background

This text has white color on #FEC6ED background.