COLOR #F0C6CA

HEX: #F0C6CA
RGB: (240,198,202)

Renk bilgisi

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

RGB renk modeli

#F0C6CA color RGB value is (240,198,202).

  • kırmız ton 240;
  • yeşil ton 198;
  • mavi ton 202.
RGB:
(240,198,202)
(94%,78%,79%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 198 of 255 = 78%
B 202 of 255 = 79%

240
198
202

R + G + B ~ 84%. #F0C6CA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 198 + 202 = 640 (100%)
R 240 of 640 ~ 37.5%
G 198 of 640 ~ 30.94%
B 202 of 640 ~ 31.56%

%37.5
%30.94
%31.56

CMYK RENK MODELİ

#F0C6CA rengi CMYK tonu (0,18,16,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.50%
  • sarı tonu 15.83%
  • ana renk tonu 5.88%
CMYK:
(0,18,16,6)
C0M18Y16K6 
(0%,18%,16%,6%)
(0.00/0.18/0.16/0.06)	

CMYK yüzdeleri

%0
%17.5
%15.83
%5.88

Codes

Color #F0C6CA in popluar color models

F0C6CA
RGB240198202
HSL354°58.33%85.88%
HSB/HSV354°17.50%94.12%
CMYK0.00%17.50%15.83%
5.88%

Color #F0C6CA in popluar number systems.

HEXF0C6CA
Decimal240198202
Binary111100001100011011001010
Octal360306312

Shades and tints

Shades of #F0C6CA

#F0C6CA
(240,198,202)
#DBB4B8
(219,180,184)
#C6A2A6
(198,162,166)
#B19094
(177,144,148)
#9C7E82
(156,126,130)
#876C70
(135,108,112)
#725A5E
(114,90,94)
#5D484C
(93,72,76)
#48363A
(72,54,58)
#332428
(51,36,40)
#1E1216
(30,18,22)
#000000
(0,0,0)

Tints of #F0C6CA

#F0C6CA
(240,198,202)
#F1CBCE
(241,203,206)
#F2D0D2
(242,208,210)
#F3D5D6
(243,213,214)
#F4DADA
(244,218,218)
#F5DFDE
(245,223,222)
#F6E4E2
(246,228,226)
#F7E9E6
(247,233,230)
#F8EEEA
(248,238,234)
#F9F3EE
(249,243,238)
#FAF8F2
(250,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0C6CA color. Also use rgb(240,198,202) instead hex code.

Text Font Color

.myTextColor { color: #F0C6CA; }

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

This text font color is #F0C6CA.


Background Color

.myBgColor { background-color: #F0C6CA; }

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

This div background color is #F0C6CA.


Border color

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

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

This div border color is #F0C6CA.


Opacity

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

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

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

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

This text has shadow with #F0C6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C6CA on black background.


Color preview on white background

This text has color #F0C6CA on white background.



Black color preview on #F0C6CA background

This text has black color on #F0C6CA background.


White color preview on #F0C6CA background

This text has white color on #F0C6CA background.