COLOR #F2F0FD

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

242
240
253

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

Portions of RGB colors in percentages

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

%32.93
%32.65
%34.42

CMYK color model

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

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

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

CMYK percentages

%4.35
%5.14
%0
%0.78

Codes

Color #F2F0FD in popluar color models

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

Color #F2F0FD in popluar number systems.

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

Shades and tints

Shades of #F2F0FD

#F2F0FD
(242,240,253)
#DCDBE6
(220,219,230)
#C6C6CF
(198,198,207)
#B0B1B8
(176,177,184)
#9A9CA1
(154,156,161)
#84878A
(132,135,138)
#6E7273
(110,114,115)
#585D5C
(88,93,92)
#424845
(66,72,69)
#2C332E
(44,51,46)
#161E17
(22,30,23)
#000000
(0,0,0)

Tints of #F2F0FD

#F2F0FD
(242,240,253)
#F3F1FD
(243,241,253)
#F4F2FD
(244,242,253)
#F5F3FD
(245,243,253)
#F6F4FD
(246,244,253)
#F7F5FD
(247,245,253)
#F8F6FD
(248,246,253)
#F9F7FD
(249,247,253)
#FAF8FD
(250,248,253)
#FBF9FD
(251,249,253)
#FCFAFD
(252,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2F0FD; }

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

This text font color is #F2F0FD.

Background Color

.myBgColor { background-color: #F2F0FD; }

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

This div background color is #F2F0FD.

Border color

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

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

This div border color is #F2F0FD.

Opacity

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

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

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

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

This text has shadow with #F2F0FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2F0FD.

Preview

Color preview on black background

This text has color #F2F0FD on black background.


Color preview on white background

This text has color #F2F0FD on white background.


Black color preview on #F2F0FD background

This text has black color on #F2F0FD background.


White color preview on #F2F0FD background

This text has white color on #F2F0FD background.


Related colors

Complementary color

Complementary color for #hex is #0D0F02.


I love getcolorcode.com

Triadic colors

1 #FDF2F0 and #F0FDF2 with #F2F0FD are triadic colors.

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