COLOR #F6CDEA

HEX: #F6CDEA
RGB: (246,205,234)

Color info

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

RGB color model

#F6CDEA color RGB value is (246,205,234).

  • red value is 246;
  • green value is 205;
  • blue value is 234.
RGB:
(246,205,234)
(96%,80%,92%)

RGB channels and saturation

R 246 of 255 = 96%
G 205 of 255 = 80%
B 234 of 255 = 92%

246
205
234

R + G + B ~ 89%. #F6CDEA is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 205 + 234 = 685 (100%)
R 246 of 685 ~ 35.91%
G 205 of 685 ~ 29.93%
B 234 of 685 ~ 34.16%

%35.91
%29.93
%34.16

CMYK color model

#F6CDEA color CMYK value is (0,17,5,4).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 4.88%
  • key color value is 3.53%
CMYK:
(0,17,5,4)
C0M17Y5K4 
(0%,17%,5%,4%)
(0.00/0.17/0.05/0.04)	

CMYK percentages

%0
%16.67
%4.88
%3.53

Codes

Color #F6CDEA in popluar color models

F6CDEA
RGB246205234
HSL318°69.49%88.43%
HSB/HSV318°16.67%96.47%
CMYK0.00%16.67%4.88%
3.53%

Color #F6CDEA in popluar number systems.

HEXF6CDEA
Decimal246205234
Binary111101101100110111101010
Octal366315352

Shades and tints

Shades of #F6CDEA

#F6CDEA
(246,205,234)
#E0BBD5
(224,187,213)
#CAA9C0
(202,169,192)
#B497AB
(180,151,171)
#9E8596
(158,133,150)
#887381
(136,115,129)
#72616C
(114,97,108)
#5C4F57
(92,79,87)
#463D42
(70,61,66)
#302B2D
(48,43,45)
#1A1918
(26,25,24)
#000000
(0,0,0)

Tints of #F6CDEA

#F6CDEA
(246,205,234)
#F6D1EB
(246,209,235)
#F6D5EC
(246,213,236)
#F6D9ED
(246,217,237)
#F6DDEE
(246,221,238)
#F6E1EF
(246,225,239)
#F6E5F0
(246,229,240)
#F6E9F1
(246,233,241)
#F6EDF2
(246,237,242)
#F6F1F3
(246,241,243)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6CDEA color. Also use rgb(246,205,234) instead hex code.

Text Font Color

.myTextColor { color: #F6CDEA; }

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

This text font color is #F6CDEA.


Background Color

.myBgColor { background-color: #F6CDEA; }

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

This div background color is #F6CDEA.


Border color

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

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

This div border color is #F6CDEA.


Opacity

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

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

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

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

This text has shadow with #F6CDEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6CDEA on black background.


Color preview on white background

This text has color #F6CDEA on white background.



Black color preview on #F6CDEA background

This text has black color on #F6CDEA background.


White color preview on #F6CDEA background

This text has white color on #F6CDEA background.