COLOR #F0FCFF

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

240
252
255

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

Portions of RGB colors in percentages

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

%32.13
%33.73
%34.14

CMYK color model

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

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

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

CMYK percentages

%5.88
%1.18
%0
%0

Codes

Color #F0FCFF in popluar color models

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

Color #F0FCFF in popluar number systems.

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

Shades and tints

Shades of #F0FCFF

#F0FCFF
(240,252,255)
#DBE6E8
(219,230,232)
#C6D0D1
(198,208,209)
#B1BABA
(177,186,186)
#9CA4A3
(156,164,163)
#878E8C
(135,142,140)
#727875
(114,120,117)
#5D625E
(93,98,94)
#484C47
(72,76,71)
#333630
(51,54,48)
#1E2019
(30,32,25)
#000000
(0,0,0)

Tints of #F0FCFF

#F0FCFF
(240,252,255)
#F1FCFF
(241,252,255)
#F2FCFF
(242,252,255)
#F3FCFF
(243,252,255)
#F4FCFF
(244,252,255)
#F5FCFF
(245,252,255)
#F6FCFF
(246,252,255)
#F7FCFF
(247,252,255)
#F8FCFF
(248,252,255)
#F9FCFF
(249,252,255)
#FAFCFF
(250,252,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FCFF; }

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

This text font color is #F0FCFF.

Background Color

.myBgColor { background-color: #F0FCFF; }

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

This div background color is #F0FCFF.

Border color

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

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

This div border color is #F0FCFF.

Opacity

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

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

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

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

This text has shadow with #F0FCFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0FCFF.

Preview

Color preview on black background

This text has color #F0FCFF on black background.


Color preview on white background

This text has color #F0FCFF on white background.


Black color preview on #F0FCFF background

This text has black color on #F0FCFF background.


White color preview on #F0FCFF background

This text has white color on #F0FCFF background.


Related colors

Complementary color

Complementary color for #hex is #0F0300.


I love getcolorcode.com

Triadic colors

1 #FFF0FC and #FCFFF0 with #F0FCFF are triadic colors.

2 #FFFCF0 and #FCF0FF with #F0FCFF are triadic colors.