COLOR #FBFAC2

HEX: #FBFAC2
RGB: (251,250,194)

Color info

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

RGB color model

#FBFAC2 color RGB value is (251,250,194).

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

RGB channels and saturation

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

251
250
194

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

Portions of RGB colors in percentages

R + G + B =
251 + 250 + 194 = 695 (100%)
R 251 of 695 ~ 36.12%
G 250 of 695 ~ 35.97%
B 194 of 695 ~ 27.91%

%36.12
%35.97
%27.91

CMYK color model

#FBFAC2 color CMYK value is (0,0,23,2).

  • cyan value is 0.00%
  • magenta value is 0.40%
  • yellow value is 22.71%
  • key color value is 1.57%
CMYK:
(0,0,23,2)
C0M0Y23K2 
(0%,0%,23%,2%)
(0.00/0.00/0.23/0.02)	

CMYK percentages

%0
%0.4
%22.71
%1.57

Codes

Color #FBFAC2 in popluar color models

FBFAC2
RGB251250194
HSL59°87.69%87.25%
HSB/HSV59°22.71%98.43%
CMYK0.00%0.40%22.71%
1.57%

Color #FBFAC2 in popluar number systems.

HEXFBFAC2
Decimal251250194
Binary111110111111101011000010
Octal373372302

Shades and tints

Shades of #FBFAC2

#FBFAC2
(251,250,194)
#E5E4B1
(229,228,177)
#CFCEA0
(207,206,160)
#B9B88F
(185,184,143)
#A3A27E
(163,162,126)
#8D8C6D
(141,140,109)
#77765C
(119,118,92)
#61604B
(97,96,75)
#4B4A3A
(75,74,58)
#353429
(53,52,41)
#1F1E18
(31,30,24)
#000000
(0,0,0)

Tints of #FBFAC2

#FBFAC2
(251,250,194)
#FBFAC7
(251,250,199)
#FBFACC
(251,250,204)
#FBFAD1
(251,250,209)
#FBFAD6
(251,250,214)
#FBFADB
(251,250,219)
#FBFAE0
(251,250,224)
#FBFAE5
(251,250,229)
#FBFAEA
(251,250,234)
#FBFAEF
(251,250,239)
#FBFAF4
(251,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBFAC2; }

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

This text font color is #FBFAC2.


Background Color

.myBgColor { background-color: #FBFAC2; }

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

This div background color is #FBFAC2.


Border color

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

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

This div border color is #FBFAC2.


Opacity

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

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

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

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

This text has shadow with #FBFAC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBFAC2 on black background.


Color preview on white background

This text has color #FBFAC2 on white background.



Black color preview on #FBFAC2 background

This text has black color on #FBFAC2 background.


White color preview on #FBFAC2 background

This text has white color on #FBFAC2 background.