COLOR #FCE4F2

HEX: #FCE4F2
RGB: (252,228,242)

Renk bilgisi

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

RGB renk modeli

#FCE4F2 color RGB value is (252,228,242).

  • kırmız ton 252;
  • yeşil ton 228;
  • mavi ton 242.
RGB:
(252,228,242)
(99%,89%,95%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 228 of 255 = 89%
B 242 of 255 = 95%

252
228
242

R + G + B ~ 94%. #FCE4F2 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 228 + 242 = 722 (100%)
R 252 of 722 ~ 34.9%
G 228 of 722 ~ 31.58%
B 242 of 722 ~ 33.52%

%34.9
%31.58
%33.52

CMYK RENK MODELİ

#FCE4F2 rengi CMYK tonu (0,10,4,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.52%
  • sarı tonu 3.97%
  • ana renk tonu 1.18%
CMYK:
(0,10,4,1)
C0M10Y4K1 
(0%,10%,4%,1%)
(0.00/0.10/0.04/0.01)	

CMYK yüzdeleri

%0
%9.52
%3.97
%1.18

Codes

Color #FCE4F2 in popluar color models

FCE4F2
RGB252228242
HSL325°80.00%94.12%
HSB/HSV325°9.52%98.82%
CMYK0.00%9.52%3.97%
1.18%

Color #FCE4F2 in popluar number systems.

HEXFCE4F2
Decimal252228242
Binary111111001110010011110010
Octal374344362

Shades and tints

Shades of #FCE4F2

#FCE4F2
(252,228,242)
#E6D0DC
(230,208,220)
#D0BCC6
(208,188,198)
#BAA8B0
(186,168,176)
#A4949A
(164,148,154)
#8E8084
(142,128,132)
#786C6E
(120,108,110)
#625858
(98,88,88)
#4C4442
(76,68,66)
#36302C
(54,48,44)
#201C16
(32,28,22)
#000000
(0,0,0)

Tints of #FCE4F2

#FCE4F2
(252,228,242)
#FCE6F3
(252,230,243)
#FCE8F4
(252,232,244)
#FCEAF5
(252,234,245)
#FCECF6
(252,236,246)
#FCEEF7
(252,238,247)
#FCF0F8
(252,240,248)
#FCF2F9
(252,242,249)
#FCF4FA
(252,244,250)
#FCF6FB
(252,246,251)
#FCF8FC
(252,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE4F2 color. Also use rgb(252,228,242) instead hex code.

Text Font Color

.myTextColor { color: #FCE4F2; }

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

This text font color is #FCE4F2.


Background Color

.myBgColor { background-color: #FCE4F2; }

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

This div background color is #FCE4F2.


Border color

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

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

This div border color is #FCE4F2.


Opacity

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

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

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

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

This text has shadow with #FCE4F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE4F2 on black background.


Color preview on white background

This text has color #FCE4F2 on white background.



Black color preview on #FCE4F2 background

This text has black color on #FCE4F2 background.


White color preview on #FCE4F2 background

This text has white color on #FCE4F2 background.