COLOR #F0B6E6

HEX: #F0B6E6
RGB: (240,182,230)

Renk bilgisi

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

RGB renk modeli

#F0B6E6 color RGB value is (240,182,230).

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

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 182 of 255 = 71%
B 230 of 255 = 90%

240
182
230

R + G + B ~ 85%. #F0B6E6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 182 + 230 = 652 (100%)
R 240 of 652 ~ 36.81%
G 182 of 652 ~ 27.91%
B 230 of 652 ~ 35.28%

%36.81
%27.91
%35.28

CMYK RENK MODELİ

#F0B6E6 rengi CMYK tonu (0,24,4,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.17%
  • sarı tonu 4.17%
  • ana renk tonu 5.88%
CMYK:
(0,24,4,6)
C0M24Y4K6 
(0%,24%,4%,6%)
(0.00/0.24/0.04/0.06)	

CMYK yüzdeleri

%0
%24.17
%4.17
%5.88

Codes

Color #F0B6E6 in popluar color models

F0B6E6
RGB240182230
HSL310°65.91%82.75%
HSB/HSV310°24.17%94.12%
CMYK0.00%24.17%4.17%
5.88%

Color #F0B6E6 in popluar number systems.

HEXF0B6E6
Decimal240182230
Binary111100001011011011100110
Octal360266346

Shades and tints

Shades of #F0B6E6

#F0B6E6
(240,182,230)
#DBA6D2
(219,166,210)
#C696BE
(198,150,190)
#B186AA
(177,134,170)
#9C7696
(156,118,150)
#876682
(135,102,130)
#72566E
(114,86,110)
#5D465A
(93,70,90)
#483646
(72,54,70)
#332632
(51,38,50)
#1E161E
(30,22,30)
#000000
(0,0,0)

Tints of #F0B6E6

#F0B6E6
(240,182,230)
#F1BCE8
(241,188,232)
#F2C2EA
(242,194,234)
#F3C8EC
(243,200,236)
#F4CEEE
(244,206,238)
#F5D4F0
(245,212,240)
#F6DAF2
(246,218,242)
#F7E0F4
(247,224,244)
#F8E6F6
(248,230,246)
#F9ECF8
(249,236,248)
#FAF2FA
(250,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0B6E6; }

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

This text font color is #F0B6E6.


Background Color

.myBgColor { background-color: #F0B6E6; }

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

This div background color is #F0B6E6.


Border color

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

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

This div border color is #F0B6E6.


Opacity

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

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

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

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

This text has shadow with #F0B6E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0B6E6 on black background.


Color preview on white background

This text has color #F0B6E6 on white background.



Black color preview on #F0B6E6 background

This text has black color on #F0B6E6 background.


White color preview on #F0B6E6 background

This text has white color on #F0B6E6 background.