COLOR #F6C0FB

HEX: #F6C0FB RGB: (246,192,251)

Color info

#F6C0FB contains red, green and blue colors in about the same proportion. Web safe color of #F6C0FB is #FFCCFF (or #FCF).

RGB color model

#F6C0FB color RGB value is (246,192,251).

RGB: (246,192,251) (96%, 75%, 98%)

RGB channels and saturation

R 246 of 255 = 96%
G 192 of 255 = 75%
B 251 of 255 = 98%

246
192
251

R + G + B ~ 90%. #F6C0FB is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 192 + 251 = 689 (100%)
R 246 of 689 ~ 35.7%
G 192 of 689 ~ 27.87%
B 251 of 689 ~ 36.43'%

%35.7
%27.87
%36.43

CMYK color model

#F6C0FB color CMYK value is (2,24,0,2).

  • cyan value is 1.99%
  • magenta value is 23.51%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (2,24,0,2)
C2M24Y0K2 (2%, 24%, 0%, 2%)
(0.02 / 0.24 / 0.00 / 0.02)

CMYK percentages

%1.99
%23.51
%0
%1.57

Codes

Color #F6C0FB in popluar color models

F6 C0 FB
RGB 246 192 251
HSL 295° 88.06% 86.86%
HSB/HSV 295° 23.51% 98.43%
CMYK 1.99% 23.51% 0.00%
1.57%

Color #F6C0FB in popluar number systems.

HEX F6 C0 FB
Decimal 246 192 251
Binary 11110110 11000000 11111011
Octal 366 300 373

Shades and tints

Shades of #F6C0FB

#F6C0FB
(246,192,251)
#E0AFE5
(224,175,229)
#CA9ECF
(202,158,207)
#B48DB9
(180,141,185)
#9E7CA3
(158,124,163)
#886B8D
(136,107,141)
#725A77
(114,90,119)
#5C4961
(92,73,97)
#46384B
(70,56,75)
#302735
(48,39,53)
#1A161F
(26,22,31)
#000000
(0,0,0)

Tints of #F6C0FB

#F6C0FB
(246,192,251)
#F6C5FB
(246,197,251)
#F6CAFB
(246,202,251)
#F6CFFB
(246,207,251)
#F6D4FB
(246,212,251)
#F6D9FB
(246,217,251)
#F6DEFB
(246,222,251)
#F6E3FB
(246,227,251)
#F6E8FB
(246,232,251)
#F6EDFB
(246,237,251)
#F6F2FB
(246,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6C0FB color. Also use rgb(246,192,251) instead hex code.

Text Font Color

.myTextColor { color: #F6C0FB; }

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

This text font color is #F6C0FB.

Background Color

.myBgColor { background-color: #F6C0FB; }

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

This div background color is #F6C0FB.

Border color

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

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

This div border color is #F6C0FB.

Opacity

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

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

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

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

This text has shadow with #F6C0FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6C0FB.

Preview

Color preview on black background

This text has color #F6C0FB on black background.


Color preview on white background

This text has color #F6C0FB on white background.


Black color preview on #F6C0FB background

This text has black color on #F6C0FB background.


White color preview on #F6C0FB background

This text has white color on #F6C0FB background.


Related colors

Complementary color

Complementary color for #hex is #093F04.


I love getcolorcode.com

Triadic colors

1 #FBF6C0 and #C0FBF6 with #F6C0FB are triadic colors.

2 #FBC0F6 and #C0F6FB with #F6C0FB are triadic colors.