COLOR #FBFFE9

HEX: #FBFFE9
RGB: (251,255,233)

Color info

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

RGB color model

#FBFFE9 color RGB value is (251,255,233).

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

RGB channels and saturation

R 251 of 255 = 98%
G 255 of 255 = 100%
B 233 of 255 = 91%

251
255
233

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

Portions of RGB colors in percentages

R + G + B =
251 + 255 + 233 = 739 (100%)
R 251 of 739 ~ 33.96%
G 255 of 739 ~ 34.51%
B 233 of 739 ~ 31.53%

%33.96
%34.51
%31.53

CMYK color model

#FBFFE9 color CMYK value is (2,0,9,0).

  • cyan value is 1.57%
  • magenta value is 0.00%
  • yellow value is 8.63%
  • key color value is 0.00%
CMYK:
(2,0,9,0)
C2M0Y9K0 
(2%,0%,9%,0%)
(0.02/0.00/0.09/0.00)	

CMYK percentages

%1.57
%0
%8.63
%0

Codes

Color #FBFFE9 in popluar color models

FBFFE9
RGB251255233
HSL71°100.00%95.69%
HSB/HSV71°8.63%100.00%
CMYK1.57%0.00%8.63%
0.00%

Color #FBFFE9 in popluar number systems.

HEXFBFFE9
Decimal251255233
Binary111110111111111111101001
Octal373377351

Shades and tints

Shades of #FBFFE9

#FBFFE9
(251,255,233)
#E5E8D4
(229,232,212)
#CFD1BF
(207,209,191)
#B9BAAA
(185,186,170)
#A3A395
(163,163,149)
#8D8C80
(141,140,128)
#77756B
(119,117,107)
#615E56
(97,94,86)
#4B4741
(75,71,65)
#35302C
(53,48,44)
#1F1917
(31,25,23)
#000000
(0,0,0)

Tints of #FBFFE9

#FBFFE9
(251,255,233)
#FBFFEB
(251,255,235)
#FBFFED
(251,255,237)
#FBFFEF
(251,255,239)
#FBFFF1
(251,255,241)
#FBFFF3
(251,255,243)
#FBFFF5
(251,255,245)
#FBFFF7
(251,255,247)
#FBFFF9
(251,255,249)
#FBFFFB
(251,255,251)
#FBFFFD
(251,255,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBFFE9; }

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

This text font color is #FBFFE9.


Background Color

.myBgColor { background-color: #FBFFE9; }

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

This div background color is #FBFFE9.


Border color

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

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

This div border color is #FBFFE9.


Opacity

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

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

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

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

This text has shadow with #FBFFE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBFFE9 on black background.


Color preview on white background

This text has color #FBFFE9 on white background.



Black color preview on #FBFFE9 background

This text has black color on #FBFFE9 background.


White color preview on #FBFFE9 background

This text has white color on #FBFFE9 background.