COLOR #FFD2BE

HEX: #FFD2BE
RGB: (255,210,190)

Color info

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

RGB color model

#FFD2BE color RGB value is (255,210,190).

  • red value is 255;
  • green value is 210;
  • blue value is 190.
RGB:
(255,210,190)
(100%,82%,75%)

RGB channels and saturation

R 255 of 255 = 100%
G 210 of 255 = 82%
B 190 of 255 = 75%

255
210
190

R + G + B ~ 86%. #FFD2BE is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 210 + 190 = 655 (100%)
R 255 of 655 ~ 38.93%
G 210 of 655 ~ 32.06%
B 190 of 655 ~ 29.01%

%38.93
%32.06
%29.01

CMYK color model

#FFD2BE color CMYK value is (0,18,25,0).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 25.49%
  • key color value is 0.00%
CMYK:
(0,18,25,0)
C0M18Y25K0 
(0%,18%,25%,0%)
(0.00/0.18/0.25/0.00)	

CMYK percentages

%0
%17.65
%25.49
%0

Codes

Color #FFD2BE in popluar color models

FFD2BE
RGB255210190
HSL18°100.00%87.25%
HSB/HSV18°25.49%100.00%
CMYK0.00%17.65%25.49%
0.00%

Color #FFD2BE in popluar number systems.

HEXFFD2BE
Decimal255210190
Binary111111111101001010111110
Octal377322276

Shades and tints

Shades of #FFD2BE

#FFD2BE
(255,210,190)
#E8BFAD
(232,191,173)
#D1AC9C
(209,172,156)
#BA998B
(186,153,139)
#A3867A
(163,134,122)
#8C7369
(140,115,105)
#756058
(117,96,88)
#5E4D47
(94,77,71)
#473A36
(71,58,54)
#302725
(48,39,37)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #FFD2BE

#FFD2BE
(255,210,190)
#FFD6C3
(255,214,195)
#FFDAC8
(255,218,200)
#FFDECD
(255,222,205)
#FFE2D2
(255,226,210)
#FFE6D7
(255,230,215)
#FFEADC
(255,234,220)
#FFEEE1
(255,238,225)
#FFF2E6
(255,242,230)
#FFF6EB
(255,246,235)
#FFFAF0
(255,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD2BE color. Also use rgb(255,210,190) instead hex code.

Text Font Color

.myTextColor { color: #FFD2BE; }

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

This text font color is #FFD2BE.


Background Color

.myBgColor { background-color: #FFD2BE; }

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

This div background color is #FFD2BE.


Border color

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

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

This div border color is #FFD2BE.


Opacity

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

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

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

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

This text has shadow with #FFD2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD2BE on black background.


Color preview on white background

This text has color #FFD2BE on white background.



Black color preview on #FFD2BE background

This text has black color on #FFD2BE background.


White color preview on #FFD2BE background

This text has white color on #FFD2BE background.