COLOR #F6CADC

HEX: #F6CADC RGB: (246,202,220)

Color info

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

RGB color model

#F6CADC color RGB value is (246,202,220).

RGB: (246,202,220) (96%, 79%, 86%)

RGB channels and saturation

R 246 of 255 = 96%
G 202 of 255 = 79%
B 220 of 255 = 86%

246
202
220

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

Portions of RGB colors in percentages

R + G + B = 246 + 202 + 220 = 668 (100%)
R 246 of 668 ~ 36.83%
G 202 of 668 ~ 30.24%
B 220 of 668 ~ 32.93'%

%36.83
%30.24
%32.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.89%
  • yellow value is 10.57%
  • key color value is 3.53%

CMYK: (0,18,11,4)
C0M18Y11K4 (0%, 18%, 11%, 4%)
(0.00 / 0.18 / 0.11 / 0.04)

CMYK percentages

%0
%17.89
%10.57
%3.53

Codes

Color #F6CADC in popluar color models

F6 CA DC
RGB 246 202 220
HSL 335° 70.97% 87.84%
HSB/HSV 335° 17.89% 96.47%
CMYK 0.00% 17.89% 10.57%
3.53%

Color #F6CADC in popluar number systems.

HEX F6 CA DC
Decimal 246 202 220
Binary 11110110 11001010 11011100
Octal 366 312 334

Shades and tints

Shades of #F6CADC

#F6CADC
(246,202,220)
#E0B8C8
(224,184,200)
#CAA6B4
(202,166,180)
#B494A0
(180,148,160)
#9E828C
(158,130,140)
#887078
(136,112,120)
#725E64
(114,94,100)
#5C4C50
(92,76,80)
#463A3C
(70,58,60)
#302828
(48,40,40)
#1A1614
(26,22,20)
#000000
(0,0,0)

Tints of #F6CADC

#F6CADC
(246,202,220)
#F6CEDF
(246,206,223)
#F6D2E2
(246,210,226)
#F6D6E5
(246,214,229)
#F6DAE8
(246,218,232)
#F6DEEB
(246,222,235)
#F6E2EE
(246,226,238)
#F6E6F1
(246,230,241)
#F6EAF4
(246,234,244)
#F6EEF7
(246,238,247)
#F6F2FA
(246,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6CADC; }

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

This text font color is #F6CADC.

Background Color

.myBgColor { background-color: #F6CADC; }

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

This div background color is #F6CADC.

Border color

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

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

This div border color is #F6CADC.

Opacity

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

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

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

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

This text has shadow with #F6CADC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6CADC.

Preview

Color preview on black background

This text has color #F6CADC on black background.


Color preview on white background

This text has color #F6CADC on white background.


Black color preview on #F6CADC background

This text has black color on #F6CADC background.


White color preview on #F6CADC background

This text has white color on #F6CADC background.


Related colors

Complementary color

Complementary color for #hex is #093523.


I love getcolorcode.com

Triadic colors

1 #DCF6CA and #CADCF6 with #F6CADC are triadic colors.

2 #DCCAF6 and #CAF6DC with #F6CADC are triadic colors.