COLOR #FDB4BE

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

253
180
190

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

Portions of RGB colors in percentages

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

%40.61
%28.89
%30.5

CMYK color model

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

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

CMYK percentages

%0
%28.85
%24.9
%0.78

Codes

Color #FDB4BE in popluar color models

FDB4BE
RGB253180190
HSL352°94.81%84.90%
HSB/HSV352°28.85%99.22%
CMYK0.00%28.85%24.90%
0.78%

Color #FDB4BE in popluar number systems.

HEXFDB4BE
Decimal253180190
Binary111111011011010010111110
Octal375264276

Shades and tints

Shades of #FDB4BE

#FDB4BE
(253,180,190)
#E6A4AD
(230,164,173)
#CF949C
(207,148,156)
#B8848B
(184,132,139)
#A1747A
(161,116,122)
#8A6469
(138,100,105)
#735458
(115,84,88)
#5C4447
(92,68,71)
#453436
(69,52,54)
#2E2425
(46,36,37)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #FDB4BE

#FDB4BE
(253,180,190)
#FDBAC3
(253,186,195)
#FDC0C8
(253,192,200)
#FDC6CD
(253,198,205)
#FDCCD2
(253,204,210)
#FDD2D7
(253,210,215)
#FDD8DC
(253,216,220)
#FDDEE1
(253,222,225)
#FDE4E6
(253,228,230)
#FDEAEB
(253,234,235)
#FDF0F0
(253,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDB4BE; }

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

This text font color is #FDB4BE.


Background Color

.myBgColor { background-color: #FDB4BE; }

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

This div background color is #FDB4BE.


Border color

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

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

This div border color is #FDB4BE.


Opacity

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

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

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

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

This text has shadow with #FDB4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDB4BE on black background.


Color preview on white background

This text has color #FDB4BE on white background.



Black color preview on #FDB4BE background

This text has black color on #FDB4BE background.


White color preview on #FDB4BE background

This text has white color on #FDB4BE background.