COLOR #FBFFEC

HEX: #FBFFEC
RGB: (251,255,236)

Color info

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

RGB color model

#FBFFEC color RGB value is (251,255,236).

  • red value is 251;
  • green value is 255;
  • blue value is 236.
RGB:
(251,255,236)
(98%,100%,93%)

RGB channels and saturation

R 251 of 255 = 98%
G 255 of 255 = 100%
B 236 of 255 = 93%

251
255
236

R + G + B ~ 97%. #FBFFEC is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 255 + 236 = 742 (100%)
R 251 of 742 ~ 33.83%
G 255 of 742 ~ 34.37%
B 236 of 742 ~ 31.81%

%33.83
%34.37
%31.81

CMYK color model

#FBFFEC color CMYK value is (2,0,7,0).

  • cyan value is 1.57%
  • magenta value is 0.00%
  • yellow value is 7.45%
  • key color value is 0.00%
CMYK:
(2,0,7,0)
C2M0Y7K0 
(2%,0%,7%,0%)
(0.02/0.00/0.07/0.00)	

CMYK percentages

%1.57
%0
%7.45
%0

Codes

Color #FBFFEC in popluar color models

FBFFEC
RGB251255236
HSL73°100.00%96.27%
HSB/HSV73°7.45%100.00%
CMYK1.57%0.00%7.45%
0.00%

Color #FBFFEC in popluar number systems.

HEXFBFFEC
Decimal251255236
Binary111110111111111111101100
Octal373377354

Shades and tints

Shades of #FBFFEC

#FBFFEC
(251,255,236)
#E5E8D7
(229,232,215)
#CFD1C2
(207,209,194)
#B9BAAD
(185,186,173)
#A3A398
(163,163,152)
#8D8C83
(141,140,131)
#77756E
(119,117,110)
#615E59
(97,94,89)
#4B4744
(75,71,68)
#35302F
(53,48,47)
#1F191A
(31,25,26)
#000000
(0,0,0)

Tints of #FBFFEC

#FBFFEC
(251,255,236)
#FBFFED
(251,255,237)
#FBFFEE
(251,255,238)
#FBFFEF
(251,255,239)
#FBFFF0
(251,255,240)
#FBFFF1
(251,255,241)
#FBFFF2
(251,255,242)
#FBFFF3
(251,255,243)
#FBFFF4
(251,255,244)
#FBFFF5
(251,255,245)
#FBFFF6
(251,255,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBFFEC color. Also use rgb(251,255,236) instead hex code.

Text Font Color

.myTextColor { color: #FBFFEC; }

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

This text font color is #FBFFEC.


Background Color

.myBgColor { background-color: #FBFFEC; }

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

This div background color is #FBFFEC.


Border color

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

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

This div border color is #FBFFEC.


Opacity

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

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

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

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

This text has shadow with #FBFFEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBFFEC on black background.


Color preview on white background

This text has color #FBFFEC on white background.



Black color preview on #FBFFEC background

This text has black color on #FBFFEC background.


White color preview on #FBFFEC background

This text has white color on #FBFFEC background.