COLOR #F6BBDB

HEX: #F6BBDB
RGB: (246,187,219)

Renk bilgisi

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

RGB renk modeli

#F6BBDB color RGB value is (246,187,219).

  • kırmız ton 246;
  • yeşil ton 187;
  • mavi ton 219.
RGB:
(246,187,219)
(96%,73%,86%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 187 of 255 = 73%
B 219 of 255 = 86%

246
187
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 187 + 219 = 652 (100%)
R 246 of 652 ~ 37.73%
G 187 of 652 ~ 28.68%
B 219 of 652 ~ 33.59%

%37.73
%28.68
%33.59

CMYK RENK MODELİ

#F6BBDB rengi CMYK tonu (0,24,11,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.98%
  • sarı tonu 10.98%
  • ana renk tonu 3.53%
CMYK:
(0,24,11,4)
C0M24Y11K4 
(0%,24%,11%,4%)
(0.00/0.24/0.11/0.04)	

CMYK yüzdeleri

%0
%23.98
%10.98
%3.53

Codes

Color #F6BBDB in popluar color models

F6BBDB
RGB246187219
HSL327°76.62%84.90%
HSB/HSV327°23.98%96.47%
CMYK0.00%23.98%10.98%
3.53%

Color #F6BBDB in popluar number systems.

HEXF6BBDB
Decimal246187219
Binary111101101011101111011011
Octal366273333

Shades and tints

Shades of #F6BBDB

#F6BBDB
(246,187,219)
#E0AAC8
(224,170,200)
#CA99B5
(202,153,181)
#B488A2
(180,136,162)
#9E778F
(158,119,143)
#88667C
(136,102,124)
#725569
(114,85,105)
#5C4456
(92,68,86)
#463343
(70,51,67)
#302230
(48,34,48)
#1A111D
(26,17,29)
#000000
(0,0,0)

Tints of #F6BBDB

#F6BBDB
(246,187,219)
#F6C1DE
(246,193,222)
#F6C7E1
(246,199,225)
#F6CDE4
(246,205,228)
#F6D3E7
(246,211,231)
#F6D9EA
(246,217,234)
#F6DFED
(246,223,237)
#F6E5F0
(246,229,240)
#F6EBF3
(246,235,243)
#F6F1F6
(246,241,246)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6BBDB color. Also use rgb(246,187,219) instead hex code.

Text Font Color

.myTextColor { color: #F6BBDB; }

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

This text font color is #F6BBDB.


Background Color

.myBgColor { background-color: #F6BBDB; }

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

This div background color is #F6BBDB.


Border color

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

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

This div border color is #F6BBDB.


Opacity

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

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

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

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

This text has shadow with #F6BBDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6BBDB on black background.


Color preview on white background

This text has color #F6BBDB on white background.



Black color preview on #F6BBDB background

This text has black color on #F6BBDB background.


White color preview on #F6BBDB background

This text has white color on #F6BBDB background.