COLOR #F0FFFC

HEX: #F0FFFC RGB: (240,255,252)

Color info

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

RGB color model

#F0FFFC color RGB value is (240,255,252).

RGB: (240,255,252) (94%, 100%, 99%)

RGB channels and saturation

R 240 of 255 = 94%
G 255 of 255 = 100%
B 252 of 255 = 99%

240
255
252

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

Portions of RGB colors in percentages

R + G + B = 240 + 255 + 252 = 747 (100%)
R 240 of 747 ~ 32.13%
G 255 of 747 ~ 34.14%
B 252 of 747 ~ 33.73'%

%32.13
%34.14
%33.73

CMYK color model

#F0FFFC color CMYK value is (6,0,1,0).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 1.18%
  • key color value is 0.00%

CMYK: (6,0,1,0)
C6M0Y1K0 (6%, 0%, 1%, 0%)
(0.06 / 0.00 / 0.01 / 0.00)

CMYK percentages

%5.88
%0
%1.18
%0

Codes

Color #F0FFFC in popluar color models

F0 FF FC
RGB 240 255 252
HSL 168° 100.00% 97.06%
HSB/HSV 168° 5.88% 100.00%
CMYK 5.88% 0.00% 1.18%
0.00%

Color #F0FFFC in popluar number systems.

HEX F0 FF FC
Decimal 240 255 252
Binary 11110000 11111111 11111100
Octal 360 377 374

Shades and tints

Shades of #F0FFFC

#F0FFFC
(240,255,252)
#DBE8E6
(219,232,230)
#C6D1D0
(198,209,208)
#B1BABA
(177,186,186)
#9CA3A4
(156,163,164)
#878C8E
(135,140,142)
#727578
(114,117,120)
#5D5E62
(93,94,98)
#48474C
(72,71,76)
#333036
(51,48,54)
#1E1920
(30,25,32)
#000000
(0,0,0)

Tints of #F0FFFC

#F0FFFC
(240,255,252)
#F1FFFC
(241,255,252)
#F2FFFC
(242,255,252)
#F3FFFC
(243,255,252)
#F4FFFC
(244,255,252)
#F5FFFC
(245,255,252)
#F6FFFC
(246,255,252)
#F7FFFC
(247,255,252)
#F8FFFC
(248,255,252)
#F9FFFC
(249,255,252)
#FAFFFC
(250,255,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FFFC; }

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

This text font color is #F0FFFC.

Background Color

.myBgColor { background-color: #F0FFFC; }

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

This div background color is #F0FFFC.

Border color

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

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

This div border color is #F0FFFC.

Opacity

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

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

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

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

This text has shadow with #F0FFFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0FFFC.

Preview

Color preview on black background

This text has color #F0FFFC on black background.


Color preview on white background

This text has color #F0FFFC on white background.


Black color preview on #F0FFFC background

This text has black color on #F0FFFC background.


White color preview on #F0FFFC background

This text has white color on #F0FFFC background.


Related colors

Complementary color

Complementary color for #hex is #0F0003.


I love getcolorcode.com

Triadic colors

1 #FCF0FF and #FFFCF0 with #F0FFFC are triadic colors.

2 #FCFFF0 and #FFF0FC with #F0FFFC are triadic colors.