COLOR #FBFFC7

HEX: #FBFFC7
RGB: (251,255,199)

Color info

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

RGB color model

#FBFFC7 color RGB value is (251,255,199).

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

RGB channels and saturation

R 251 of 255 = 98%
G 255 of 255 = 100%
B 199 of 255 = 78%

251
255
199

R + G + B ~ 92%. #FBFFC7 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 255 + 199 = 705 (100%)
R 251 of 705 ~ 35.6%
G 255 of 705 ~ 36.17%
B 199 of 705 ~ 28.23%

%35.6
%36.17
%28.23

CMYK color model

#FBFFC7 color CMYK value is (2,0,22,0).

  • cyan value is 1.57%
  • magenta value is 0.00%
  • yellow value is 21.96%
  • key color value is 0.00%
CMYK:
(2,0,22,0)
C2M0Y22K0 
(2%,0%,22%,0%)
(0.02/0.00/0.22/0.00)	

CMYK percentages

%1.57
%0
%21.96
%0

Codes

Color #FBFFC7 in popluar color models

FBFFC7
RGB251255199
HSL64°100.00%89.02%
HSB/HSV64°21.96%100.00%
CMYK1.57%0.00%21.96%
0.00%

Color #FBFFC7 in popluar number systems.

HEXFBFFC7
Decimal251255199
Binary111110111111111111000111
Octal373377307

Shades and tints

Shades of #FBFFC7

#FBFFC7
(251,255,199)
#E5E8B5
(229,232,181)
#CFD1A3
(207,209,163)
#B9BA91
(185,186,145)
#A3A37F
(163,163,127)
#8D8C6D
(141,140,109)
#77755B
(119,117,91)
#615E49
(97,94,73)
#4B4737
(75,71,55)
#353025
(53,48,37)
#1F1913
(31,25,19)
#000000
(0,0,0)

Tints of #FBFFC7

#FBFFC7
(251,255,199)
#FBFFCC
(251,255,204)
#FBFFD1
(251,255,209)
#FBFFD6
(251,255,214)
#FBFFDB
(251,255,219)
#FBFFE0
(251,255,224)
#FBFFE5
(251,255,229)
#FBFFEA
(251,255,234)
#FBFFEF
(251,255,239)
#FBFFF4
(251,255,244)
#FBFFF9
(251,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBFFC7; }

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

This text font color is #FBFFC7.


Background Color

.myBgColor { background-color: #FBFFC7; }

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

This div background color is #FBFFC7.


Border color

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

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

This div border color is #FBFFC7.


Opacity

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

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

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

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

This text has shadow with #FBFFC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBFFC7 on black background.


Color preview on white background

This text has color #FBFFC7 on white background.



Black color preview on #FBFFC7 background

This text has black color on #FBFFC7 background.


White color preview on #FBFFC7 background

This text has white color on #FBFFC7 background.