COLOR #FFDBD4

HEX: #FFDBD4
RGB: (255,219,212)

Color info

#FFDBD4 contains red, green and blue colors in about the same proportion. Web safe color of #FFDBD4 is #FFCCCC (or #FCC).

RGB color model

#FFDBD4 color RGB value is (255,219,212).

  • red value is 255;
  • green value is 219;
  • blue value is 212.
RGB:
(255,219,212)
(100%,86%,83%)

RGB channels and saturation

R 255 of 255 = 100%
G 219 of 255 = 86%
B 212 of 255 = 83%

255
219
212

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

Portions of RGB colors in percentages

R + G + B =
255 + 219 + 212 = 686 (100%)
R 255 of 686 ~ 37.17%
G 219 of 686 ~ 31.92%
B 212 of 686 ~ 30.9%

%37.17
%31.92
%30.9

CMYK color model

#FFDBD4 color CMYK value is (0,14,17,0).

  • cyan value is 0.00%
  • magenta value is 14.12%
  • yellow value is 16.86%
  • key color value is 0.00%
CMYK:
(0,14,17,0)
C0M14Y17K0 
(0%,14%,17%,0%)
(0.00/0.14/0.17/0.00)	

CMYK percentages

%0
%14.12
%16.86
%0

Codes

Color #FFDBD4 in popluar color models

FFDBD4
RGB255219212
HSL10°100.00%91.57%
HSB/HSV10°16.86%100.00%
CMYK0.00%14.12%16.86%
0.00%

Color #FFDBD4 in popluar number systems.

HEXFFDBD4
Decimal255219212
Binary111111111101101111010100
Octal377333324

Shades and tints

Shades of #FFDBD4

#FFDBD4
(255,219,212)
#E8C8C1
(232,200,193)
#D1B5AE
(209,181,174)
#BAA29B
(186,162,155)
#A38F88
(163,143,136)
#8C7C75
(140,124,117)
#756962
(117,105,98)
#5E564F
(94,86,79)
#47433C
(71,67,60)
#303029
(48,48,41)
#191D16
(25,29,22)
#000000
(0,0,0)

Tints of #FFDBD4

#FFDBD4
(255,219,212)
#FFDED7
(255,222,215)
#FFE1DA
(255,225,218)
#FFE4DD
(255,228,221)
#FFE7E0
(255,231,224)
#FFEAE3
(255,234,227)
#FFEDE6
(255,237,230)
#FFF0E9
(255,240,233)
#FFF3EC
(255,243,236)
#FFF6EF
(255,246,239)
#FFF9F2
(255,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFDBD4 color. Also use rgb(255,219,212) instead hex code.

Text Font Color

.myTextColor { color: #FFDBD4; }

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

This text font color is #FFDBD4.


Background Color

.myBgColor { background-color: #FFDBD4; }

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

This div background color is #FFDBD4.


Border color

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

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

This div border color is #FFDBD4.


Opacity

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

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

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

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

This text has shadow with #FFDBD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDBD4 on black background.


Color preview on white background

This text has color #FFDBD4 on white background.



Black color preview on #FFDBD4 background

This text has black color on #FFDBD4 background.


White color preview on #FFDBD4 background

This text has white color on #FFDBD4 background.