COLOR #FEC5CA

HEX: #FEC5CA
RGB: (254,197,202)

Renk bilgisi

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

RGB renk modeli

#FEC5CA color RGB value is (254,197,202).

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

RGB bağlantıları ve doygunluk

R 254 of 255 = 100%
G 197 of 255 = 77%
B 202 of 255 = 79%

254
197
202

R + G + B ~ 85%. #FEC5CA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
254 + 197 + 202 = 653 (100%)
R 254 of 653 ~ 38.9%
G 197 of 653 ~ 30.17%
B 202 of 653 ~ 30.93%

%38.9
%30.17
%30.93

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.44%
  • 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.44
%20.47
%0.39

Codes

Color #FEC5CA in popluar color models

FEC5CA
RGB254197202
HSL355°96.61%88.43%
HSB/HSV355°22.44%99.61%
CMYK0.00%22.44%20.47%
0.39%

Color #FEC5CA in popluar number systems.

HEXFEC5CA
Decimal254197202
Binary111111101100010111001010
Octal376305312

Shades and tints

Shades of #FEC5CA

#FEC5CA
(254,197,202)
#E7B4B8
(231,180,184)
#D0A3A6
(208,163,166)
#B99294
(185,146,148)
#A28182
(162,129,130)
#8B7070
(139,112,112)
#745F5E
(116,95,94)
#5D4E4C
(93,78,76)
#463D3A
(70,61,58)
#2F2C28
(47,44,40)
#181B16
(24,27,22)
#000000
(0,0,0)

Tints of #FEC5CA

#FEC5CA
(254,197,202)
#FECACE
(254,202,206)
#FECFD2
(254,207,210)
#FED4D6
(254,212,214)
#FED9DA
(254,217,218)
#FEDEDE
(254,222,222)
#FEE3E2
(254,227,226)
#FEE8E6
(254,232,230)
#FEEDEA
(254,237,234)
#FEF2EE
(254,242,238)
#FEF7F2
(254,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEC5CA; }

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

This text font color is #FEC5CA.


Background Color

.myBgColor { background-color: #FEC5CA; }

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

This div background color is #FEC5CA.


Border color

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

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

This div border color is #FEC5CA.


Opacity

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

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

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

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

This text has shadow with #FEC5CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEC5CA on black background.


Color preview on white background

This text has color #FEC5CA on white background.



Black color preview on #FEC5CA background

This text has black color on #FEC5CA background.


White color preview on #FEC5CA background

This text has white color on #FEC5CA background.