COLOR #FBFCD8

HEX: #FBFCD8
RGB: (251,252,216)

Color info

#FBFCD8 contains red, green and blue colors in about the same proportion. Web safe color of #FBFCD8 is #FFFFCC (or #FFC).

RGB color model

#FBFCD8 color RGB value is (251,252,216).

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

RGB channels and saturation

R 251 of 255 = 98%
G 252 of 255 = 99%
B 216 of 255 = 85%

251
252
216

R + G + B ~ 94%. #FBFCD8 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 252 + 216 = 719 (100%)
R 251 of 719 ~ 34.91%
G 252 of 719 ~ 35.05%
B 216 of 719 ~ 30.04%

%34.91
%35.05
%30.04

CMYK color model

#FBFCD8 color CMYK value is (0,0,14,1).

  • cyan value is 0.40%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 1.18%
CMYK:
(0,0,14,1)
C0M0Y14K1 
(0%,0%,14%,1%)
(0.00/0.00/0.14/0.01)	

CMYK percentages

%0.4
%0
%14.29
%1.18

Codes

Color #FBFCD8 in popluar color models

FBFCD8
RGB251252216
HSL62°85.71%91.76%
HSB/HSV62°14.29%98.82%
CMYK0.40%0.00%14.29%
1.18%

Color #FBFCD8 in popluar number systems.

HEXFBFCD8
Decimal251252216
Binary111110111111110011011000
Octal373374330

Shades and tints

Shades of #FBFCD8

#FBFCD8
(251,252,216)
#E5E6C5
(229,230,197)
#CFD0B2
(207,208,178)
#B9BA9F
(185,186,159)
#A3A48C
(163,164,140)
#8D8E79
(141,142,121)
#777866
(119,120,102)
#616253
(97,98,83)
#4B4C40
(75,76,64)
#35362D
(53,54,45)
#1F201A
(31,32,26)
#000000
(0,0,0)

Tints of #FBFCD8

#FBFCD8
(251,252,216)
#FBFCDB
(251,252,219)
#FBFCDE
(251,252,222)
#FBFCE1
(251,252,225)
#FBFCE4
(251,252,228)
#FBFCE7
(251,252,231)
#FBFCEA
(251,252,234)
#FBFCED
(251,252,237)
#FBFCF0
(251,252,240)
#FBFCF3
(251,252,243)
#FBFCF6
(251,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBFCD8; }

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

This text font color is #FBFCD8.


Background Color

.myBgColor { background-color: #FBFCD8; }

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

This div background color is #FBFCD8.


Border color

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

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

This div border color is #FBFCD8.


Opacity

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

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

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

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

This text has shadow with #FBFCD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBFCD8 on black background.


Color preview on white background

This text has color #FBFCD8 on white background.



Black color preview on #FBFCD8 background

This text has black color on #FBFCD8 background.


White color preview on #FBFCD8 background

This text has white color on #FBFCD8 background.