COLOR #FFFADC

HEX: #FFFADC
RGB: (255,250,220)

Color info

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

RGB color model

#FFFADC color RGB value is (255,250,220).

  • red value is 255;
  • green value is 250;
  • blue value is 220.
RGB:
(255,250,220)
(100%,98%,86%)

RGB channels and saturation

R 255 of 255 = 100%
G 250 of 255 = 98%
B 220 of 255 = 86%

255
250
220

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

Portions of RGB colors in percentages

R + G + B =
255 + 250 + 220 = 725 (100%)
R 255 of 725 ~ 35.17%
G 250 of 725 ~ 34.48%
B 220 of 725 ~ 30.34%

%35.17
%34.48
%30.34

CMYK color model

#FFFADC color CMYK value is (0,2,14,0).

  • cyan value is 0.00%
  • magenta value is 1.96%
  • yellow value is 13.73%
  • key color value is 0.00%
CMYK:
(0,2,14,0)
C0M2Y14K0 
(0%,2%,14%,0%)
(0.00/0.02/0.14/0.00)	

CMYK percentages

%0
%1.96
%13.73
%0

Codes

Color #FFFADC in popluar color models

FFFADC
RGB255250220
HSL51°100.00%93.14%
HSB/HSV51°13.73%100.00%
CMYK0.00%1.96%13.73%
0.00%

Color #FFFADC in popluar number systems.

HEXFFFADC
Decimal255250220
Binary111111111111101011011100
Octal377372334

Shades and tints

Shades of #FFFADC

#FFFADC
(255,250,220)
#E8E4C8
(232,228,200)
#D1CEB4
(209,206,180)
#BAB8A0
(186,184,160)
#A3A28C
(163,162,140)
#8C8C78
(140,140,120)
#757664
(117,118,100)
#5E6050
(94,96,80)
#474A3C
(71,74,60)
#303428
(48,52,40)
#191E14
(25,30,20)
#000000
(0,0,0)

Tints of #FFFADC

#FFFADC
(255,250,220)
#FFFADF
(255,250,223)
#FFFAE2
(255,250,226)
#FFFAE5
(255,250,229)
#FFFAE8
(255,250,232)
#FFFAEB
(255,250,235)
#FFFAEE
(255,250,238)
#FFFAF1
(255,250,241)
#FFFAF4
(255,250,244)
#FFFAF7
(255,250,247)
#FFFAFA
(255,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFADC; }

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

This text font color is #FFFADC.


Background Color

.myBgColor { background-color: #FFFADC; }

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

This div background color is #FFFADC.


Border color

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

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

This div border color is #FFFADC.


Opacity

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

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

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

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

This text has shadow with #FFFADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFFADC on black background.


Color preview on white background

This text has color #FFFADC on white background.



Black color preview on #FFFADC background

This text has black color on #FFFADC background.


White color preview on #FFFADC background

This text has white color on #FFFADC background.