COLOR #FCEBF9

HEX: #FCEBF9 RGB: (252,235,249)

Color info

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

RGB color model

#FCEBF9 color RGB value is (252,235,249).

RGB: (252,235,249) (99%, 92%, 98%)

RGB channels and saturation

R 252 of 255 = 99%
G 235 of 255 = 92%
B 249 of 255 = 98%

252
235
249

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

Portions of RGB colors in percentages

R + G + B = 252 + 235 + 249 = 736 (100%)
R 252 of 736 ~ 34.24%
G 235 of 736 ~ 31.93%
B 249 of 736 ~ 33.83'%

%34.24
%31.93
%33.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.75%
  • yellow value is 1.19%
  • key color value is 1.18%

CMYK: (0,7,1,1)
C0M7Y1K1 (0%, 7%, 1%, 1%)
(0.00 / 0.07 / 0.01 / 0.01)

CMYK percentages

%0
%6.75
%1.19
%1.18

Codes

Color #FCEBF9 in popluar color models

FC EB F9
RGB 252 235 249
HSL 311° 73.91% 95.49%
HSB/HSV 311° 6.75% 98.82%
CMYK 0.00% 6.75% 1.19%
1.18%

Color #FCEBF9 in popluar number systems.

HEX FC EB F9
Decimal 252 235 249
Binary 11111100 11101011 11111001
Octal 374 353 371

Shades and tints

Shades of #FCEBF9

#FCEBF9
(252,235,249)
#E6D6E3
(230,214,227)
#D0C1CD
(208,193,205)
#BAACB7
(186,172,183)
#A497A1
(164,151,161)
#8E828B
(142,130,139)
#786D75
(120,109,117)
#62585F
(98,88,95)
#4C4349
(76,67,73)
#362E33
(54,46,51)
#20191D
(32,25,29)
#000000
(0,0,0)

Tints of #FCEBF9

#FCEBF9
(252,235,249)
#FCECF9
(252,236,249)
#FCEDF9
(252,237,249)
#FCEEF9
(252,238,249)
#FCEFF9
(252,239,249)
#FCF0F9
(252,240,249)
#FCF1F9
(252,241,249)
#FCF2F9
(252,242,249)
#FCF3F9
(252,243,249)
#FCF4F9
(252,244,249)
#FCF5F9
(252,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCEBF9; }

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

This text font color is #FCEBF9.

Background Color

.myBgColor { background-color: #FCEBF9; }

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

This div background color is #FCEBF9.

Border color

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

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

This div border color is #FCEBF9.

Opacity

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

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

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

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

This text has shadow with #FCEBF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCEBF9.

Preview

Color preview on black background

This text has color #FCEBF9 on black background.


Color preview on white background

This text has color #FCEBF9 on white background.


Black color preview on #FCEBF9 background

This text has black color on #FCEBF9 background.


White color preview on #FCEBF9 background

This text has white color on #FCEBF9 background.


Related colors

Complementary color

Complementary color for #hex is #031406.


I love getcolorcode.com

Triadic colors

1 #F9FCEB and #EBF9FC with #FCEBF9 are triadic colors.

2 #F9EBFC and #EBFCF9 with #FCEBF9 are triadic colors.