COLOR #FCCAE4

HEX: #FCCAE4
RGB: (252,202,228)

Renk bilgisi

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

RGB renk modeli

#FCCAE4 color RGB value is (252,202,228).

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

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 202 of 255 = 79%
B 228 of 255 = 89%

252
202
228

R + G + B ~ 89%. #FCCAE4 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 202 + 228 = 682 (100%)
R 252 of 682 ~ 36.95%
G 202 of 682 ~ 29.62%
B 228 of 682 ~ 33.43%

%36.95
%29.62
%33.43

CMYK RENK MODELİ

#FCCAE4 rengi CMYK tonu (0,20,10,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.84%
  • sarı tonu 9.52%
  • ana renk tonu 1.18%
CMYK:
(0,20,10,1)
C0M20Y10K1 
(0%,20%,10%,1%)
(0.00/0.20/0.10/0.01)	

CMYK yüzdeleri

%0
%19.84
%9.52
%1.18

Codes

Color #FCCAE4 in popluar color models

FCCAE4
RGB252202228
HSL329°89.29%89.02%
HSB/HSV329°19.84%98.82%
CMYK0.00%19.84%9.52%
1.18%

Color #FCCAE4 in popluar number systems.

HEXFCCAE4
Decimal252202228
Binary111111001100101011100100
Octal374312344

Shades and tints

Shades of #FCCAE4

#FCCAE4
(252,202,228)
#E6B8D0
(230,184,208)
#D0A6BC
(208,166,188)
#BA94A8
(186,148,168)
#A48294
(164,130,148)
#8E7080
(142,112,128)
#785E6C
(120,94,108)
#624C58
(98,76,88)
#4C3A44
(76,58,68)
#362830
(54,40,48)
#20161C
(32,22,28)
#000000
(0,0,0)

Tints of #FCCAE4

#FCCAE4
(252,202,228)
#FCCEE6
(252,206,230)
#FCD2E8
(252,210,232)
#FCD6EA
(252,214,234)
#FCDAEC
(252,218,236)
#FCDEEE
(252,222,238)
#FCE2F0
(252,226,240)
#FCE6F2
(252,230,242)
#FCEAF4
(252,234,244)
#FCEEF6
(252,238,246)
#FCF2F8
(252,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCCAE4; }

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

This text font color is #FCCAE4.


Background Color

.myBgColor { background-color: #FCCAE4; }

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

This div background color is #FCCAE4.


Border color

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

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

This div border color is #FCCAE4.


Opacity

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

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

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

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

This text has shadow with #FCCAE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCCAE4 on black background.


Color preview on white background

This text has color #FCCAE4 on white background.



Black color preview on #FCCAE4 background

This text has black color on #FCCAE4 background.


White color preview on #FCCAE4 background

This text has white color on #FCCAE4 background.