COLOR #FCEBF0

HEX: #FCEBF0
RGB: (252,235,240)

Color info

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

RGB color model

#FCEBF0 color RGB value is (252,235,240).

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

RGB channels and saturation

R 252 of 255 = 99%
G 235 of 255 = 92%
B 240 of 255 = 94%

252
235
240

R + G + B ~ 95%. #FCEBF0 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 235 + 240 = 727 (100%)
R 252 of 727 ~ 34.66%
G 235 of 727 ~ 32.32%
B 240 of 727 ~ 33.01%

%34.66
%32.32
%33.01

CMYK color model

#FCEBF0 color CMYK value is (0,7,5,1).

  • cyan value is 0.00%
  • magenta value is 6.75%
  • yellow value is 4.76%
  • key color value is 1.18%
CMYK:
(0,7,5,1)
C0M7Y5K1 
(0%,7%,5%,1%)
(0.00/0.07/0.05/0.01)	

CMYK percentages

%0
%6.75
%4.76
%1.18

Codes

Color #FCEBF0 in popluar color models

FCEBF0
RGB252235240
HSL342°73.91%95.49%
HSB/HSV342°6.75%98.82%
CMYK0.00%6.75%4.76%
1.18%

Color #FCEBF0 in popluar number systems.

HEXFCEBF0
Decimal252235240
Binary111111001110101111110000
Octal374353360

Shades and tints

Shades of #FCEBF0

#FCEBF0
(252,235,240)
#E6D6DB
(230,214,219)
#D0C1C6
(208,193,198)
#BAACB1
(186,172,177)
#A4979C
(164,151,156)
#8E8287
(142,130,135)
#786D72
(120,109,114)
#62585D
(98,88,93)
#4C4348
(76,67,72)
#362E33
(54,46,51)
#20191E
(32,25,30)
#000000
(0,0,0)

Tints of #FCEBF0

#FCEBF0
(252,235,240)
#FCECF1
(252,236,241)
#FCEDF2
(252,237,242)
#FCEEF3
(252,238,243)
#FCEFF4
(252,239,244)
#FCF0F5
(252,240,245)
#FCF1F6
(252,241,246)
#FCF2F7
(252,242,247)
#FCF3F8
(252,243,248)
#FCF4F9
(252,244,249)
#FCF5FA
(252,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCEBF0; }

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

This text font color is #FCEBF0.


Background Color

.myBgColor { background-color: #FCEBF0; }

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

This div background color is #FCEBF0.


Border color

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

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

This div border color is #FCEBF0.


Opacity

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

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

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

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

This text has shadow with #FCEBF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCEBF0 on black background.


Color preview on white background

This text has color #FCEBF0 on white background.



Black color preview on #FCEBF0 background

This text has black color on #FCEBF0 background.


White color preview on #FCEBF0 background

This text has white color on #FCEBF0 background.