COLOR #FEC6F2

HEX: #FEC6F2
RGB: (254,198,242)

Renk bilgisi

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

RGB renk modeli

#FEC6F2 color RGB value is (254,198,242).

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

RGB bağlantıları ve doygunluk

R 254 of 255 = 100%
G 198 of 255 = 78%
B 242 of 255 = 95%

254
198
242

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

Yüzdelerle RGB renk parçaları

R + G + B =
254 + 198 + 242 = 694 (100%)
R 254 of 694 ~ 36.6%
G 198 of 694 ~ 28.53%
B 242 of 694 ~ 34.87%

%36.6
%28.53
%34.87

CMYK RENK MODELİ

#FEC6F2 rengi CMYK tonu (0,22,5,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.05%
  • sarı tonu 4.72%
  • ana renk tonu 0.39%
CMYK:
(0,22,5,0)
C0M22Y5K0 
(0%,22%,5%,0%)
(0.00/0.22/0.05/0.00)	

CMYK yüzdeleri

%0
%22.05
%4.72
%0.39

Codes

Color #FEC6F2 in popluar color models

FEC6F2
RGB254198242
HSL313°96.55%88.63%
HSB/HSV313°22.05%99.61%
CMYK0.00%22.05%4.72%
0.39%

Color #FEC6F2 in popluar number systems.

HEXFEC6F2
Decimal254198242
Binary111111101100011011110010
Octal376306362

Shades and tints

Shades of #FEC6F2

#FEC6F2
(254,198,242)
#E7B4DC
(231,180,220)
#D0A2C6
(208,162,198)
#B990B0
(185,144,176)
#A27E9A
(162,126,154)
#8B6C84
(139,108,132)
#745A6E
(116,90,110)
#5D4858
(93,72,88)
#463642
(70,54,66)
#2F242C
(47,36,44)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #FEC6F2

#FEC6F2
(254,198,242)
#FECBF3
(254,203,243)
#FED0F4
(254,208,244)
#FED5F5
(254,213,245)
#FEDAF6
(254,218,246)
#FEDFF7
(254,223,247)
#FEE4F8
(254,228,248)
#FEE9F9
(254,233,249)
#FEEEFA
(254,238,250)
#FEF3FB
(254,243,251)
#FEF8FC
(254,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEC6F2; }

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

This text font color is #FEC6F2.


Background Color

.myBgColor { background-color: #FEC6F2; }

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

This div background color is #FEC6F2.


Border color

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

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

This div border color is #FEC6F2.


Opacity

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

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

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

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

This text has shadow with #FEC6F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEC6F2 on black background.


Color preview on white background

This text has color #FEC6F2 on white background.



Black color preview on #FEC6F2 background

This text has black color on #FEC6F2 background.


White color preview on #FEC6F2 background

This text has white color on #FEC6F2 background.