COLOR #F0C5EB

HEX: #F0C5EB
RGB: (240,197,235)

Renk bilgisi

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

RGB renk modeli

#F0C5EB color RGB value is (240,197,235).

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

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 197 of 255 = 77%
B 235 of 255 = 92%

240
197
235

R + G + B ~ 88%. #F0C5EB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 197 + 235 = 672 (100%)
R 240 of 672 ~ 35.71%
G 197 of 672 ~ 29.32%
B 235 of 672 ~ 34.97%

%35.71
%29.32
%34.97

CMYK RENK MODELİ

#F0C5EB rengi CMYK tonu (0,18,2,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.92%
  • sarı tonu 2.08%
  • ana renk tonu 5.88%
CMYK:
(0,18,2,6)
C0M18Y2K6 
(0%,18%,2%,6%)
(0.00/0.18/0.02/0.06)	

CMYK yüzdeleri

%0
%17.92
%2.08
%5.88

Codes

Color #F0C5EB in popluar color models

F0C5EB
RGB240197235
HSL307°58.90%85.69%
HSB/HSV307°17.92%94.12%
CMYK0.00%17.92%2.08%
5.88%

Color #F0C5EB in popluar number systems.

HEXF0C5EB
Decimal240197235
Binary111100001100010111101011
Octal360305353

Shades and tints

Shades of #F0C5EB

#F0C5EB
(240,197,235)
#DBB4D6
(219,180,214)
#C6A3C1
(198,163,193)
#B192AC
(177,146,172)
#9C8197
(156,129,151)
#877082
(135,112,130)
#725F6D
(114,95,109)
#5D4E58
(93,78,88)
#483D43
(72,61,67)
#332C2E
(51,44,46)
#1E1B19
(30,27,25)
#000000
(0,0,0)

Tints of #F0C5EB

#F0C5EB
(240,197,235)
#F1CAEC
(241,202,236)
#F2CFED
(242,207,237)
#F3D4EE
(243,212,238)
#F4D9EF
(244,217,239)
#F5DEF0
(245,222,240)
#F6E3F1
(246,227,241)
#F7E8F2
(247,232,242)
#F8EDF3
(248,237,243)
#F9F2F4
(249,242,244)
#FAF7F5
(250,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0C5EB; }

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

This text font color is #F0C5EB.


Background Color

.myBgColor { background-color: #F0C5EB; }

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

This div background color is #F0C5EB.


Border color

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

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

This div border color is #F0C5EB.


Opacity

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

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

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

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

This text has shadow with #F0C5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C5EB on black background.


Color preview on white background

This text has color #F0C5EB on white background.



Black color preview on #F0C5EB background

This text has black color on #F0C5EB background.


White color preview on #F0C5EB background

This text has white color on #F0C5EB background.