COLOR #FDBEB4

HEX: #FDBEB4
RGB: (253,190,180)

Color info

#FDBEB4 contains mainly red color. Web safe color of #FDBEB4 is #FFCCCC (or #FCC).

RGB color model

#FDBEB4 color RGB value is (253,190,180).

  • red value is 253;
  • green value is 190;
  • blue value is 180.
RGB:
(253,190,180)
(99%,75%,71%)

RGB channels and saturation

R 253 of 255 = 99%
G 190 of 255 = 75%
B 180 of 255 = 71%

253
190
180

R + G + B ~ 82%. #FDBEB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 190 + 180 = 623 (100%)
R 253 of 623 ~ 40.61%
G 190 of 623 ~ 30.5%
B 180 of 623 ~ 28.89%

%40.61
%30.5
%28.89

CMYK color model

#FDBEB4 color CMYK value is (0,25,29,1).

  • cyan value is 0.00%
  • magenta value is 24.90%
  • yellow value is 28.85%
  • key color value is 0.78%
CMYK:
(0,25,29,1)
C0M25Y29K1 
(0%,25%,29%,1%)
(0.00/0.25/0.29/0.01)	

CMYK percentages

%0
%24.9
%28.85
%0.78

Codes

Color #FDBEB4 in popluar color models

FDBEB4
RGB253190180
HSL94.81%84.90%
HSB/HSV28.85%99.22%
CMYK0.00%24.90%28.85%
0.78%

Color #FDBEB4 in popluar number systems.

HEXFDBEB4
Decimal253190180
Binary111111011011111010110100
Octal375276264

Shades and tints

Shades of #FDBEB4

#FDBEB4
(253,190,180)
#E6ADA4
(230,173,164)
#CF9C94
(207,156,148)
#B88B84
(184,139,132)
#A17A74
(161,122,116)
#8A6964
(138,105,100)
#735854
(115,88,84)
#5C4744
(92,71,68)
#453634
(69,54,52)
#2E2524
(46,37,36)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #FDBEB4

#FDBEB4
(253,190,180)
#FDC3BA
(253,195,186)
#FDC8C0
(253,200,192)
#FDCDC6
(253,205,198)
#FDD2CC
(253,210,204)
#FDD7D2
(253,215,210)
#FDDCD8
(253,220,216)
#FDE1DE
(253,225,222)
#FDE6E4
(253,230,228)
#FDEBEA
(253,235,234)
#FDF0F0
(253,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDBEB4 color. Also use rgb(253,190,180) instead hex code.

Text Font Color

.myTextColor { color: #FDBEB4; }

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

This text font color is #FDBEB4.


Background Color

.myBgColor { background-color: #FDBEB4; }

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

This div background color is #FDBEB4.


Border color

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

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

This div border color is #FDBEB4.


Opacity

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

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

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

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

This text has shadow with #FDBEB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDBEB4 on black background.


Color preview on white background

This text has color #FDBEB4 on white background.



Black color preview on #FDBEB4 background

This text has black color on #FDBEB4 background.


White color preview on #FDBEB4 background

This text has white color on #FDBEB4 background.