COLOR #FFFACD

HEX: #FFFACD RGB: (255,250,205)

Color info

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

RGB color model

#FFFACD color RGB value is (255,250,205).

RGB: (255,250,205) (100%, 98%, 80%)

RGB channels and saturation

R 255 of 255 = 100%
G 250 of 255 = 98%
B 205 of 255 = 80%

255
250
205

R + G + B ~ 93%. #FFFACD is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 250 + 205 = 710 (100%)
R 255 of 710 ~ 35.92%
G 250 of 710 ~ 35.21%
B 205 of 710 ~ 28.87'%

%35.92
%35.21
%28.87

CMYK color model

#FFFACD color CMYK value is (0,2,20,0).

  • cyan value is 0.00%
  • magenta value is 1.96%
  • yellow value is 19.61%
  • key color value is 0.00%

CMYK: (0,2,20,0)
C0M2Y20K0 (0%, 2%, 20%, 0%)
(0.00 / 0.02 / 0.20 / 0.00)

CMYK percentages

%0
%1.96
%19.61
%0

Codes

Color #FFFACD in popluar color models

FF FA CD
RGB 255 250 205
HSL 54° 100.00% 90.20%
HSB/HSV 54° 19.61% 100.00%
CMYK 0.00% 1.96% 19.61%
0.00%

Color #FFFACD in popluar number systems.

HEX FF FA CD
Decimal 255 250 205
Binary 11111111 11111010 11001101
Octal 377 372 315

Shades and tints

Shades of #FFFACD

#FFFACD
(255,250,205)
#E8E4BB
(232,228,187)
#D1CEA9
(209,206,169)
#BAB897
(186,184,151)
#A3A285
(163,162,133)
#8C8C73
(140,140,115)
#757661
(117,118,97)
#5E604F
(94,96,79)
#474A3D
(71,74,61)
#30342B
(48,52,43)
#191E19
(25,30,25)
#000000
(0,0,0)

Tints of #FFFACD

#FFFACD
(255,250,205)
#FFFAD1
(255,250,209)
#FFFAD5
(255,250,213)
#FFFAD9
(255,250,217)
#FFFADD
(255,250,221)
#FFFAE1
(255,250,225)
#FFFAE5
(255,250,229)
#FFFAE9
(255,250,233)
#FFFAED
(255,250,237)
#FFFAF1
(255,250,241)
#FFFAF5
(255,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFFACD color. Also use rgb(255,250,205) instead hex code.

Text Font Color

.myTextColor { color: #FFFACD; }

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

This text font color is #FFFACD.

Background Color

.myBgColor { background-color: #FFFACD; }

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

This div background color is #FFFACD.

Border color

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

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

This div border color is #FFFACD.

Opacity

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

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

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

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

This text has shadow with #FFFACD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFFACD.

Preview

Color preview on black background

This text has color #FFFACD on black background.


Color preview on white background

This text has color #FFFACD on white background.


Black color preview on #FFFACD background

This text has black color on #FFFACD background.


White color preview on #FFFACD background

This text has white color on #FFFACD background.


Related colors

Complementary color

Complementary color for #hex is #000532.


I love getcolorcode.com

Gradients

Color #FFFACD is used in Lemon Chiffon gradient.

Lemon Chiffon


Triadic colors

1 #CDFFFA and #FACDFF with #FFFACD are triadic colors.

2 #CDFAFF and #FAFFCD with #FFFACD are triadic colors.