COLOR #FBE2C9

HEX: #FBE2C9
RGB: (251,226,201)

Color info

#FBE2C9 contains red, green and blue colors in about the same proportion. Web safe color of #FBE2C9 is #FFCCCC (or #FCC).

RGB color model

#FBE2C9 color RGB value is (251,226,201).

  • red value is 251;
  • green value is 226;
  • blue value is 201.
RGB:
(251,226,201)
(98%,89%,79%)

RGB channels and saturation

R 251 of 255 = 98%
G 226 of 255 = 89%
B 201 of 255 = 79%

251
226
201

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

Portions of RGB colors in percentages

R + G + B =
251 + 226 + 201 = 678 (100%)
R 251 of 678 ~ 37.02%
G 226 of 678 ~ 33.33%
B 201 of 678 ~ 29.65%

%37.02
%33.33
%29.65

CMYK color model

#FBE2C9 color CMYK value is (0,10,20,2).

  • cyan value is 0.00%
  • magenta value is 9.96%
  • yellow value is 19.92%
  • key color value is 1.57%
CMYK:
(0,10,20,2)
C0M10Y20K2 
(0%,10%,20%,2%)
(0.00/0.10/0.20/0.02)	

CMYK percentages

%0
%9.96
%19.92
%1.57

Codes

Color #FBE2C9 in popluar color models

FBE2C9
RGB251226201
HSL30°86.21%88.63%
HSB/HSV30°19.92%98.43%
CMYK0.00%9.96%19.92%
1.57%

Color #FBE2C9 in popluar number systems.

HEXFBE2C9
Decimal251226201
Binary111110111110001011001001
Octal373342311

Shades and tints

Shades of #FBE2C9

#FBE2C9
(251,226,201)
#E5CEB7
(229,206,183)
#CFBAA5
(207,186,165)
#B9A693
(185,166,147)
#A39281
(163,146,129)
#8D7E6F
(141,126,111)
#776A5D
(119,106,93)
#61564B
(97,86,75)
#4B4239
(75,66,57)
#352E27
(53,46,39)
#1F1A15
(31,26,21)
#000000
(0,0,0)

Tints of #FBE2C9

#FBE2C9
(251,226,201)
#FBE4CD
(251,228,205)
#FBE6D1
(251,230,209)
#FBE8D5
(251,232,213)
#FBEAD9
(251,234,217)
#FBECDD
(251,236,221)
#FBEEE1
(251,238,225)
#FBF0E5
(251,240,229)
#FBF2E9
(251,242,233)
#FBF4ED
(251,244,237)
#FBF6F1
(251,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBE2C9 color. Also use rgb(251,226,201) instead hex code.

Text Font Color

.myTextColor { color: #FBE2C9; }

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

This text font color is #FBE2C9.


Background Color

.myBgColor { background-color: #FBE2C9; }

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

This div background color is #FBE2C9.


Border color

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

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

This div border color is #FBE2C9.


Opacity

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

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

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

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

This text has shadow with #FBE2C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBE2C9 on black background.


Color preview on white background

This text has color #FBE2C9 on white background.



Black color preview on #FBE2C9 background

This text has black color on #FBE2C9 background.


White color preview on #FBE2C9 background

This text has white color on #FBE2C9 background.