COLOR #F0C5BC

HEX: #F0C5BC
RGB: (240,197,188)

Renk bilgisi

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

RGB renk modeli

#F0C5BC color RGB value is (240,197,188).

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

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 197 of 255 = 77%
B 188 of 255 = 74%

240
197
188

R + G + B ~ 82%. #F0C5BC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 197 + 188 = 625 (100%)
R 240 of 625 ~ 38.4%
G 197 of 625 ~ 31.52%
B 188 of 625 ~ 30.08%

%38.4
%31.52
%30.08

CMYK RENK MODELİ

#F0C5BC rengi CMYK tonu (0,18,22,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.92%
  • sarı tonu 21.67%
  • ana renk tonu 5.88%
CMYK:
(0,18,22,6)
C0M18Y22K6 
(0%,18%,22%,6%)
(0.00/0.18/0.22/0.06)	

CMYK yüzdeleri

%0
%17.92
%21.67
%5.88

Codes

Color #F0C5BC in popluar color models

F0C5BC
RGB240197188
HSL10°63.41%83.92%
HSB/HSV10°21.67%94.12%
CMYK0.00%17.92%21.67%
5.88%

Color #F0C5BC in popluar number systems.

HEXF0C5BC
Decimal240197188
Binary111100001100010110111100
Octal360305274

Shades and tints

Shades of #F0C5BC

#F0C5BC
(240,197,188)
#DBB4AB
(219,180,171)
#C6A39A
(198,163,154)
#B19289
(177,146,137)
#9C8178
(156,129,120)
#877067
(135,112,103)
#725F56
(114,95,86)
#5D4E45
(93,78,69)
#483D34
(72,61,52)
#332C23
(51,44,35)
#1E1B12
(30,27,18)
#000000
(0,0,0)

Tints of #F0C5BC

#F0C5BC
(240,197,188)
#F1CAC2
(241,202,194)
#F2CFC8
(242,207,200)
#F3D4CE
(243,212,206)
#F4D9D4
(244,217,212)
#F5DEDA
(245,222,218)
#F6E3E0
(246,227,224)
#F7E8E6
(247,232,230)
#F8EDEC
(248,237,236)
#F9F2F2
(249,242,242)
#FAF7F8
(250,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0C5BC; }

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

This text font color is #F0C5BC.


Background Color

.myBgColor { background-color: #F0C5BC; }

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

This div background color is #F0C5BC.


Border color

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

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

This div border color is #F0C5BC.


Opacity

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

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

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

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

This text has shadow with #F0C5BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C5BC on black background.


Color preview on white background

This text has color #F0C5BC on white background.



Black color preview on #F0C5BC background

This text has black color on #F0C5BC background.


White color preview on #F0C5BC background

This text has white color on #F0C5BC background.