COLOR #F6CAD1

HEX: #F6CAD1
RGB: (246,202,209)

Renk bilgisi

#F6CAD1 contains red, green and blue colors in about the same proportion. #F6CAD1 ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.

RGB renk modeli

#F6CAD1 color RGB value is (246,202,209).

  • kırmız ton 246;
  • yeşil ton 202;
  • mavi ton 209.
RGB:
(246,202,209)
(96%,79%,82%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 202 of 255 = 79%
B 209 of 255 = 82%

246
202
209

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 202 + 209 = 657 (100%)
R 246 of 657 ~ 37.44%
G 202 of 657 ~ 30.75%
B 209 of 657 ~ 31.81%

%37.44
%30.75
%31.81

CMYK RENK MODELİ

#F6CAD1 rengi CMYK tonu (0,18,15,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.89%
  • sarı tonu 15.04%
  • ana renk tonu 3.53%
CMYK:
(0,18,15,4)
C0M18Y15K4 
(0%,18%,15%,4%)
(0.00/0.18/0.15/0.04)	

CMYK yüzdeleri

%0
%17.89
%15.04
%3.53

Codes

Color #F6CAD1 in popluar color models

F6CAD1
RGB246202209
HSL350°70.97%87.84%
HSB/HSV350°17.89%96.47%
CMYK0.00%17.89%15.04%
3.53%

Color #F6CAD1 in popluar number systems.

HEXF6CAD1
Decimal246202209
Binary111101101100101011010001
Octal366312321

Shades and tints

Shades of #F6CAD1

#F6CAD1
(246,202,209)
#E0B8BE
(224,184,190)
#CAA6AB
(202,166,171)
#B49498
(180,148,152)
#9E8285
(158,130,133)
#887072
(136,112,114)
#725E5F
(114,94,95)
#5C4C4C
(92,76,76)
#463A39
(70,58,57)
#302826
(48,40,38)
#1A1613
(26,22,19)
#000000
(0,0,0)

Tints of #F6CAD1

#F6CAD1
(246,202,209)
#F6CED5
(246,206,213)
#F6D2D9
(246,210,217)
#F6D6DD
(246,214,221)
#F6DAE1
(246,218,225)
#F6DEE5
(246,222,229)
#F6E2E9
(246,226,233)
#F6E6ED
(246,230,237)
#F6EAF1
(246,234,241)
#F6EEF5
(246,238,245)
#F6F2F9
(246,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6CAD1; }

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

This text font color is #F6CAD1.


Background Color

.myBgColor { background-color: #F6CAD1; }

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

This div background color is #F6CAD1.


Border color

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

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

This div border color is #F6CAD1.


Opacity

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

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

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

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

This text has shadow with #F6CAD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6CAD1 on black background.


Color preview on white background

This text has color #F6CAD1 on white background.



Black color preview on #F6CAD1 background

This text has black color on #F6CAD1 background.


White color preview on #F6CAD1 background

This text has white color on #F6CAD1 background.