COLOR #FEC6CA

HEX: #FEC6CA
RGB: (254,198,202)

Renk bilgisi

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

RGB renk modeli

#FEC6CA color RGB value is (254,198,202).

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

RGB bağlantıları ve doygunluk

R 254 of 255 = 100%
G 198 of 255 = 78%
B 202 of 255 = 79%

254
198
202

R + G + B ~ 86%. #FEC6CA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
254 + 198 + 202 = 654 (100%)
R 254 of 654 ~ 38.84%
G 198 of 654 ~ 30.28%
B 202 of 654 ~ 30.89%

%38.84
%30.28
%30.89

CMYK RENK MODELİ

#FEC6CA rengi CMYK tonu (0,22,20,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.05%
  • sarı tonu 20.47%
  • ana renk tonu 0.39%
CMYK:
(0,22,20,0)
C0M22Y20K0 
(0%,22%,20%,0%)
(0.00/0.22/0.20/0.00)	

CMYK yüzdeleri

%0
%22.05
%20.47
%0.39

Codes

Color #FEC6CA in popluar color models

FEC6CA
RGB254198202
HSL356°96.55%88.63%
HSB/HSV356°22.05%99.61%
CMYK0.00%22.05%20.47%
0.39%

Color #FEC6CA in popluar number systems.

HEXFEC6CA
Decimal254198202
Binary111111101100011011001010
Octal376306312

Shades and tints

Shades of #FEC6CA

#FEC6CA
(254,198,202)
#E7B4B8
(231,180,184)
#D0A2A6
(208,162,166)
#B99094
(185,144,148)
#A27E82
(162,126,130)
#8B6C70
(139,108,112)
#745A5E
(116,90,94)
#5D484C
(93,72,76)
#46363A
(70,54,58)
#2F2428
(47,36,40)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #FEC6CA

#FEC6CA
(254,198,202)
#FECBCE
(254,203,206)
#FED0D2
(254,208,210)
#FED5D6
(254,213,214)
#FEDADA
(254,218,218)
#FEDFDE
(254,223,222)
#FEE4E2
(254,228,226)
#FEE9E6
(254,233,230)
#FEEEEA
(254,238,234)
#FEF3EE
(254,243,238)
#FEF8F2
(254,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEC6CA; }

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

This text font color is #FEC6CA.


Background Color

.myBgColor { background-color: #FEC6CA; }

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

This div background color is #FEC6CA.


Border color

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

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

This div border color is #FEC6CA.


Opacity

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

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

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

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

This text has shadow with #FEC6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEC6CA on black background.


Color preview on white background

This text has color #FEC6CA on white background.



Black color preview on #FEC6CA background

This text has black color on #FEC6CA background.


White color preview on #FEC6CA background

This text has white color on #FEC6CA background.