COLOR #F0C5CB

HEX: #F0C5CB
RGB: (240,197,203)

Renk bilgisi

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

RGB renk modeli

#F0C5CB color RGB value is (240,197,203).

  • kırmız ton 240;
  • yeşil ton 197;
  • mavi ton 203.
RGB:
(240,197,203)
(94%,77%,80%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 197 of 255 = 77%
B 203 of 255 = 80%

240
197
203

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

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 197 + 203 = 640 (100%)
R 240 of 640 ~ 37.5%
G 197 of 640 ~ 30.78%
B 203 of 640 ~ 31.72%

%37.5
%30.78
%31.72

CMYK RENK MODELİ

#F0C5CB rengi CMYK tonu (0,18,15,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.92%
  • sarı tonu 15.42%
  • ana renk tonu 5.88%
CMYK:
(0,18,15,6)
C0M18Y15K6 
(0%,18%,15%,6%)
(0.00/0.18/0.15/0.06)	

CMYK yüzdeleri

%0
%17.92
%15.42
%5.88

Codes

Color #F0C5CB in popluar color models

F0C5CB
RGB240197203
HSL352°58.90%85.69%
HSB/HSV352°17.92%94.12%
CMYK0.00%17.92%15.42%
5.88%

Color #F0C5CB in popluar number systems.

HEXF0C5CB
Decimal240197203
Binary111100001100010111001011
Octal360305313

Shades and tints

Shades of #F0C5CB

#F0C5CB
(240,197,203)
#DBB4B9
(219,180,185)
#C6A3A7
(198,163,167)
#B19295
(177,146,149)
#9C8183
(156,129,131)
#877071
(135,112,113)
#725F5F
(114,95,95)
#5D4E4D
(93,78,77)
#483D3B
(72,61,59)
#332C29
(51,44,41)
#1E1B17
(30,27,23)
#000000
(0,0,0)

Tints of #F0C5CB

#F0C5CB
(240,197,203)
#F1CACF
(241,202,207)
#F2CFD3
(242,207,211)
#F3D4D7
(243,212,215)
#F4D9DB
(244,217,219)
#F5DEDF
(245,222,223)
#F6E3E3
(246,227,227)
#F7E8E7
(247,232,231)
#F8EDEB
(248,237,235)
#F9F2EF
(249,242,239)
#FAF7F3
(250,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0C5CB color. Also use rgb(240,197,203) instead hex code.

Text Font Color

.myTextColor { color: #F0C5CB; }

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

This text font color is #F0C5CB.


Background Color

.myBgColor { background-color: #F0C5CB; }

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

This div background color is #F0C5CB.


Border color

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

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

This div border color is #F0C5CB.


Opacity

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

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

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

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

This text has shadow with #F0C5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C5CB on black background.


Color preview on white background

This text has color #F0C5CB on white background.



Black color preview on #F0C5CB background

This text has black color on #F0C5CB background.


White color preview on #F0C5CB background

This text has white color on #F0C5CB background.