COLOR #FBFFE7

HEX: #FBFFE7
RGB: (251,255,231)

Color info

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

RGB color model

#FBFFE7 color RGB value is (251,255,231).

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

RGB channels and saturation

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

251
255
231

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

Portions of RGB colors in percentages

R + G + B =
251 + 255 + 231 = 737 (100%)
R 251 of 737 ~ 34.06%
G 255 of 737 ~ 34.6%
B 231 of 737 ~ 31.34%

%34.06
%34.6
%31.34

CMYK color model

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

  • cyan value is 1.57%
  • magenta value is 0.00%
  • yellow value is 9.41%
  • 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
%9.41
%0

Codes

Color #FBFFE7 in popluar color models

FBFFE7
RGB251255231
HSL70°100.00%95.29%
HSB/HSV70°9.41%100.00%
CMYK1.57%0.00%9.41%
0.00%

Color #FBFFE7 in popluar number systems.

HEXFBFFE7
Decimal251255231
Binary111110111111111111100111
Octal373377347

Shades and tints

Shades of #FBFFE7

#FBFFE7
(251,255,231)
#E5E8D2
(229,232,210)
#CFD1BD
(207,209,189)
#B9BAA8
(185,186,168)
#A3A393
(163,163,147)
#8D8C7E
(141,140,126)
#777569
(119,117,105)
#615E54
(97,94,84)
#4B473F
(75,71,63)
#35302A
(53,48,42)
#1F1915
(31,25,21)
#000000
(0,0,0)

Tints of #FBFFE7

#FBFFE7
(251,255,231)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBFFE7; }

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

This text font color is #FBFFE7.


Background Color

.myBgColor { background-color: #FBFFE7; }

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

This div background color is #FBFFE7.


Border color

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

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

This div border color is #FBFFE7.


Opacity

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

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

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

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

This text has shadow with #FBFFE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBFFE7 on black background.


Color preview on white background

This text has color #FBFFE7 on white background.



Black color preview on #FBFFE7 background

This text has black color on #FBFFE7 background.


White color preview on #FBFFE7 background

This text has white color on #FBFFE7 background.