COLOR #FCAEE4

HEX: #FCAEE4
RGB: (252,174,228)

Color info

#FCAEE4 contains mainly red and blue colors. Web safe color of #FCAEE4 is #FF99CC (or #F9C).

RGB color model

#FCAEE4 color RGB value is (252,174,228).

  • red value is 252;
  • green value is 174;
  • blue value is 228.
RGB:
(252,174,228)
(99%,68%,89%)

RGB channels and saturation

R 252 of 255 = 99%
G 174 of 255 = 68%
B 228 of 255 = 89%

252
174
228

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

Portions of RGB colors in percentages

R + G + B =
252 + 174 + 228 = 654 (100%)
R 252 of 654 ~ 38.53%
G 174 of 654 ~ 26.61%
B 228 of 654 ~ 34.86%

%38.53
%26.61
%34.86

CMYK color model

#FCAEE4 color CMYK value is (0,31,10,1).

  • cyan value is 0.00%
  • magenta value is 30.95%
  • yellow value is 9.52%
  • key color value is 1.18%
CMYK:
(0,31,10,1)
C0M31Y10K1 
(0%,31%,10%,1%)
(0.00/0.31/0.10/0.01)	

CMYK percentages

%0
%30.95
%9.52
%1.18

Codes

Color #FCAEE4 in popluar color models

FCAEE4
RGB252174228
HSL318°92.86%83.53%
HSB/HSV318°30.95%98.82%
CMYK0.00%30.95%9.52%
1.18%

Color #FCAEE4 in popluar number systems.

HEXFCAEE4
Decimal252174228
Binary111111001010111011100100
Octal374256344

Shades and tints

Shades of #FCAEE4

#FCAEE4
(252,174,228)
#E69FD0
(230,159,208)
#D090BC
(208,144,188)
#BA81A8
(186,129,168)
#A47294
(164,114,148)
#8E6380
(142,99,128)
#78546C
(120,84,108)
#624558
(98,69,88)
#4C3644
(76,54,68)
#362730
(54,39,48)
#20181C
(32,24,28)
#000000
(0,0,0)

Tints of #FCAEE4

#FCAEE4
(252,174,228)
#FCB5E6
(252,181,230)
#FCBCE8
(252,188,232)
#FCC3EA
(252,195,234)
#FCCAEC
(252,202,236)
#FCD1EE
(252,209,238)
#FCD8F0
(252,216,240)
#FCDFF2
(252,223,242)
#FCE6F4
(252,230,244)
#FCEDF6
(252,237,246)
#FCF4F8
(252,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCAEE4; }

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

This text font color is #FCAEE4.


Background Color

.myBgColor { background-color: #FCAEE4; }

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

This div background color is #FCAEE4.


Border color

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

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

This div border color is #FCAEE4.


Opacity

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

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

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

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

This text has shadow with #FCAEE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCAEE4 on black background.


Color preview on white background

This text has color #FCAEE4 on white background.



Black color preview on #FCAEE4 background

This text has black color on #FCAEE4 background.


White color preview on #FCAEE4 background

This text has white color on #FCAEE4 background.