COLOR #FDFEBE

HEX: #FDFEBE
RGB: (253,254,190)

Color info

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

RGB color model

#FDFEBE color RGB value is (253,254,190).

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

RGB channels and saturation

R 253 of 255 = 99%
G 254 of 255 = 100%
B 190 of 255 = 75%

253
254
190

R + G + B ~ 91%. #FDFEBE is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 254 + 190 = 697 (100%)
R 253 of 697 ~ 36.3%
G 254 of 697 ~ 36.44%
B 190 of 697 ~ 27.26%

%36.3
%36.44
%27.26

CMYK color model

#FDFEBE color CMYK value is (0,0,25,0).

  • cyan value is 0.39%
  • magenta value is 0.00%
  • yellow value is 25.20%
  • key color value is 0.39%
CMYK:
(0,0,25,0)
C0M0Y25K0 
(0%,0%,25%,0%)
(0.00/0.00/0.25/0.00)	

CMYK percentages

%0.39
%0
%25.2
%0.39

Codes

Color #FDFEBE in popluar color models

FDFEBE
RGB253254190
HSL61°96.97%87.06%
HSB/HSV61°25.20%99.61%
CMYK0.39%0.00%25.20%
0.39%

Color #FDFEBE in popluar number systems.

HEXFDFEBE
Decimal253254190
Binary111111011111111010111110
Octal375376276

Shades and tints

Shades of #FDFEBE

#FDFEBE
(253,254,190)
#E6E7AD
(230,231,173)
#CFD09C
(207,208,156)
#B8B98B
(184,185,139)
#A1A27A
(161,162,122)
#8A8B69
(138,139,105)
#737458
(115,116,88)
#5C5D47
(92,93,71)
#454636
(69,70,54)
#2E2F25
(46,47,37)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #FDFEBE

#FDFEBE
(253,254,190)
#FDFEC3
(253,254,195)
#FDFEC8
(253,254,200)
#FDFECD
(253,254,205)
#FDFED2
(253,254,210)
#FDFED7
(253,254,215)
#FDFEDC
(253,254,220)
#FDFEE1
(253,254,225)
#FDFEE6
(253,254,230)
#FDFEEB
(253,254,235)
#FDFEF0
(253,254,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFEBE; }

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

This text font color is #FDFEBE.


Background Color

.myBgColor { background-color: #FDFEBE; }

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

This div background color is #FDFEBE.


Border color

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

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

This div border color is #FDFEBE.


Opacity

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

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

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

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

This text has shadow with #FDFEBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDFEBE on black background.


Color preview on white background

This text has color #FDFEBE on white background.



Black color preview on #FDFEBE background

This text has black color on #FDFEBE background.


White color preview on #FDFEBE background

This text has white color on #FDFEBE background.