COLOR #F6CFEE

HEX: #F6CFEE
RGB: (246,207,238)

Color info

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

RGB color model

#F6CFEE color RGB value is (246,207,238).

  • red value is 246;
  • green value is 207;
  • blue value is 238.
RGB:
(246,207,238)
(96%,81%,93%)

RGB channels and saturation

R 246 of 255 = 96%
G 207 of 255 = 81%
B 238 of 255 = 93%

246
207
238

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

Portions of RGB colors in percentages

R + G + B =
246 + 207 + 238 = 691 (100%)
R 246 of 691 ~ 35.6%
G 207 of 691 ~ 29.96%
B 238 of 691 ~ 34.44%

%35.6
%29.96
%34.44

CMYK color model

#F6CFEE color CMYK value is (0,16,3,4).

  • cyan value is 0.00%
  • magenta value is 15.85%
  • yellow value is 3.25%
  • key color value is 3.53%
CMYK:
(0,16,3,4)
C0M16Y3K4 
(0%,16%,3%,4%)
(0.00/0.16/0.03/0.04)	

CMYK percentages

%0
%15.85
%3.25
%3.53

Codes

Color #F6CFEE in popluar color models

F6CFEE
RGB246207238
HSL312°68.42%88.82%
HSB/HSV312°15.85%96.47%
CMYK0.00%15.85%3.25%
3.53%

Color #F6CFEE in popluar number systems.

HEXF6CFEE
Decimal246207238
Binary111101101100111111101110
Octal366317356

Shades and tints

Shades of #F6CFEE

#F6CFEE
(246,207,238)
#E0BDD9
(224,189,217)
#CAABC4
(202,171,196)
#B499AF
(180,153,175)
#9E879A
(158,135,154)
#887585
(136,117,133)
#726370
(114,99,112)
#5C515B
(92,81,91)
#463F46
(70,63,70)
#302D31
(48,45,49)
#1A1B1C
(26,27,28)
#000000
(0,0,0)

Tints of #F6CFEE

#F6CFEE
(246,207,238)
#F6D3EF
(246,211,239)
#F6D7F0
(246,215,240)
#F6DBF1
(246,219,241)
#F6DFF2
(246,223,242)
#F6E3F3
(246,227,243)
#F6E7F4
(246,231,244)
#F6EBF5
(246,235,245)
#F6EFF6
(246,239,246)
#F6F3F7
(246,243,247)
#F6F7F8
(246,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6CFEE color. Also use rgb(246,207,238) instead hex code.

Text Font Color

.myTextColor { color: #F6CFEE; }

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

This text font color is #F6CFEE.


Background Color

.myBgColor { background-color: #F6CFEE; }

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

This div background color is #F6CFEE.


Border color

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

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

This div border color is #F6CFEE.


Opacity

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

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

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

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

This text has shadow with #F6CFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6CFEE on black background.


Color preview on white background

This text has color #F6CFEE on white background.



Black color preview on #F6CFEE background

This text has black color on #F6CFEE background.


White color preview on #F6CFEE background

This text has white color on #F6CFEE background.