COLOR #FFFCDB

HEX: #FFFCDB RGB: (255,252,219)

Color info

#FFFCDB contains red, green and blue colors in about the same proportion. Web safe color of #FFFCDB is #FFFFCC (or #FFC).

RGB color model

#FFFCDB color RGB value is (255,252,219).

RGB: (255,252,219) (100%, 99%, 86%)

RGB channels and saturation

R 255 of 255 = 100%
G 252 of 255 = 99%
B 219 of 255 = 86%

255
252
219

R + G + B ~ 95%. #FFFCDB is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 252 + 219 = 726 (100%)
R 255 of 726 ~ 35.12%
G 252 of 726 ~ 34.71%
B 219 of 726 ~ 30.17'%

%35.12
%34.71
%30.17

CMYK color model

#FFFCDB color CMYK value is (0,1,14,0).

  • cyan value is 0.00%
  • magenta value is 1.18%
  • yellow value is 14.12%
  • key color value is 0.00%

CMYK: (0,1,14,0)
C0M1Y14K0 (0%, 1%, 14%, 0%)
(0.00 / 0.01 / 0.14 / 0.00)

CMYK percentages

%0
%1.18
%14.12
%0

Codes

Color #FFFCDB in popluar color models

FF FC DB
RGB 255 252 219
HSL 55° 100.00% 92.94%
HSB/HSV 55° 14.12% 100.00%
CMYK 0.00% 1.18% 14.12%
0.00%

Color #FFFCDB in popluar number systems.

HEX FF FC DB
Decimal 255 252 219
Binary 11111111 11111100 11011011
Octal 377 374 333

Shades and tints

Shades of #FFFCDB

#FFFCDB
(255,252,219)
#E8E6C8
(232,230,200)
#D1D0B5
(209,208,181)
#BABAA2
(186,186,162)
#A3A48F
(163,164,143)
#8C8E7C
(140,142,124)
#757869
(117,120,105)
#5E6256
(94,98,86)
#474C43
(71,76,67)
#303630
(48,54,48)
#19201D
(25,32,29)
#000000
(0,0,0)

Tints of #FFFCDB

#FFFCDB
(255,252,219)
#FFFCDE
(255,252,222)
#FFFCE1
(255,252,225)
#FFFCE4
(255,252,228)
#FFFCE7
(255,252,231)
#FFFCEA
(255,252,234)
#FFFCED
(255,252,237)
#FFFCF0
(255,252,240)
#FFFCF3
(255,252,243)
#FFFCF6
(255,252,246)
#FFFCF9
(255,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFCDB; }

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

This text font color is #FFFCDB.

Background Color

.myBgColor { background-color: #FFFCDB; }

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

This div background color is #FFFCDB.

Border color

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

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

This div border color is #FFFCDB.

Opacity

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

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

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

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

This text has shadow with #FFFCDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFFCDB.

Preview

Color preview on black background

This text has color #FFFCDB on black background.


Color preview on white background

This text has color #FFFCDB on white background.


Black color preview on #FFFCDB background

This text has black color on #FFFCDB background.


White color preview on #FFFCDB background

This text has white color on #FFFCDB background.


Related colors

Complementary color

Complementary color for #hex is #000324.


I love getcolorcode.com

Triadic colors

1 #DBFFFC and #FCDBFF with #FFFCDB are triadic colors.

2 #DBFCFF and #FCFFDB with #FFFCDB are triadic colors.