COLOR #F8FDFA

HEX: #F8FDFA RGB: (248,253,250)

Color info

#F8FDFA contains red, green and blue colors in about the same proportion. Web safe color of #F8FDFA is #FFFFFF (or #FFF).

RGB color model

#F8FDFA color RGB value is (248,253,250).

RGB: (248,253,250) (97%, 99%, 98%)

RGB channels and saturation

R 248 of 255 = 97%
G 253 of 255 = 99%
B 250 of 255 = 98%

248
253
250

R + G + B ~ 98%. #F8FDFA is light color.

Portions of RGB colors in percentages

R + G + B = 248 + 253 + 250 = 751 (100%)
R 248 of 751 ~ 33.02%
G 253 of 751 ~ 33.69%
B 250 of 751 ~ 33.29'%

%33.02
%33.69
%33.29

CMYK color model

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

  • cyan value is 1.98%
  • magenta value is 0.00%
  • yellow value is 1.19%
  • key color value is 0.78%
CMYK: (2,0,1,1) C2M0Y1K1 (2%,0%,1%,1%) (0.02/0.00/0.01/0.01) 

CMYK percentages

%1.98
%0
%1.19
%0.78

Codes

Color #F8FDFA in popluar color models

F8 FD FA
RGB 248 253 250
HSL 144° 55.56% 98.24%
HSB/HSV 144° 1.98% 99.22%
CMYK 1.98% 0.00% 1.19%
0.78%

Color #F8FDFA in popluar number systems.

HEX F8 FD FA
Decimal 248 253 250
Binary 11111000 11111101 11111010
Octal 370 375 372

Shades and tints

Shades of #F8FDFA

#F8FDFA
(248,253,250)
#E2E6E4
(226,230,228)
#CCCFCE
(204,207,206)
#B6B8B8
(182,184,184)
#A0A1A2
(160,161,162)
#8A8A8C
(138,138,140)
#747376
(116,115,118)
#5E5C60
(94,92,96)
#48454A
(72,69,74)
#322E34
(50,46,52)
#1C171E
(28,23,30)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8FDFA; }

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

This text font color is #F8FDFA.

Background Color

.myBgColor { background-color: #F8FDFA; }

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

This div background color is #F8FDFA.

Border color

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

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

This div border color is #F8FDFA.

Opacity

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

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

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

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

This text has shadow with #F8FDFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8FDFA.

Preview

Color preview on black background

This text has color #F8FDFA on black background.


Color preview on white background

This text has color #F8FDFA on white background.


Black color preview on #F8FDFA background

This text has black color on #F8FDFA background.


White color preview on #F8FDFA background

This text has white color on #F8FDFA background.


Related colors

Complementary color

Complementary color for #hex is #070205.


I love getcolorcode.com

Triadic colors

1 #FAF8FD and #FDFAF8 with #F8FDFA are triadic colors.

2 #FAFDF8 and #FDF8FA with #F8FDFA are triadic colors.