COLOR #FFDE98

HEX: #FFDE98
RGB: (255,222,152)

Color info

#FFDE98 contains mainly red and green colors. Web safe color of #FFDE98 is #FFCC99 (or #FC9).

RGB color model

#FFDE98 color RGB value is (255,222,152).

  • red value is 255;
  • green value is 222;
  • blue value is 152.
RGB:
(255,222,152)
(100%,87%,60%)

RGB channels and saturation

R 255 of 255 = 100%
G 222 of 255 = 87%
B 152 of 255 = 60%

255
222
152

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

Portions of RGB colors in percentages

R + G + B =
255 + 222 + 152 = 629 (100%)
R 255 of 629 ~ 40.54%
G 222 of 629 ~ 35.29%
B 152 of 629 ~ 24.17%

%40.54
%35.29
%24.17

CMYK color model

#FFDE98 color CMYK value is (0,13,40,0).

  • cyan value is 0.00%
  • magenta value is 12.94%
  • yellow value is 40.39%
  • key color value is 0.00%
CMYK:
(0,13,40,0)
C0M13Y40K0 
(0%,13%,40%,0%)
(0.00/0.13/0.40/0.00)	

CMYK percentages

%0
%12.94
%40.39
%0

Codes

Color #FFDE98 in popluar color models

FFDE98
RGB255222152
HSL41°100.00%79.80%
HSB/HSV41°40.39%100.00%
CMYK0.00%12.94%40.39%
0.00%

Color #FFDE98 in popluar number systems.

HEXFFDE98
Decimal255222152
Binary111111111101111010011000
Octal377336230

Shades and tints

Shades of #FFDE98

#FFDE98
(255,222,152)
#E8CA8B
(232,202,139)
#D1B67E
(209,182,126)
#BAA271
(186,162,113)
#A38E64
(163,142,100)
#8C7A57
(140,122,87)
#75664A
(117,102,74)
#5E523D
(94,82,61)
#473E30
(71,62,48)
#302A23
(48,42,35)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #FFDE98

#FFDE98
(255,222,152)
#FFE1A1
(255,225,161)
#FFE4AA
(255,228,170)
#FFE7B3
(255,231,179)
#FFEABC
(255,234,188)
#FFEDC5
(255,237,197)
#FFF0CE
(255,240,206)
#FFF3D7
(255,243,215)
#FFF6E0
(255,246,224)
#FFF9E9
(255,249,233)
#FFFCF2
(255,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFDE98 color. Also use rgb(255,222,152) instead hex code.

Text Font Color

.myTextColor { color: #FFDE98; }

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

This text font color is #FFDE98.


Background Color

.myBgColor { background-color: #FFDE98; }

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

This div background color is #FFDE98.


Border color

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

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

This div border color is #FFDE98.


Opacity

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

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

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

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

This text has shadow with #FFDE98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDE98 on black background.


Color preview on white background

This text has color #FFDE98 on white background.



Black color preview on #FFDE98 background

This text has black color on #FFDE98 background.


White color preview on #FFDE98 background

This text has white color on #FFDE98 background.