COLOR #FBFFD7

HEX: #FBFFD7
RGB: (251,255,215)

Color info

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

RGB color model

#FBFFD7 color RGB value is (251,255,215).

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

RGB channels and saturation

R 251 of 255 = 98%
G 255 of 255 = 100%
B 215 of 255 = 84%

251
255
215

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

Portions of RGB colors in percentages

R + G + B =
251 + 255 + 215 = 721 (100%)
R 251 of 721 ~ 34.81%
G 255 of 721 ~ 35.37%
B 215 of 721 ~ 29.82%

%34.81
%35.37
%29.82

CMYK color model

#FBFFD7 color CMYK value is (2,0,16,0).

  • cyan value is 1.57%
  • magenta value is 0.00%
  • yellow value is 15.69%
  • key color value is 0.00%
CMYK:
(2,0,16,0)
C2M0Y16K0 
(2%,0%,16%,0%)
(0.02/0.00/0.16/0.00)	

CMYK percentages

%1.57
%0
%15.69
%0

Codes

Color #FBFFD7 in popluar color models

FBFFD7
RGB251255215
HSL66°100.00%92.16%
HSB/HSV66°15.69%100.00%
CMYK1.57%0.00%15.69%
0.00%

Color #FBFFD7 in popluar number systems.

HEXFBFFD7
Decimal251255215
Binary111110111111111111010111
Octal373377327

Shades and tints

Shades of #FBFFD7

#FBFFD7
(251,255,215)
#E5E8C4
(229,232,196)
#CFD1B1
(207,209,177)
#B9BA9E
(185,186,158)
#A3A38B
(163,163,139)
#8D8C78
(141,140,120)
#777565
(119,117,101)
#615E52
(97,94,82)
#4B473F
(75,71,63)
#35302C
(53,48,44)
#1F1919
(31,25,25)
#000000
(0,0,0)

Tints of #FBFFD7

#FBFFD7
(251,255,215)
#FBFFDA
(251,255,218)
#FBFFDD
(251,255,221)
#FBFFE0
(251,255,224)
#FBFFE3
(251,255,227)
#FBFFE6
(251,255,230)
#FBFFE9
(251,255,233)
#FBFFEC
(251,255,236)
#FBFFEF
(251,255,239)
#FBFFF2
(251,255,242)
#FBFFF5
(251,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBFFD7; }

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

This text font color is #FBFFD7.


Background Color

.myBgColor { background-color: #FBFFD7; }

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

This div background color is #FBFFD7.


Border color

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

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

This div border color is #FBFFD7.


Opacity

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

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

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

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

This text has shadow with #FBFFD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBFFD7 on black background.


Color preview on white background

This text has color #FBFFD7 on white background.



Black color preview on #FBFFD7 background

This text has black color on #FBFFD7 background.


White color preview on #FBFFD7 background

This text has white color on #FBFFD7 background.