COLOR #F0FAFC

HEX: #F0FAFC RGB: (240,250,252)

Color info

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

RGB color model

#F0FAFC color RGB value is (240,250,252).

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

RGB channels and saturation

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

240
250
252

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

Portions of RGB colors in percentages

R + G + B = 240 + 250 + 252 = 742 (100%)
R 240 of 742 ~ 32.35%
G 250 of 742 ~ 33.69%
B 252 of 742 ~ 33.96'%

%32.35
%33.69
%33.96

CMYK color model

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

  • cyan value is 4.76%
  • magenta value is 0.79%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK: (5,1,0,1) C5M1Y0K1 (5%,1%,0%,1%) (0.05/0.01/0.00/0.01) 

CMYK percentages

%4.76
%0.79
%0
%1.18

Codes

Color #F0FAFC in popluar color models

F0 FA FC
RGB 240 250 252
HSL 190° 66.67% 96.47%
HSB/HSV 190° 4.76% 98.82%
CMYK 4.76% 0.79% 0.00%
1.18%

Color #F0FAFC in popluar number systems.

HEX F0 FA FC
Decimal 240 250 252
Binary 11110000 11111010 11111100
Octal 360 372 374

Shades and tints

Shades of #F0FAFC

#F0FAFC
(240,250,252)
#DBE4E6
(219,228,230)
#C6CED0
(198,206,208)
#B1B8BA
(177,184,186)
#9CA2A4
(156,162,164)
#878C8E
(135,140,142)
#727678
(114,118,120)
#5D6062
(93,96,98)
#484A4C
(72,74,76)
#333436
(51,52,54)
#1E1E20
(30,30,32)
#000000
(0,0,0)

Tints of #F0FAFC

#F0FAFC
(240,250,252)
#F1FAFC
(241,250,252)
#F2FAFC
(242,250,252)
#F3FAFC
(243,250,252)
#F4FAFC
(244,250,252)
#F5FAFC
(245,250,252)
#F6FAFC
(246,250,252)
#F7FAFC
(247,250,252)
#F8FAFC
(248,250,252)
#F9FAFC
(249,250,252)
#FAFAFC
(250,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FAFC; }

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

This text font color is #F0FAFC.

Background Color

.myBgColor { background-color: #F0FAFC; }

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

This div background color is #F0FAFC.

Border color

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

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

This div border color is #F0FAFC.

Opacity

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

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

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

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

This text has shadow with #F0FAFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0FAFC.

Preview

Color preview on black background

This text has color #F0FAFC on black background.


Color preview on white background

This text has color #F0FAFC on white background.


Black color preview on #F0FAFC background

This text has black color on #F0FAFC background.


White color preview on #F0FAFC background

This text has white color on #F0FAFC background.


Related colors

Complementary color

Complementary color for #hex is #0F0503.


I love getcolorcode.com

Triadic colors

1 #FCF0FA and #FAFCF0 with #F0FAFC are triadic colors.

2 #FCFAF0 and #FAF0FC with #F0FAFC are triadic colors.