COLOR #F8FFDC

HEX: #F8FFDC
RGB: (248,255,220)

Color info

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

RGB color model

#F8FFDC color RGB value is (248,255,220).

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

RGB channels and saturation

R 248 of 255 = 97%
G 255 of 255 = 100%
B 220 of 255 = 86%

248
255
220

R + G + B ~ 94%. #F8FFDC is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 255 + 220 = 723 (100%)
R 248 of 723 ~ 34.3%
G 255 of 723 ~ 35.27%
B 220 of 723 ~ 30.43%

%34.3
%35.27
%30.43

CMYK color model

#F8FFDC color CMYK value is (3,0,14,0).

  • cyan value is 2.75%
  • magenta value is 0.00%
  • yellow value is 13.73%
  • key color value is 0.00%
CMYK:
(3,0,14,0)
C3M0Y14K0 
(3%,0%,14%,0%)
(0.03/0.00/0.14/0.00)	

CMYK percentages

%2.75
%0
%13.73
%0

Codes

Color #F8FFDC in popluar color models

F8FFDC
RGB248255220
HSL72°100.00%93.14%
HSB/HSV72°13.73%100.00%
CMYK2.75%0.00%13.73%
0.00%

Color #F8FFDC in popluar number systems.

HEXF8FFDC
Decimal248255220
Binary111110001111111111011100
Octal370377334

Shades and tints

Shades of #F8FFDC

#F8FFDC
(248,255,220)
#E2E8C8
(226,232,200)
#CCD1B4
(204,209,180)
#B6BAA0
(182,186,160)
#A0A38C
(160,163,140)
#8A8C78
(138,140,120)
#747564
(116,117,100)
#5E5E50
(94,94,80)
#48473C
(72,71,60)
#323028
(50,48,40)
#1C1914
(28,25,20)
#000000
(0,0,0)

Tints of #F8FFDC

#F8FFDC
(248,255,220)
#F8FFDF
(248,255,223)
#F8FFE2
(248,255,226)
#F8FFE5
(248,255,229)
#F8FFE8
(248,255,232)
#F8FFEB
(248,255,235)
#F8FFEE
(248,255,238)
#F8FFF1
(248,255,241)
#F8FFF4
(248,255,244)
#F8FFF7
(248,255,247)
#F8FFFA
(248,255,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8FFDC; }

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

This text font color is #F8FFDC.


Background Color

.myBgColor { background-color: #F8FFDC; }

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

This div background color is #F8FFDC.


Border color

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

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

This div border color is #F8FFDC.


Opacity

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

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

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

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

This text has shadow with #F8FFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8FFDC on black background.


Color preview on white background

This text has color #F8FFDC on white background.



Black color preview on #F8FFDC background

This text has black color on #F8FFDC background.


White color preview on #F8FFDC background

This text has white color on #F8FFDC background.