COLOR #F0FEFF

HEX: #F0FEFF RGB: (240,254,255)

Color info

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

RGB color model

#F0FEFF color RGB value is (240,254,255).

RGB: (240,254,255) (94%, 100%, 100%)

RGB channels and saturation

R 240 of 255 = 94%
G 254 of 255 = 100%
B 255 of 255 = 100%

240
254
255

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

Portions of RGB colors in percentages

R + G + B = 240 + 254 + 255 = 749 (100%)
R 240 of 749 ~ 32.04%
G 254 of 749 ~ 33.91%
B 255 of 749 ~ 34.05'%

%32.04
%33.91
%34.05

CMYK color model

#F0FEFF color CMYK value is (6,0,0,0).

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

CMYK: (6,0,0,0)
C6M0Y0K0 (6%, 0%, 0%, 0%)
(0.06 / 0.00 / 0.00 / 0.00)

CMYK percentages

%5.88
%0.39
%0
%0

Codes

Color #F0FEFF in popluar color models

F0 FE FF
RGB 240 254 255
HSL 184° 100.00% 97.06%
HSB/HSV 184° 5.88% 100.00%
CMYK 5.88% 0.39% 0.00%
0.00%

Color #F0FEFF in popluar number systems.

HEX F0 FE FF
Decimal 240 254 255
Binary 11110000 11111110 11111111
Octal 360 376 377

Shades and tints

Shades of #F0FEFF

#F0FEFF
(240,254,255)
#DBE7E8
(219,231,232)
#C6D0D1
(198,208,209)
#B1B9BA
(177,185,186)
#9CA2A3
(156,162,163)
#878B8C
(135,139,140)
#727475
(114,116,117)
#5D5D5E
(93,93,94)
#484647
(72,70,71)
#332F30
(51,47,48)
#1E1819
(30,24,25)
#000000
(0,0,0)

Tints of #F0FEFF

#F0FEFF
(240,254,255)
#F1FEFF
(241,254,255)
#F2FEFF
(242,254,255)
#F3FEFF
(243,254,255)
#F4FEFF
(244,254,255)
#F5FEFF
(245,254,255)
#F6FEFF
(246,254,255)
#F7FEFF
(247,254,255)
#F8FEFF
(248,254,255)
#F9FEFF
(249,254,255)
#FAFEFF
(250,254,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FEFF; }

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

This text font color is #F0FEFF.

Background Color

.myBgColor { background-color: #F0FEFF; }

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

This div background color is #F0FEFF.

Border color

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

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

This div border color is #F0FEFF.

Opacity

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

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

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

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

This text has shadow with #F0FEFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0FEFF.

Preview

Color preview on black background

This text has color #F0FEFF on black background.


Color preview on white background

This text has color #F0FEFF on white background.


Black color preview on #F0FEFF background

This text has black color on #F0FEFF background.


White color preview on #F0FEFF background

This text has white color on #F0FEFF background.


Related colors

Complementary color

Complementary color for #hex is #0F0100.


I love getcolorcode.com

Triadic colors

1 #FFF0FE and #FEFFF0 with #F0FEFF are triadic colors.

2 #FFFEF0 and #FEF0FF with #F0FEFF are triadic colors.