COLOR #FCEBF4

HEX: #FCEBF4
RGB: (252,235,244)

Color info

#FCEBF4 contains red, green and blue colors in about the same proportion. Web safe color of #FCEBF4 is #FFFFFF (or #FFF).

RGB color model

#FCEBF4 color RGB value is (252,235,244).

  • red value is 252;
  • green value is 235;
  • blue value is 244.
RGB:
(252,235,244)
(99%,92%,96%)

RGB channels and saturation

R 252 of 255 = 99%
G 235 of 255 = 92%
B 244 of 255 = 96%

252
235
244

R + G + B ~ 96%. #FCEBF4 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 235 + 244 = 731 (100%)
R 252 of 731 ~ 34.47%
G 235 of 731 ~ 32.15%
B 244 of 731 ~ 33.38%

%34.47
%32.15
%33.38

CMYK color model

#FCEBF4 color CMYK value is (0,7,3,1).

  • cyan value is 0.00%
  • magenta value is 6.75%
  • yellow value is 3.17%
  • key color value is 1.18%
CMYK:
(0,7,3,1)
C0M7Y3K1 
(0%,7%,3%,1%)
(0.00/0.07/0.03/0.01)	

CMYK percentages

%0
%6.75
%3.17
%1.18

Codes

Color #FCEBF4 in popluar color models

FCEBF4
RGB252235244
HSL328°73.91%95.49%
HSB/HSV328°6.75%98.82%
CMYK0.00%6.75%3.17%
1.18%

Color #FCEBF4 in popluar number systems.

HEXFCEBF4
Decimal252235244
Binary111111001110101111110100
Octal374353364

Shades and tints

Shades of #FCEBF4

#FCEBF4
(252,235,244)
#E6D6DE
(230,214,222)
#D0C1C8
(208,193,200)
#BAACB2
(186,172,178)
#A4979C
(164,151,156)
#8E8286
(142,130,134)
#786D70
(120,109,112)
#62585A
(98,88,90)
#4C4344
(76,67,68)
#362E2E
(54,46,46)
#201918
(32,25,24)
#000000
(0,0,0)

Tints of #FCEBF4

#FCEBF4
(252,235,244)
#FCECF5
(252,236,245)
#FCEDF6
(252,237,246)
#FCEEF7
(252,238,247)
#FCEFF8
(252,239,248)
#FCF0F9
(252,240,249)
#FCF1FA
(252,241,250)
#FCF2FB
(252,242,251)
#FCF3FC
(252,243,252)
#FCF4FD
(252,244,253)
#FCF5FE
(252,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCEBF4 color. Also use rgb(252,235,244) instead hex code.

Text Font Color

.myTextColor { color: #FCEBF4; }

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

This text font color is #FCEBF4.


Background Color

.myBgColor { background-color: #FCEBF4; }

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

This div background color is #FCEBF4.


Border color

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

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

This div border color is #FCEBF4.


Opacity

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

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

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

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

This text has shadow with #FCEBF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCEBF4 on black background.


Color preview on white background

This text has color #FCEBF4 on white background.



Black color preview on #FCEBF4 background

This text has black color on #FCEBF4 background.


White color preview on #FCEBF4 background

This text has white color on #FCEBF4 background.