COLOR #F6CAEC

HEX: #F6CAEC
RGB: (246,202,236)

Color info

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

RGB color model

#F6CAEC color RGB value is (246,202,236).

  • red value is 246;
  • green value is 202;
  • blue value is 236.
RGB: (246,202,236) (96%,79%,93%)

RGB channels and saturation

R 246 of 255 = 96%
G 202 of 255 = 79%
B 236 of 255 = 93%

246
202
236

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

Portions of RGB colors in percentages

R + G + B =
246 + 202 + 236 = 684 (100%)
R 246 of 684 ~ 35.96%
G 202 of 684 ~ 29.53%
B 236 of 684 ~ 34.5%

%35.96
%29.53
%34.5

CMYK color model

#F6CAEC color CMYK value is (0,18,4,4).

  • cyan value is 0.00%
  • magenta value is 17.89%
  • yellow value is 4.07%
  • key color value is 3.53%
CMYK: (0,18,4,4) C0M18Y4K4 (0%,18%,4%,4%) (0.00/0.18/0.04/0.04)

CMYK percentages

%0
%17.89
%4.07
%3.53

Codes

Color #F6CAEC in popluar color models

F6CAEC
RGB246202236
HSL314°70.97%87.84%
HSB/HSV314°17.89%96.47%
CMYK0.00%17.89%4.07%
3.53%

Color #F6CAEC in popluar number systems.

HEXF6CAEC
Decimal246202236
Binary111101101100101011101100
Octal366312354

Shades and tints

Shades of #F6CAEC

#F6CAEC
(246,202,236)
#E0B8D7
(224,184,215)
#CAA6C2
(202,166,194)
#B494AD
(180,148,173)
#9E8298
(158,130,152)
#887083
(136,112,131)
#725E6E
(114,94,110)
#5C4C59
(92,76,89)
#463A44
(70,58,68)
#30282F
(48,40,47)
#1A161A
(26,22,26)
#000000
(0,0,0)

Tints of #F6CAEC

#F6CAEC
(246,202,236)
#F6CEED
(246,206,237)
#F6D2EE
(246,210,238)
#F6D6EF
(246,214,239)
#F6DAF0
(246,218,240)
#F6DEF1
(246,222,241)
#F6E2F2
(246,226,242)
#F6E6F3
(246,230,243)
#F6EAF4
(246,234,244)
#F6EEF5
(246,238,245)
#F6F2F6
(246,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6CAEC color. Also use rgb(246,202,236) instead hex code.

Text Font Color

.myTextColor { color: #F6CAEC; }

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

This text font color is #F6CAEC.


Background Color

.myBgColor { background-color: #F6CAEC; }

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

This div background color is #F6CAEC.


Border color

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

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

This div border color is #F6CAEC.


Opacity

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

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

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

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

This text has shadow with #F6CAEC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #F6CAEC on black background.


Color preview on white background

This text has color #F6CAEC on white background.



Black color preview on #F6CAEC background

This text has black color on #F6CAEC background.


White color preview on #F6CAEC background

This text has white color on #F6CAEC background.