COLOR #FBEFAC

HEX: #FBEFAC RGB: (251,239,172)

Color info

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

RGB color model

#FBEFAC color RGB value is (251,239,172).

RGB: (251,239,172) (98%, 94%, 67%)

RGB channels and saturation

R 251 of 255 = 98%
G 239 of 255 = 94%
B 172 of 255 = 67%

251
239
172

R + G + B ~ 86%. #FBEFAC is light color.

Portions of RGB colors in percentages

R + G + B = 251 + 239 + 172 = 662 (100%)
R 251 of 662 ~ 37.92%
G 239 of 662 ~ 36.1%
B 172 of 662 ~ 25.98'%

%37.92
%36.1
%25.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.78%
  • yellow value is 31.47%
  • key color value is 1.57%

CMYK: (0,5,31,2)
C0M5Y31K2 (0%, 5%, 31%, 2%)
(0.00 / 0.05 / 0.31 / 0.02)

CMYK percentages

%0
%4.78
%31.47
%1.57

Codes

Color #FBEFAC in popluar color models

FB EF AC
RGB 251 239 172
HSL 51° 90.80% 82.94%
HSB/HSV 51° 31.47% 98.43%
CMYK 0.00% 4.78% 31.47%
1.57%

Color #FBEFAC in popluar number systems.

HEX FB EF AC
Decimal 251 239 172
Binary 11111011 11101111 10101100
Octal 373 357 254

Shades and tints

Shades of #FBEFAC

#FBEFAC
(251,239,172)
#E5DA9D
(229,218,157)
#CFC58E
(207,197,142)
#B9B07F
(185,176,127)
#A39B70
(163,155,112)
#8D8661
(141,134,97)
#777152
(119,113,82)
#615C43
(97,92,67)
#4B4734
(75,71,52)
#353225
(53,50,37)
#1F1D16
(31,29,22)
#000000
(0,0,0)

Tints of #FBEFAC

#FBEFAC
(251,239,172)
#FBF0B3
(251,240,179)
#FBF1BA
(251,241,186)
#FBF2C1
(251,242,193)
#FBF3C8
(251,243,200)
#FBF4CF
(251,244,207)
#FBF5D6
(251,245,214)
#FBF6DD
(251,246,221)
#FBF7E4
(251,247,228)
#FBF8EB
(251,248,235)
#FBF9F2
(251,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBEFAC color. Also use rgb(251,239,172) instead hex code.

Text Font Color

.myTextColor { color: #FBEFAC; }

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

This text font color is #FBEFAC.

Background Color

.myBgColor { background-color: #FBEFAC; }

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

This div background color is #FBEFAC.

Border color

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

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

This div border color is #FBEFAC.

Opacity

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

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

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

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

This text has shadow with #FBEFAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBEFAC.

Preview

Color preview on black background

This text has color #FBEFAC on black background.


Color preview on white background

This text has color #FBEFAC on white background.


Black color preview on #FBEFAC background

This text has black color on #FBEFAC background.


White color preview on #FBEFAC background

This text has white color on #FBEFAC background.


Related colors

Complementary color

Complementary color for #hex is #041053.


I love getcolorcode.com

Triadic colors

1 #ACFBEF and #EFACFB with #FBEFAC are triadic colors.

2 #ACEFFB and #EFFBAC with #FBEFAC are triadic colors.