COLOR #F0B4B4

HEX: #F0B4B4
RGB: (240,180,180)

Renk bilgisi

#F0B4B4 contains mainly red color. #F0B4B4 ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.

RGB renk modeli

#F0B4B4 color RGB value is (240,180,180).

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

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 180 of 255 = 71%
B 180 of 255 = 71%

240
180
180

R + G + B ~ 79%. #F0B4B4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 180 + 180 = 600 (100%)
R 240 of 600 ~ 40%
G 180 of 600 ~ 30%
B 180 of 600 ~ 30%

%40
%30
%30

CMYK RENK MODELİ

#F0B4B4 rengi CMYK tonu (0,25,25,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 25.00%
  • sarı tonu 25.00%
  • ana renk tonu 5.88%
CMYK:
(0,25,25,6)
C0M25Y25K6 
(0%,25%,25%,6%)
(0.00/0.25/0.25/0.06)	

CMYK yüzdeleri

%0
%25
%25
%5.88

Codes

Color #F0B4B4 in popluar color models

F0B4B4
RGB240180180
HSL66.67%82.35%
HSB/HSV25.00%94.12%
CMYK0.00%25.00%25.00%
5.88%

Color #F0B4B4 in popluar number systems.

HEXF0B4B4
Decimal240180180
Binary111100001011010010110100
Octal360264264

Shades and tints

Shades of #F0B4B4

#F0B4B4
(240,180,180)
#DBA4A4
(219,164,164)
#C69494
(198,148,148)
#B18484
(177,132,132)
#9C7474
(156,116,116)
#876464
(135,100,100)
#725454
(114,84,84)
#5D4444
(93,68,68)
#483434
(72,52,52)
#332424
(51,36,36)
#1E1414
(30,20,20)
#000000
(0,0,0)

Tints of #F0B4B4

#F0B4B4
(240,180,180)
#F1BABA
(241,186,186)
#F2C0C0
(242,192,192)
#F3C6C6
(243,198,198)
#F4CCCC
(244,204,204)
#F5D2D2
(245,210,210)
#F6D8D8
(246,216,216)
#F7DEDE
(247,222,222)
#F8E4E4
(248,228,228)
#F9EAEA
(249,234,234)
#FAF0F0
(250,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0B4B4; }

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

This text font color is #F0B4B4.


Background Color

.myBgColor { background-color: #F0B4B4; }

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

This div background color is #F0B4B4.


Border color

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

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

This div border color is #F0B4B4.


Opacity

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

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

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

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

This text has shadow with #F0B4B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0B4B4 on black background.


Color preview on white background

This text has color #F0B4B4 on white background.



Black color preview on #F0B4B4 background

This text has black color on #F0B4B4 background.


White color preview on #F0B4B4 background

This text has white color on #F0B4B4 background.