COLOR #F4FDFA

HEX: #F4FDFA RGB: (244,253,250)

Color info

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

RGB color model

#F4FDFA color RGB value is (244,253,250).

RGB: (244,253,250) (96%, 99%, 98%)

RGB channels and saturation

R 244 of 255 = 96%
G 253 of 255 = 99%
B 250 of 255 = 98%

244
253
250

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

Portions of RGB colors in percentages

R + G + B = 244 + 253 + 250 = 747 (100%)
R 244 of 747 ~ 32.66%
G 253 of 747 ~ 33.87%
B 250 of 747 ~ 33.47'%

%32.66
%33.87
%33.47

CMYK color model

#F4FDFA color CMYK value is (4,0,1,1).

  • cyan value is 3.56%
  • magenta value is 0.00%
  • yellow value is 1.19%
  • key color value is 0.78%

CMYK: (4,0,1,1)
C4M0Y1K1 (4%, 0%, 1%, 1%)
(0.04 / 0.00 / 0.01 / 0.01)

CMYK percentages

%3.56
%0
%1.19
%0.78

Codes

Color #F4FDFA in popluar color models

F4 FD FA
RGB 244 253 250
HSL 160° 69.23% 97.45%
HSB/HSV 160° 3.56% 99.22%
CMYK 3.56% 0.00% 1.19%
0.78%

Color #F4FDFA in popluar number systems.

HEX F4 FD FA
Decimal 244 253 250
Binary 11110100 11111101 11111010
Octal 364 375 372

Shades and tints

Shades of #F4FDFA

#F4FDFA
(244,253,250)
#DEE6E4
(222,230,228)
#C8CFCE
(200,207,206)
#B2B8B8
(178,184,184)
#9CA1A2
(156,161,162)
#868A8C
(134,138,140)
#707376
(112,115,118)
#5A5C60
(90,92,96)
#44454A
(68,69,74)
#2E2E34
(46,46,52)
#18171E
(24,23,30)
#000000
(0,0,0)

Tints of #F4FDFA

#F4FDFA
(244,253,250)
#F5FDFA
(245,253,250)
#F6FDFA
(246,253,250)
#F7FDFA
(247,253,250)
#F8FDFA
(248,253,250)
#F9FDFA
(249,253,250)
#FAFDFA
(250,253,250)
#FBFDFA
(251,253,250)
#FCFDFA
(252,253,250)
#FDFDFA
(253,253,250)
#FEFDFA
(254,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4FDFA; }

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

This text font color is #F4FDFA.

Background Color

.myBgColor { background-color: #F4FDFA; }

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

This div background color is #F4FDFA.

Border color

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

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

This div border color is #F4FDFA.

Opacity

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

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

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

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

This text has shadow with #F4FDFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4FDFA.

Preview

Color preview on black background

This text has color #F4FDFA on black background.


Color preview on white background

This text has color #F4FDFA on white background.


Black color preview on #F4FDFA background

This text has black color on #F4FDFA background.


White color preview on #F4FDFA background

This text has white color on #F4FDFA background.


Related colors

Complementary color

Complementary color for #F4FDFA is #0B0205.


I love getcolorcode.com

Triadic colors

1 #FAF4FD and #FDFAF4 with #F4FDFA are triadic colors.

2 #FAFDF4 and #FDF4FA with #F4FDFA are triadic colors.