COLOR #F0F2FD

HEX: #F0F2FD RGB: (240,242,253)

Color info

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

RGB color model

#F0F2FD color RGB value is (240,242,253).

RGB: (240,242,253) (94%, 95%, 99%)

RGB channels and saturation

R 240 of 255 = 94%
G 242 of 255 = 95%
B 253 of 255 = 99%

240
242
253

R + G + B ~ 96%. #F0F2FD is light color.

Portions of RGB colors in percentages

R + G + B = 240 + 242 + 253 = 735 (100%)
R 240 of 735 ~ 32.65%
G 242 of 735 ~ 32.93%
B 253 of 735 ~ 34.42'%

%32.65
%32.93
%34.42

CMYK color model

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

  • cyan value is 5.14%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (5,4,0,1)
C5M4Y0K1 (5%, 4%, 0%, 1%)
(0.05 / 0.04 / 0.00 / 0.01)

CMYK percentages

%5.14
%4.35
%0
%0.78

Codes

Color #F0F2FD in popluar color models

F0 F2 FD
RGB 240 242 253
HSL 231° 76.47% 96.67%
HSB/HSV 231° 5.14% 99.22%
CMYK 5.14% 4.35% 0.00%
0.78%

Color #F0F2FD in popluar number systems.

HEX F0 F2 FD
Decimal 240 242 253
Binary 11110000 11110010 11111101
Octal 360 362 375

Shades and tints

Shades of #F0F2FD

#F0F2FD
(240,242,253)
#DBDCE6
(219,220,230)
#C6C6CF
(198,198,207)
#B1B0B8
(177,176,184)
#9C9AA1
(156,154,161)
#87848A
(135,132,138)
#726E73
(114,110,115)
#5D585C
(93,88,92)
#484245
(72,66,69)
#332C2E
(51,44,46)
#1E1617
(30,22,23)
#000000
(0,0,0)

Tints of #F0F2FD

#F0F2FD
(240,242,253)
#F1F3FD
(241,243,253)
#F2F4FD
(242,244,253)
#F3F5FD
(243,245,253)
#F4F6FD
(244,246,253)
#F5F7FD
(245,247,253)
#F6F8FD
(246,248,253)
#F7F9FD
(247,249,253)
#F8FAFD
(248,250,253)
#F9FBFD
(249,251,253)
#FAFCFD
(250,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0F2FD; }

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

This text font color is #F0F2FD.

Background Color

.myBgColor { background-color: #F0F2FD; }

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

This div background color is #F0F2FD.

Border color

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

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

This div border color is #F0F2FD.

Opacity

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

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

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

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

This text has shadow with #F0F2FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0F2FD.

Preview

Color preview on black background

This text has color #F0F2FD on black background.


Color preview on white background

This text has color #F0F2FD on white background.


Black color preview on #F0F2FD background

This text has black color on #F0F2FD background.


White color preview on #F0F2FD background

This text has white color on #F0F2FD background.


Related colors

Complementary color

Complementary color for #hex is #0F0D02.


I love getcolorcode.com

Triadic colors

1 #FDF0F2 and #F2FDF0 with #F0F2FD are triadic colors.

2 #FDF2F0 and #F2F0FD with #F0F2FD are triadic colors.