COLOR #FDFEB5

HEX: #FDFEB5
RGB: (253,254,181)

Color info

#FDFEB5 contains mainly red and green colors. Web safe color of #FDFEB5 is #FFFFCC (or #FFC).

RGB color model

#FDFEB5 color RGB value is (253,254,181).

  • red value is 253;
  • green value is 254;
  • blue value is 181.
RGB:
(253,254,181)
(99%,100%,71%)

RGB channels and saturation

R 253 of 255 = 99%
G 254 of 255 = 100%
B 181 of 255 = 71%

253
254
181

R + G + B ~ 90%. #FDFEB5 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 254 + 181 = 688 (100%)
R 253 of 688 ~ 36.77%
G 254 of 688 ~ 36.92%
B 181 of 688 ~ 26.31%

%36.77
%36.92
%26.31

CMYK color model

#FDFEB5 color CMYK value is (0,0,29,0).

  • cyan value is 0.39%
  • magenta value is 0.00%
  • yellow value is 28.74%
  • key color value is 0.39%
CMYK:
(0,0,29,0)
C0M0Y29K0 
(0%,0%,29%,0%)
(0.00/0.00/0.29/0.00)	

CMYK percentages

%0.39
%0
%28.74
%0.39

Codes

Color #FDFEB5 in popluar color models

FDFEB5
RGB253254181
HSL61°97.33%85.29%
HSB/HSV61°28.74%99.61%
CMYK0.39%0.00%28.74%
0.39%

Color #FDFEB5 in popluar number systems.

HEXFDFEB5
Decimal253254181
Binary111111011111111010110101
Octal375376265

Shades and tints

Shades of #FDFEB5

#FDFEB5
(253,254,181)
#E6E7A5
(230,231,165)
#CFD095
(207,208,149)
#B8B985
(184,185,133)
#A1A275
(161,162,117)
#8A8B65
(138,139,101)
#737455
(115,116,85)
#5C5D45
(92,93,69)
#454635
(69,70,53)
#2E2F25
(46,47,37)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #FDFEB5

#FDFEB5
(253,254,181)
#FDFEBB
(253,254,187)
#FDFEC1
(253,254,193)
#FDFEC7
(253,254,199)
#FDFECD
(253,254,205)
#FDFED3
(253,254,211)
#FDFED9
(253,254,217)
#FDFEDF
(253,254,223)
#FDFEE5
(253,254,229)
#FDFEEB
(253,254,235)
#FDFEF1
(253,254,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDFEB5 color. Also use rgb(253,254,181) instead hex code.

Text Font Color

.myTextColor { color: #FDFEB5; }

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

This text font color is #FDFEB5.


Background Color

.myBgColor { background-color: #FDFEB5; }

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

This div background color is #FDFEB5.


Border color

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

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

This div border color is #FDFEB5.


Opacity

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

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

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

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

This text has shadow with #FDFEB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDFEB5 on black background.


Color preview on white background

This text has color #FDFEB5 on white background.



Black color preview on #FDFEB5 background

This text has black color on #FDFEB5 background.


White color preview on #FDFEB5 background

This text has white color on #FDFEB5 background.