COLOR #FBFFC2

HEX: #FBFFC2
RGB: (251,255,194)

Color info

#FBFFC2 contains mainly red and green colors. Web safe color of #FBFFC2 is #FFFFCC (or #FFC).

RGB color model

#FBFFC2 color RGB value is (251,255,194).

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

RGB channels and saturation

R 251 of 255 = 98%
G 255 of 255 = 100%
B 194 of 255 = 76%

251
255
194

R + G + B ~ 91%. #FBFFC2 is light color.

Portions of RGB colors in percentages

R + G + B =
251 + 255 + 194 = 700 (100%)
R 251 of 700 ~ 35.86%
G 255 of 700 ~ 36.43%
B 194 of 700 ~ 27.71%

%35.86
%36.43
%27.71

CMYK color model

#FBFFC2 color CMYK value is (2,0,24,0).

  • cyan value is 1.57%
  • magenta value is 0.00%
  • yellow value is 23.92%
  • key color value is 0.00%
CMYK:
(2,0,24,0)
C2M0Y24K0 
(2%,0%,24%,0%)
(0.02/0.00/0.24/0.00)	

CMYK percentages

%1.57
%0
%23.92
%0

Codes

Color #FBFFC2 in popluar color models

FBFFC2
RGB251255194
HSL64°100.00%88.04%
HSB/HSV64°23.92%100.00%
CMYK1.57%0.00%23.92%
0.00%

Color #FBFFC2 in popluar number systems.

HEXFBFFC2
Decimal251255194
Binary111110111111111111000010
Octal373377302

Shades and tints

Shades of #FBFFC2

#FBFFC2
(251,255,194)
#E5E8B1
(229,232,177)
#CFD1A0
(207,209,160)
#B9BA8F
(185,186,143)
#A3A37E
(163,163,126)
#8D8C6D
(141,140,109)
#77755C
(119,117,92)
#615E4B
(97,94,75)
#4B473A
(75,71,58)
#353029
(53,48,41)
#1F1918
(31,25,24)
#000000
(0,0,0)

Tints of #FBFFC2

#FBFFC2
(251,255,194)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBFFC2; }

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

This text font color is #FBFFC2.


Background Color

.myBgColor { background-color: #FBFFC2; }

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

This div background color is #FBFFC2.


Border color

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

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

This div border color is #FBFFC2.


Opacity

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

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

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

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

This text has shadow with #FBFFC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBFFC2 on black background.


Color preview on white background

This text has color #FBFFC2 on white background.



Black color preview on #FBFFC2 background

This text has black color on #FBFFC2 background.


White color preview on #FBFFC2 background

This text has white color on #FBFFC2 background.