COLOR #F6CADE

HEX: #F6CADE
RGB: (246,202,222)

Color info

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

RGB color model

#F6CADE color RGB value is (246,202,222).

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

RGB channels and saturation

R 246 of 255 = 96%
G 202 of 255 = 79%
B 222 of 255 = 87%

246
202
222

R + G + B ~ 87%. #F6CADE is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 202 + 222 = 670 (100%)
R 246 of 670 ~ 36.72%
G 202 of 670 ~ 30.15%
B 222 of 670 ~ 33.13%

%36.72
%30.15
%33.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.89%
  • yellow value is 9.76%
  • key color value is 3.53%
CMYK:
(0,18,10,4)
C0M18Y10K4 
(0%,18%,10%,4%)
(0.00/0.18/0.10/0.04)	

CMYK percentages

%0
%17.89
%9.76
%3.53

Codes

Color #F6CADE in popluar color models

F6CADE
RGB246202222
HSL333°70.97%87.84%
HSB/HSV333°17.89%96.47%
CMYK0.00%17.89%9.76%
3.53%

Color #F6CADE in popluar number systems.

HEXF6CADE
Decimal246202222
Binary111101101100101011011110
Octal366312336

Shades and tints

Shades of #F6CADE

#F6CADE
(246,202,222)
#E0B8CA
(224,184,202)
#CAA6B6
(202,166,182)
#B494A2
(180,148,162)
#9E828E
(158,130,142)
#88707A
(136,112,122)
#725E66
(114,94,102)
#5C4C52
(92,76,82)
#463A3E
(70,58,62)
#30282A
(48,40,42)
#1A1616
(26,22,22)
#000000
(0,0,0)

Tints of #F6CADE

#F6CADE
(246,202,222)
#F6CEE1
(246,206,225)
#F6D2E4
(246,210,228)
#F6D6E7
(246,214,231)
#F6DAEA
(246,218,234)
#F6DEED
(246,222,237)
#F6E2F0
(246,226,240)
#F6E6F3
(246,230,243)
#F6EAF6
(246,234,246)
#F6EEF9
(246,238,249)
#F6F2FC
(246,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6CADE; }

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

This text font color is #F6CADE.


Background Color

.myBgColor { background-color: #F6CADE; }

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

This div background color is #F6CADE.


Border color

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

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

This div border color is #F6CADE.


Opacity

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

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

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

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

This text has shadow with #F6CADE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6CADE on black background.


Color preview on white background

This text has color #F6CADE on white background.



Black color preview on #F6CADE background

This text has black color on #F6CADE background.


White color preview on #F6CADE background

This text has white color on #F6CADE background.