COLOR #F8FADD

HEX: #F8FADD
RGB: (248,250,221)

Color info

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

RGB color model

#F8FADD color RGB value is (248,250,221).

  • red value is 248;
  • green value is 250;
  • blue value is 221.
RGB:
(248,250,221)
(97%,98%,87%)

RGB channels and saturation

R 248 of 255 = 97%
G 250 of 255 = 98%
B 221 of 255 = 87%

248
250
221

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

Portions of RGB colors in percentages

R + G + B =
248 + 250 + 221 = 719 (100%)
R 248 of 719 ~ 34.49%
G 250 of 719 ~ 34.77%
B 221 of 719 ~ 30.74%

%34.49
%34.77
%30.74

CMYK color model

#F8FADD color CMYK value is (1,0,12,2).

  • cyan value is 0.80%
  • magenta value is 0.00%
  • yellow value is 11.60%
  • key color value is 1.96%
CMYK:
(1,0,12,2)
C1M0Y12K2 
(1%,0%,12%,2%)
(0.01/0.00/0.12/0.02)	

CMYK percentages

%0.8
%0
%11.6
%1.96

Codes

Color #F8FADD in popluar color models

F8FADD
RGB248250221
HSL64°74.36%92.35%
HSB/HSV64°11.60%98.04%
CMYK0.80%0.00%11.60%
1.96%

Color #F8FADD in popluar number systems.

HEXF8FADD
Decimal248250221
Binary111110001111101011011101
Octal370372335

Shades and tints

Shades of #F8FADD

#F8FADD
(248,250,221)
#E2E4C9
(226,228,201)
#CCCEB5
(204,206,181)
#B6B8A1
(182,184,161)
#A0A28D
(160,162,141)
#8A8C79
(138,140,121)
#747665
(116,118,101)
#5E6051
(94,96,81)
#484A3D
(72,74,61)
#323429
(50,52,41)
#1C1E15
(28,30,21)
#000000
(0,0,0)

Tints of #F8FADD

#F8FADD
(248,250,221)
#F8FAE0
(248,250,224)
#F8FAE3
(248,250,227)
#F8FAE6
(248,250,230)
#F8FAE9
(248,250,233)
#F8FAEC
(248,250,236)
#F8FAEF
(248,250,239)
#F8FAF2
(248,250,242)
#F8FAF5
(248,250,245)
#F8FAF8
(248,250,248)
#F8FAFB
(248,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8FADD color. Also use rgb(248,250,221) instead hex code.

Text Font Color

.myTextColor { color: #F8FADD; }

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

This text font color is #F8FADD.


Background Color

.myBgColor { background-color: #F8FADD; }

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

This div background color is #F8FADD.


Border color

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

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

This div border color is #F8FADD.


Opacity

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

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

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

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

This text has shadow with #F8FADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8FADD on black background.


Color preview on white background

This text has color #F8FADD on white background.



Black color preview on #F8FADD background

This text has black color on #F8FADD background.


White color preview on #F8FADD background

This text has white color on #F8FADD background.