COLOR #F6CEFA

HEX: #F6CEFA
RGB: (246,206,250)

Color info

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

RGB color model

#F6CEFA color RGB value is (246,206,250).

  • red value is 246;
  • green value is 206;
  • blue value is 250.
RGB:
(246,206,250)
(96%,81%,98%)

RGB channels and saturation

R 246 of 255 = 96%
G 206 of 255 = 81%
B 250 of 255 = 98%

246
206
250

R + G + B ~ 92%. #F6CEFA is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 206 + 250 = 702 (100%)
R 246 of 702 ~ 35.04%
G 206 of 702 ~ 29.34%
B 250 of 702 ~ 35.61%

%35.04
%29.34
%35.61

CMYK color model

#F6CEFA color CMYK value is (2,18,0,2).

  • cyan value is 1.60%
  • magenta value is 17.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(2,18,0,2)
C2M18Y0K2 
(2%,18%,0%,2%)
(0.02/0.18/0.00/0.02)	

CMYK percentages

%1.6
%17.6
%0
%1.96

Codes

Color #F6CEFA in popluar color models

F6CEFA
RGB246206250
HSL295°81.48%89.41%
HSB/HSV295°17.60%98.04%
CMYK1.60%17.60%0.00%
1.96%

Color #F6CEFA in popluar number systems.

HEXF6CEFA
Decimal246206250
Binary111101101100111011111010
Octal366316372

Shades and tints

Shades of #F6CEFA

#F6CEFA
(246,206,250)
#E0BCE4
(224,188,228)
#CAAACE
(202,170,206)
#B498B8
(180,152,184)
#9E86A2
(158,134,162)
#88748C
(136,116,140)
#726276
(114,98,118)
#5C5060
(92,80,96)
#463E4A
(70,62,74)
#302C34
(48,44,52)
#1A1A1E
(26,26,30)
#000000
(0,0,0)

Tints of #F6CEFA

#F6CEFA
(246,206,250)
#F6D2FA
(246,210,250)
#F6D6FA
(246,214,250)
#F6DAFA
(246,218,250)
#F6DEFA
(246,222,250)
#F6E2FA
(246,226,250)
#F6E6FA
(246,230,250)
#F6EAFA
(246,234,250)
#F6EEFA
(246,238,250)
#F6F2FA
(246,242,250)
#F6F6FA
(246,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6CEFA color. Also use rgb(246,206,250) instead hex code.

Text Font Color

.myTextColor { color: #F6CEFA; }

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

This text font color is #F6CEFA.


Background Color

.myBgColor { background-color: #F6CEFA; }

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

This div background color is #F6CEFA.


Border color

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

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

This div border color is #F6CEFA.


Opacity

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

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

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

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

This text has shadow with #F6CEFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6CEFA on black background.


Color preview on white background

This text has color #F6CEFA on white background.



Black color preview on #F6CEFA background

This text has black color on #F6CEFA background.


White color preview on #F6CEFA background

This text has white color on #F6CEFA background.