COLOR #F0FEFD

HEX: #F0FEFD RGB: (240,254,253)

Color info

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

RGB color model

#F0FEFD color RGB value is (240,254,253).

RGB: (240,254,253) (94%, 100%, 99%)

RGB channels and saturation

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

240
254
253

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

Portions of RGB colors in percentages

R + G + B = 240 + 254 + 253 = 747 (100%)
R 240 of 747 ~ 32.13%
G 254 of 747 ~ 34%
B 253 of 747 ~ 33.87'%

%32.13
%34
%33.87

CMYK color model

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

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

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

CMYK percentages

%5.51
%0
%0.39
%0.39

Codes

Color #F0FEFD in popluar color models

F0 FE FD
RGB 240 254 253
HSL 176° 87.50% 96.86%
HSB/HSV 176° 5.51% 99.61%
CMYK 5.51% 0.00% 0.39%
0.39%

Color #F0FEFD in popluar number systems.

HEX F0 FE FD
Decimal 240 254 253
Binary 11110000 11111110 11111101
Octal 360 376 375

Shades and tints

Shades of #F0FEFD

#F0FEFD
(240,254,253)
#DBE7E6
(219,231,230)
#C6D0CF
(198,208,207)
#B1B9B8
(177,185,184)
#9CA2A1
(156,162,161)
#878B8A
(135,139,138)
#727473
(114,116,115)
#5D5D5C
(93,93,92)
#484645
(72,70,69)
#332F2E
(51,47,46)
#1E1817
(30,24,23)
#000000
(0,0,0)

Tints of #F0FEFD

#F0FEFD
(240,254,253)
#F1FEFD
(241,254,253)
#F2FEFD
(242,254,253)
#F3FEFD
(243,254,253)
#F4FEFD
(244,254,253)
#F5FEFD
(245,254,253)
#F6FEFD
(246,254,253)
#F7FEFD
(247,254,253)
#F8FEFD
(248,254,253)
#F9FEFD
(249,254,253)
#FAFEFD
(250,254,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0FEFD; }

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

This text font color is #F0FEFD.

Background Color

.myBgColor { background-color: #F0FEFD; }

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

This div background color is #F0FEFD.

Border color

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

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

This div border color is #F0FEFD.

Opacity

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

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

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

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

This text has shadow with #F0FEFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0FEFD.

Preview

Color preview on black background

This text has color #F0FEFD on black background.


Color preview on white background

This text has color #F0FEFD on white background.


Black color preview on #F0FEFD background

This text has black color on #F0FEFD background.


White color preview on #F0FEFD background

This text has white color on #F0FEFD background.


Related colors

Complementary color

Complementary color for #hex is #0F0102.


I love getcolorcode.com

Triadic colors

1 #FDF0FE and #FEFDF0 with #F0FEFD are triadic colors.

2 #FDFEF0 and #FEF0FD with #F0FEFD are triadic colors.