COLOR #FDB299

HEX: #FDB299 RGB: (253,178,153)

Color info

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

RGB color model

#FDB299 color RGB value is (253,178,153).

RGB: (253,178,153) (99%, 70%, 60%)

RGB channels and saturation

R 253 of 255 = 99%
G 178 of 255 = 70%
B 153 of 255 = 60%

253
178
153

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

Portions of RGB colors in percentages

R + G + B = 253 + 178 + 153 = 584 (100%)
R 253 of 584 ~ 43.32%
G 178 of 584 ~ 30.48%
B 153 of 584 ~ 26.2'%

%43.32
%30.48
%26.2

CMYK color model

#FDB299 color CMYK value is (0,30,40,1).

  • cyan value is 0.00%
  • magenta value is 29.64%
  • yellow value is 39.53%
  • key color value is 0.78%

CMYK: (0,30,40,1)
C0M30Y40K1 (0%, 30%, 40%, 1%)
(0.00 / 0.30 / 0.40 / 0.01)

CMYK percentages

%0
%29.64
%39.53
%0.78

Codes

Color #FDB299 in popluar color models

FD B2 99
RGB 253 178 153
HSL 15° 96.15% 79.61%
HSB/HSV 15° 39.53% 99.22%
CMYK 0.00% 29.64% 39.53%
0.78%

Color #FDB299 in popluar number systems.

HEX FD B2 99
Decimal 253 178 153
Binary 11111101 10110010 10011001
Octal 375 262 231

Shades and tints

Shades of #FDB299

#FDB299
(253,178,153)
#E6A28C
(230,162,140)
#CF927F
(207,146,127)
#B88272
(184,130,114)
#A17265
(161,114,101)
#8A6258
(138,98,88)
#73524B
(115,82,75)
#5C423E
(92,66,62)
#453231
(69,50,49)
#2E2224
(46,34,36)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #FDB299

#FDB299
(253,178,153)
#FDB9A2
(253,185,162)
#FDC0AB
(253,192,171)
#FDC7B4
(253,199,180)
#FDCEBD
(253,206,189)
#FDD5C6
(253,213,198)
#FDDCCF
(253,220,207)
#FDE3D8
(253,227,216)
#FDEAE1
(253,234,225)
#FDF1EA
(253,241,234)
#FDF8F3
(253,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDB299; }

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

This text font color is #FDB299.

Background Color

.myBgColor { background-color: #FDB299; }

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

This div background color is #FDB299.

Border color

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

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

This div border color is #FDB299.

Opacity

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

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

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

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

This text has shadow with #FDB299 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDB299.

Preview

Color preview on black background

This text has color #FDB299 on black background.


Color preview on white background

This text has color #FDB299 on white background.


Black color preview on #FDB299 background

This text has black color on #FDB299 background.


White color preview on #FDB299 background

This text has white color on #FDB299 background.


Related colors

Complementary color

Complementary color for #hex is #024D66.


I love getcolorcode.com

Triadic colors

1 #99FDB2 and #B299FD with #FDB299 are triadic colors.

2 #99B2FD and #B2FD99 with #FDB299 are triadic colors.