COLOR #F0FDFA

HEX: #F0FDFA RGB: (240,253,250)

Color info

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

RGB color model

#F0FDFA color RGB value is (240,253,250).

RGB: (240,253,250) (94%, 99%, 98%)

RGB channels and saturation

R 240 of 255 = 94%
G 253 of 255 = 99%
B 250 of 255 = 98%

240
253
250

R + G + B ~ 97%. #F0FDFA is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 253 + 250 = 743 (100%)
R 240 of 743 ~ 32.3%
G 253 of 743 ~ 34.05%
B 250 of 743 ~ 33.65'%

%32.3
%34.05
%33.65

CMYK color model

#F0FDFA color CMYK value is (5,0,1,1).

  • cyan value is 5.14%
  • magenta value is 0.00%
  • yellow value is 1.19%
  • key color value is 0.78%
CMYK: (5,0,1,1) C5M0Y1K1 (5%,0%,1%,1%) (0.05/0.00/0.01/0.01) 

CMYK percentages

%5.14
%0
%1.19
%0.78

Codes

Color #F0FDFA in popluar color models

F0 FD FA
RGB 240 253 250
HSL 166° 76.47% 96.67%
HSB/HSV 166° 5.14% 99.22%
CMYK 5.14% 0.00% 1.19%
0.78%

Color #F0FDFA in popluar number systems.

HEX F0 FD FA
Decimal 240 253 250
Binary 11110000 11111101 11111010
Octal 360 375 372

Shades and tints

Shades of #F0FDFA

#F0FDFA
(240,253,250)
#DBE6E4
(219,230,228)
#C6CFCE
(198,207,206)
#B1B8B8
(177,184,184)
#9CA1A2
(156,161,162)
#878A8C
(135,138,140)
#727376
(114,115,118)
#5D5C60
(93,92,96)
#48454A
(72,69,74)
#332E34
(51,46,52)
#1E171E
(30,23,30)
#000000
(0,0,0)

Tints of #F0FDFA

#F0FDFA
(240,253,250)
#F1FDFA
(241,253,250)
#F2FDFA
(242,253,250)
#F3FDFA
(243,253,250)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FDFA; }

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

This text font color is #F0FDFA.

Background Color

.myBgColor { background-color: #F0FDFA; }

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

This div background color is #F0FDFA.

Border color

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

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

This div border color is #F0FDFA.

Opacity

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

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

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

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

This text has shadow with #F0FDFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0FDFA.

Preview

Color preview on black background

This text has color #F0FDFA on black background.


Color preview on white background

This text has color #F0FDFA on white background.


Black color preview on #F0FDFA background

This text has black color on #F0FDFA background.


White color preview on #F0FDFA background

This text has white color on #F0FDFA background.


Related colors

Complementary color

Complementary color for #hex is #0F0205.


I love getcolorcode.com

Triadic colors

1 #FAF0FD and #FDFAF0 with #F0FDFA are triadic colors.

2 #FAFDF0 and #FDF0FA with #F0FDFA are triadic colors.