COLOR #F6F0FC

HEX: #F6F0FC RGB: (246,240,252)

Color info

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

RGB color model

#F6F0FC color RGB value is (246,240,252).

RGB: (246,240,252) (96%, 94%, 99%)

RGB channels and saturation

R 246 of 255 = 96%
G 240 of 255 = 94%
B 252 of 255 = 99%

246
240
252

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

Portions of RGB colors in percentages

R + G + B = 246 + 240 + 252 = 738 (100%)
R 246 of 738 ~ 33.33%
G 240 of 738 ~ 32.52%
B 252 of 738 ~ 34.15'%

%33.33
%32.52
%34.15

CMYK color model

#F6F0FC color CMYK value is (2,5,0,1).

  • cyan value is 2.38%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (2,5,0,1)
C2M5Y0K1 (2%, 5%, 0%, 1%)
(0.02 / 0.05 / 0.00 / 0.01)

CMYK percentages

%2.38
%4.76
%0
%1.18

Codes

Color #F6F0FC in popluar color models

F6 F0 FC
RGB 246 240 252
HSL 270° 66.67% 96.47%
HSB/HSV 270° 4.76% 98.82%
CMYK 2.38% 4.76% 0.00%
1.18%

Color #F6F0FC in popluar number systems.

HEX F6 F0 FC
Decimal 246 240 252
Binary 11110110 11110000 11111100
Octal 366 360 374

Shades and tints

Shades of #F6F0FC

#F6F0FC
(246,240,252)
#E0DBE6
(224,219,230)
#CAC6D0
(202,198,208)
#B4B1BA
(180,177,186)
#9E9CA4
(158,156,164)
#88878E
(136,135,142)
#727278
(114,114,120)
#5C5D62
(92,93,98)
#46484C
(70,72,76)
#303336
(48,51,54)
#1A1E20
(26,30,32)
#000000
(0,0,0)

Tints of #F6F0FC

#F6F0FC
(246,240,252)
#F6F1FC
(246,241,252)
#F6F2FC
(246,242,252)
#F6F3FC
(246,243,252)
#F6F4FC
(246,244,252)
#F6F5FC
(246,245,252)
#F6F6FC
(246,246,252)
#F6F7FC
(246,247,252)
#F6F8FC
(246,248,252)
#F6F9FC
(246,249,252)
#F6FAFC
(246,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6F0FC; }

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

This text font color is #F6F0FC.

Background Color

.myBgColor { background-color: #F6F0FC; }

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

This div background color is #F6F0FC.

Border color

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

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

This div border color is #F6F0FC.

Opacity

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

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

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

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

This text has shadow with #F6F0FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6F0FC.

Preview

Color preview on black background

This text has color #F6F0FC on black background.


Color preview on white background

This text has color #F6F0FC on white background.


Black color preview on #F6F0FC background

This text has black color on #F6F0FC background.


White color preview on #F6F0FC background

This text has white color on #F6F0FC background.


Related colors

Complementary color

Complementary color for #hex is #090F03.


I love getcolorcode.com

Triadic colors

1 #FCF6F0 and #F0FCF6 with #F6F0FC are triadic colors.

2 #FCF0F6 and #F0F6FC with #F6F0FC are triadic colors.