COLOR #F0A5B6

HEX: #F0A5B6
RGB: (240,165,182)

Renk bilgisi

#F0A5B6 contains mainly red and blue colors. #F0A5B6 ‘ nin web güvenlik rengi #FF99CC (ya da #F9C) dir.

RGB renk modeli

#F0A5B6 color RGB value is (240,165,182).

  • kırmız ton 240;
  • yeşil ton 165;
  • mavi ton 182.
RGB:
(240,165,182)
(94%,65%,71%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 165 of 255 = 65%
B 182 of 255 = 71%

240
165
182

R + G + B ~ 77%. #F0A5B6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 165 + 182 = 587 (100%)
R 240 of 587 ~ 40.89%
G 165 of 587 ~ 28.11%
B 182 of 587 ~ 31.01%

%40.89
%28.11
%31.01

CMYK RENK MODELİ

#F0A5B6 rengi CMYK tonu (0,31,24,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.25%
  • sarı tonu 24.17%
  • ana renk tonu 5.88%
CMYK:
(0,31,24,6)
C0M31Y24K6 
(0%,31%,24%,6%)
(0.00/0.31/0.24/0.06)	

CMYK yüzdeleri

%0
%31.25
%24.17
%5.88

Codes

Color #F0A5B6 in popluar color models

F0A5B6
RGB240165182
HSL346°71.43%79.41%
HSB/HSV346°31.25%94.12%
CMYK0.00%31.25%24.17%
5.88%

Color #F0A5B6 in popluar number systems.

HEXF0A5B6
Decimal240165182
Binary111100001010010110110110
Octal360245266

Shades and tints

Shades of #F0A5B6

#F0A5B6
(240,165,182)
#DB96A6
(219,150,166)
#C68796
(198,135,150)
#B17886
(177,120,134)
#9C6976
(156,105,118)
#875A66
(135,90,102)
#724B56
(114,75,86)
#5D3C46
(93,60,70)
#482D36
(72,45,54)
#331E26
(51,30,38)
#1E0F16
(30,15,22)
#000000
(0,0,0)

Tints of #F0A5B6

#F0A5B6
(240,165,182)
#F1ADBC
(241,173,188)
#F2B5C2
(242,181,194)
#F3BDC8
(243,189,200)
#F4C5CE
(244,197,206)
#F5CDD4
(245,205,212)
#F6D5DA
(246,213,218)
#F7DDE0
(247,221,224)
#F8E5E6
(248,229,230)
#F9EDEC
(249,237,236)
#FAF5F2
(250,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0A5B6 color. Also use rgb(240,165,182) instead hex code.

Text Font Color

.myTextColor { color: #F0A5B6; }

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

This text font color is #F0A5B6.


Background Color

.myBgColor { background-color: #F0A5B6; }

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

This div background color is #F0A5B6.


Border color

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

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

This div border color is #F0A5B6.


Opacity

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

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

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

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

This text has shadow with #F0A5B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0A5B6 on black background.


Color preview on white background

This text has color #F0A5B6 on white background.



Black color preview on #F0A5B6 background

This text has black color on #F0A5B6 background.


White color preview on #F0A5B6 background

This text has white color on #F0A5B6 background.