COLOR #F8FBDC

HEX: #F8FBDC RGB: (248,251,220)

Color info

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

RGB color model

#F8FBDC color RGB value is (248,251,220).

RGB: (248,251,220) (97%, 98%, 86%)

RGB channels and saturation

R 248 of 255 = 97%
G 251 of 255 = 98%
B 220 of 255 = 86%

248
251
220

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

Portions of RGB colors in percentages

R + G + B = 248 + 251 + 220 = 719 (100%)
R 248 of 719 ~ 34.49%
G 251 of 719 ~ 34.91%
B 220 of 719 ~ 30.6'%

%34.49
%34.91
%30.6

CMYK color model

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

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

CMYK percentages

%1.2
%0
%12.35
%1.57

Codes

Color #F8FBDC in popluar color models

F8 FB DC
RGB 248 251 220
HSL 66° 79.49% 92.35%
HSB/HSV 66° 12.35% 98.43%
CMYK 1.20% 0.00% 12.35%
1.57%

Color #F8FBDC in popluar number systems.

HEX F8 FB DC
Decimal 248 251 220
Binary 11111000 11111011 11011100
Octal 370 373 334

Shades and tints

Shades of #F8FBDC

#F8FBDC
(248,251,220)
#E2E5C8
(226,229,200)
#CCCFB4
(204,207,180)
#B6B9A0
(182,185,160)
#A0A38C
(160,163,140)
#8A8D78
(138,141,120)
#747764
(116,119,100)
#5E6150
(94,97,80)
#484B3C
(72,75,60)
#323528
(50,53,40)
#1C1F14
(28,31,20)
#000000
(0,0,0)

Tints of #F8FBDC

#F8FBDC
(248,251,220)
#F8FBDF
(248,251,223)
#F8FBE2
(248,251,226)
#F8FBE5
(248,251,229)
#F8FBE8
(248,251,232)
#F8FBEB
(248,251,235)
#F8FBEE
(248,251,238)
#F8FBF1
(248,251,241)
#F8FBF4
(248,251,244)
#F8FBF7
(248,251,247)
#F8FBFA
(248,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8FBDC; }

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

This text font color is #F8FBDC.

Background Color

.myBgColor { background-color: #F8FBDC; }

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

This div background color is #F8FBDC.

Border color

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

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

This div border color is #F8FBDC.

Opacity

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

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

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

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

This text has shadow with #F8FBDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8FBDC.

Preview

Color preview on black background

This text has color #F8FBDC on black background.


Color preview on white background

This text has color #F8FBDC on white background.


Black color preview on #F8FBDC background

This text has black color on #F8FBDC background.


White color preview on #F8FBDC background

This text has white color on #F8FBDC background.


Related colors

Complementary color

Complementary color for #hex is #070423.


I love getcolorcode.com

Triadic colors

1 #DCF8FB and #FBDCF8 with #F8FBDC are triadic colors.

2 #DCFBF8 and #FBF8DC with #F8FBDC are triadic colors.