COLOR #F6CED0

HEX: #F6CED0
RGB: (246,206,208)

Color info

#F6CED0 contains red, green and blue colors in about the same proportion. Web safe color of #F6CED0 is #FFCCCC (or #FCC).

RGB color model

#F6CED0 color RGB value is (246,206,208).

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

RGB channels and saturation

R 246 of 255 = 96%
G 206 of 255 = 81%
B 208 of 255 = 82%

246
206
208

R + G + B ~ 86%. #F6CED0 is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 206 + 208 = 660 (100%)
R 246 of 660 ~ 37.27%
G 206 of 660 ~ 31.21%
B 208 of 660 ~ 31.52%

%37.27
%31.21
%31.52

CMYK color model

#F6CED0 color CMYK value is (0,16,15,4).

  • cyan value is 0.00%
  • magenta value is 16.26%
  • yellow value is 15.45%
  • key color value is 3.53%
CMYK:
(0,16,15,4)
C0M16Y15K4 
(0%,16%,15%,4%)
(0.00/0.16/0.15/0.04)	

CMYK percentages

%0
%16.26
%15.45
%3.53

Codes

Color #F6CED0 in popluar color models

F6CED0
RGB246206208
HSL357°68.97%88.63%
HSB/HSV357°16.26%96.47%
CMYK0.00%16.26%15.45%
3.53%

Color #F6CED0 in popluar number systems.

HEXF6CED0
Decimal246206208
Binary111101101100111011010000
Octal366316320

Shades and tints

Shades of #F6CED0

#F6CED0
(246,206,208)
#E0BCBE
(224,188,190)
#CAAAAC
(202,170,172)
#B4989A
(180,152,154)
#9E8688
(158,134,136)
#887476
(136,116,118)
#726264
(114,98,100)
#5C5052
(92,80,82)
#463E40
(70,62,64)
#302C2E
(48,44,46)
#1A1A1C
(26,26,28)
#000000
(0,0,0)

Tints of #F6CED0

#F6CED0
(246,206,208)
#F6D2D4
(246,210,212)
#F6D6D8
(246,214,216)
#F6DADC
(246,218,220)
#F6DEE0
(246,222,224)
#F6E2E4
(246,226,228)
#F6E6E8
(246,230,232)
#F6EAEC
(246,234,236)
#F6EEF0
(246,238,240)
#F6F2F4
(246,242,244)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6CED0; }

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

This text font color is #F6CED0.


Background Color

.myBgColor { background-color: #F6CED0; }

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

This div background color is #F6CED0.


Border color

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

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

This div border color is #F6CED0.


Opacity

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

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

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

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

This text has shadow with #F6CED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6CED0 on black background.


Color preview on white background

This text has color #F6CED0 on white background.



Black color preview on #F6CED0 background

This text has black color on #F6CED0 background.


White color preview on #F6CED0 background

This text has white color on #F6CED0 background.