COLOR #FBFFDF

HEX: #FBFFDF
RGB: (251,255,223)

Color info

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

RGB color model

#FBFFDF color RGB value is (251,255,223).

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

RGB channels and saturation

R 251 of 255 = 98%
G 255 of 255 = 100%
B 223 of 255 = 87%

251
255
223

R + G + B ~ 95%. #FBFFDF is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 255 + 223 = 729 (100%)
R 251 of 729 ~ 34.43%
G 255 of 729 ~ 34.98%
B 223 of 729 ~ 30.59%

%34.43
%34.98
%30.59

CMYK color model

#FBFFDF color CMYK value is (2,0,13,0).

  • cyan value is 1.57%
  • magenta value is 0.00%
  • yellow value is 12.55%
  • key color value is 0.00%
CMYK:
(2,0,13,0)
C2M0Y13K0 
(2%,0%,13%,0%)
(0.02/0.00/0.13/0.00)	

CMYK percentages

%1.57
%0
%12.55
%0

Codes

Color #FBFFDF in popluar color models

FBFFDF
RGB251255223
HSL68°100.00%93.73%
HSB/HSV68°12.55%100.00%
CMYK1.57%0.00%12.55%
0.00%

Color #FBFFDF in popluar number systems.

HEXFBFFDF
Decimal251255223
Binary111110111111111111011111
Octal373377337

Shades and tints

Shades of #FBFFDF

#FBFFDF
(251,255,223)
#E5E8CB
(229,232,203)
#CFD1B7
(207,209,183)
#B9BAA3
(185,186,163)
#A3A38F
(163,163,143)
#8D8C7B
(141,140,123)
#777567
(119,117,103)
#615E53
(97,94,83)
#4B473F
(75,71,63)
#35302B
(53,48,43)
#1F1917
(31,25,23)
#000000
(0,0,0)

Tints of #FBFFDF

#FBFFDF
(251,255,223)
#FBFFE1
(251,255,225)
#FBFFE3
(251,255,227)
#FBFFE5
(251,255,229)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBFFDF; }

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

This text font color is #FBFFDF.


Background Color

.myBgColor { background-color: #FBFFDF; }

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

This div background color is #FBFFDF.


Border color

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

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

This div border color is #FBFFDF.


Opacity

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

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

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

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

This text has shadow with #FBFFDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBFFDF on black background.


Color preview on white background

This text has color #FBFFDF on white background.



Black color preview on #FBFFDF background

This text has black color on #FBFFDF background.


White color preview on #FBFFDF background

This text has white color on #FBFFDF background.