COLOR #FCF4FB

HEX: #FCF4FB
RGB: (252,244,251)

Color info

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

RGB color model

#FCF4FB color RGB value is (252,244,251).

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

RGB channels and saturation

R 252 of 255 = 99%
G 244 of 255 = 96%
B 251 of 255 = 98%

252
244
251

R + G + B ~ 98%. #FCF4FB is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 244 + 251 = 747 (100%)
R 252 of 747 ~ 33.73%
G 244 of 747 ~ 32.66%
B 251 of 747 ~ 33.6%

%33.73
%32.66
%33.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.17%
  • yellow value is 0.40%
  • key color value is 1.18%
CMYK:
(0,3,0,1)
C0M3Y0K1 
(0%,3%,0%,1%)
(0.00/0.03/0.00/0.01)	

CMYK percentages

%0
%3.17
%0.4
%1.18

Codes

Color #FCF4FB in popluar color models

FCF4FB
RGB252244251
HSL308°57.14%97.25%
HSB/HSV308°3.17%98.82%
CMYK0.00%3.17%0.40%
1.18%

Color #FCF4FB in popluar number systems.

HEXFCF4FB
Decimal252244251
Binary111111001111010011111011
Octal374364373

Shades and tints

Shades of #FCF4FB

#FCF4FB
(252,244,251)
#E6DEE5
(230,222,229)
#D0C8CF
(208,200,207)
#BAB2B9
(186,178,185)
#A49CA3
(164,156,163)
#8E868D
(142,134,141)
#787077
(120,112,119)
#625A61
(98,90,97)
#4C444B
(76,68,75)
#362E35
(54,46,53)
#20181F
(32,24,31)
#000000
(0,0,0)

Tints of #FCF4FB

#FCF4FB
(252,244,251)
#FCF5FB
(252,245,251)
#FCF6FB
(252,246,251)
#FCF7FB
(252,247,251)
#FCF8FB
(252,248,251)
#FCF9FB
(252,249,251)
#FCFAFB
(252,250,251)
#FCFBFB
(252,251,251)
#FCFCFB
(252,252,251)
#FCFDFB
(252,253,251)
#FCFEFB
(252,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF4FB; }

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

This text font color is #FCF4FB.


Background Color

.myBgColor { background-color: #FCF4FB; }

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

This div background color is #FCF4FB.


Border color

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

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

This div border color is #FCF4FB.


Opacity

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

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

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

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

This text has shadow with #FCF4FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF4FB on black background.


Color preview on white background

This text has color #FCF4FB on white background.



Black color preview on #FCF4FB background

This text has black color on #FCF4FB background.


White color preview on #FCF4FB background

This text has white color on #FCF4FB background.