COLOR #F6CADF

HEX: #F6CADF
RGB: (246,202,223)

Renk bilgisi

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

RGB renk modeli

#F6CADF color RGB value is (246,202,223).

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

RGB bağlantıları ve doygunluk

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

246
202
223

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 202 + 223 = 671 (100%)
R 246 of 671 ~ 36.66%
G 202 of 671 ~ 30.1%
B 223 of 671 ~ 33.23%

%36.66
%30.1
%33.23

CMYK RENK MODELİ

#F6CADF rengi CMYK tonu (0,18,9,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.89%
  • sarı tonu 9.35%
  • ana renk tonu 3.53%
CMYK:
(0,18,9,4)
C0M18Y9K4 
(0%,18%,9%,4%)
(0.00/0.18/0.09/0.04)	

CMYK yüzdeleri

%0
%17.89
%9.35
%3.53

Codes

Color #F6CADF in popluar color models

F6CADF
RGB246202223
HSL331°70.97%87.84%
HSB/HSV331°17.89%96.47%
CMYK0.00%17.89%9.35%
3.53%

Color #F6CADF in popluar number systems.

HEXF6CADF
Decimal246202223
Binary111101101100101011011111
Octal366312337

Shades and tints

Shades of #F6CADF

#F6CADF
(246,202,223)
#E0B8CB
(224,184,203)
#CAA6B7
(202,166,183)
#B494A3
(180,148,163)
#9E828F
(158,130,143)
#88707B
(136,112,123)
#725E67
(114,94,103)
#5C4C53
(92,76,83)
#463A3F
(70,58,63)
#30282B
(48,40,43)
#1A1617
(26,22,23)
#000000
(0,0,0)

Tints of #F6CADF

#F6CADF
(246,202,223)
#F6CEE1
(246,206,225)
#F6D2E3
(246,210,227)
#F6D6E5
(246,214,229)
#F6DAE7
(246,218,231)
#F6DEE9
(246,222,233)
#F6E2EB
(246,226,235)
#F6E6ED
(246,230,237)
#F6EAEF
(246,234,239)
#F6EEF1
(246,238,241)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6CADF; }

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

This text font color is #F6CADF.


Background Color

.myBgColor { background-color: #F6CADF; }

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

This div background color is #F6CADF.


Border color

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

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

This div border color is #F6CADF.


Opacity

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

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

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

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

This text has shadow with #F6CADF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6CADF on black background.


Color preview on white background

This text has color #F6CADF on white background.



Black color preview on #F6CADF background

This text has black color on #F6CADF background.


White color preview on #F6CADF background

This text has white color on #F6CADF background.