COLOR #FBFFAF

HEX: #FBFFAF
RGB: (251,255,175)

Color info

#FBFFAF contains mainly red and green colors. Web safe color of #FBFFAF is #FFFF99 (or #FF9).

RGB color model

#FBFFAF color RGB value is (251,255,175).

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

RGB channels and saturation

R 251 of 255 = 98%
G 255 of 255 = 100%
B 175 of 255 = 69%

251
255
175

R + G + B ~ 89%. #FBFFAF is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 255 + 175 = 681 (100%)
R 251 of 681 ~ 36.86%
G 255 of 681 ~ 37.44%
B 175 of 681 ~ 25.7%

%36.86
%37.44
%25.7

CMYK color model

#FBFFAF color CMYK value is (2,0,31,0).

  • cyan value is 1.57%
  • magenta value is 0.00%
  • yellow value is 31.37%
  • key color value is 0.00%
CMYK:
(2,0,31,0)
C2M0Y31K0 
(2%,0%,31%,0%)
(0.02/0.00/0.31/0.00)	

CMYK percentages

%1.57
%0
%31.37
%0

Codes

Color #FBFFAF in popluar color models

FBFFAF
RGB251255175
HSL63°100.00%84.31%
HSB/HSV63°31.37%100.00%
CMYK1.57%0.00%31.37%
0.00%

Color #FBFFAF in popluar number systems.

HEXFBFFAF
Decimal251255175
Binary111110111111111110101111
Octal373377257

Shades and tints

Shades of #FBFFAF

#FBFFAF
(251,255,175)
#E5E8A0
(229,232,160)
#CFD191
(207,209,145)
#B9BA82
(185,186,130)
#A3A373
(163,163,115)
#8D8C64
(141,140,100)
#777555
(119,117,85)
#615E46
(97,94,70)
#4B4737
(75,71,55)
#353028
(53,48,40)
#1F1919
(31,25,25)
#000000
(0,0,0)

Tints of #FBFFAF

#FBFFAF
(251,255,175)
#FBFFB6
(251,255,182)
#FBFFBD
(251,255,189)
#FBFFC4
(251,255,196)
#FBFFCB
(251,255,203)
#FBFFD2
(251,255,210)
#FBFFD9
(251,255,217)
#FBFFE0
(251,255,224)
#FBFFE7
(251,255,231)
#FBFFEE
(251,255,238)
#FBFFF5
(251,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBFFAF; }

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

This text font color is #FBFFAF.


Background Color

.myBgColor { background-color: #FBFFAF; }

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

This div background color is #FBFFAF.


Border color

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

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

This div border color is #FBFFAF.


Opacity

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

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

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

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

This text has shadow with #FBFFAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBFFAF on black background.


Color preview on white background

This text has color #FBFFAF on white background.



Black color preview on #FBFFAF background

This text has black color on #FBFFAF background.


White color preview on #FBFFAF background

This text has white color on #FBFFAF background.