COLOR #FDB295

HEX: #FDB295
RGB: (253,178,149)

Color info

#FDB295 contains mainly red color. Web safe color of #FDB295 is #FF9999 (or #F99).

RGB color model

#FDB295 color RGB value is (253,178,149).

  • red value is 253;
  • green value is 178;
  • blue value is 149.
RGB:
(253,178,149)
(99%,70%,58%)

RGB channels and saturation

R 253 of 255 = 99%
G 178 of 255 = 70%
B 149 of 255 = 58%

253
178
149

R + G + B ~ 76%. #FDB295 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 178 + 149 = 580 (100%)
R 253 of 580 ~ 43.62%
G 178 of 580 ~ 30.69%
B 149 of 580 ~ 25.69%

%43.62
%30.69
%25.69

CMYK color model

#FDB295 color CMYK value is (0,30,41,1).

  • cyan value is 0.00%
  • magenta value is 29.64%
  • yellow value is 41.11%
  • key color value is 0.78%
CMYK:
(0,30,41,1)
C0M30Y41K1 
(0%,30%,41%,1%)
(0.00/0.30/0.41/0.01)	

CMYK percentages

%0
%29.64
%41.11
%0.78

Codes

Color #FDB295 in popluar color models

FDB295
RGB253178149
HSL17°96.30%78.82%
HSB/HSV17°41.11%99.22%
CMYK0.00%29.64%41.11%
0.78%

Color #FDB295 in popluar number systems.

HEXFDB295
Decimal253178149
Binary111111011011001010010101
Octal375262225

Shades and tints

Shades of #FDB295

#FDB295
(253,178,149)
#E6A288
(230,162,136)
#CF927B
(207,146,123)
#B8826E
(184,130,110)
#A17261
(161,114,97)
#8A6254
(138,98,84)
#735247
(115,82,71)
#5C423A
(92,66,58)
#45322D
(69,50,45)
#2E2220
(46,34,32)
#171213
(23,18,19)
#000000
(0,0,0)

Tints of #FDB295

#FDB295
(253,178,149)
#FDB99E
(253,185,158)
#FDC0A7
(253,192,167)
#FDC7B0
(253,199,176)
#FDCEB9
(253,206,185)
#FDD5C2
(253,213,194)
#FDDCCB
(253,220,203)
#FDE3D4
(253,227,212)
#FDEADD
(253,234,221)
#FDF1E6
(253,241,230)
#FDF8EF
(253,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDB295 color. Also use rgb(253,178,149) instead hex code.

Text Font Color

.myTextColor { color: #FDB295; }

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

This text font color is #FDB295.


Background Color

.myBgColor { background-color: #FDB295; }

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

This div background color is #FDB295.


Border color

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

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

This div border color is #FDB295.


Opacity

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

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

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

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

This text has shadow with #FDB295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDB295 on black background.


Color preview on white background

This text has color #FDB295 on white background.



Black color preview on #FDB295 background

This text has black color on #FDB295 background.


White color preview on #FDB295 background

This text has white color on #FDB295 background.