COLOR #FFDEBD

HEX: #FFDEBD
RGB: (255,222,189)

Color info

#FFDEBD contains mainly red and green colors. Web safe color of #FFDEBD is #FFCCCC (or #FCC).

RGB color model

#FFDEBD color RGB value is (255,222,189).

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

RGB channels and saturation

R 255 of 255 = 100%
G 222 of 255 = 87%
B 189 of 255 = 74%

255
222
189

R + G + B ~ 87%. #FFDEBD is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 222 + 189 = 666 (100%)
R 255 of 666 ~ 38.29%
G 222 of 666 ~ 33.33%
B 189 of 666 ~ 28.38%

%38.29
%33.33
%28.38

CMYK color model

#FFDEBD color CMYK value is (0,13,26,0).

  • cyan value is 0.00%
  • magenta value is 12.94%
  • yellow value is 25.88%
  • key color value is 0.00%
CMYK:
(0,13,26,0)
C0M13Y26K0 
(0%,13%,26%,0%)
(0.00/0.13/0.26/0.00)	

CMYK percentages

%0
%12.94
%25.88
%0

Codes

Color #FFDEBD in popluar color models

FFDEBD
RGB255222189
HSL30°100.00%87.06%
HSB/HSV30°25.88%100.00%
CMYK0.00%12.94%25.88%
0.00%

Color #FFDEBD in popluar number systems.

HEXFFDEBD
Decimal255222189
Binary111111111101111010111101
Octal377336275

Shades and tints

Shades of #FFDEBD

#FFDEBD
(255,222,189)
#E8CAAC
(232,202,172)
#D1B69B
(209,182,155)
#BAA28A
(186,162,138)
#A38E79
(163,142,121)
#8C7A68
(140,122,104)
#756657
(117,102,87)
#5E5246
(94,82,70)
#473E35
(71,62,53)
#302A24
(48,42,36)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #FFDEBD

#FFDEBD
(255,222,189)
#FFE1C3
(255,225,195)
#FFE4C9
(255,228,201)
#FFE7CF
(255,231,207)
#FFEAD5
(255,234,213)
#FFEDDB
(255,237,219)
#FFF0E1
(255,240,225)
#FFF3E7
(255,243,231)
#FFF6ED
(255,246,237)
#FFF9F3
(255,249,243)
#FFFCF9
(255,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDEBD; }

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

This text font color is #FFDEBD.


Background Color

.myBgColor { background-color: #FFDEBD; }

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

This div background color is #FFDEBD.


Border color

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

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

This div border color is #FFDEBD.


Opacity

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

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

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

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

This text has shadow with #FFDEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDEBD on black background.


Color preview on white background

This text has color #FFDEBD on white background.



Black color preview on #FFDEBD background

This text has black color on #FFDEBD background.


White color preview on #FFDEBD background

This text has white color on #FFDEBD background.