COLOR #F6BDF8

HEX: #F6BDF8
RGB: (246,189,248)

Renk bilgisi

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

RGB renk modeli

#F6BDF8 color RGB value is (246,189,248).

  • kırmız ton 246;
  • yeşil ton 189;
  • mavi ton 248.
RGB:
(246,189,248)
(96%,74%,97%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 189 of 255 = 74%
B 248 of 255 = 97%

246
189
248

R + G + B ~ 89%. #F6BDF8 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 189 + 248 = 683 (100%)
R 246 of 683 ~ 36.02%
G 189 of 683 ~ 27.67%
B 248 of 683 ~ 36.31%

%36.02
%27.67
%36.31

CMYK RENK MODELİ

#F6BDF8 rengi CMYK tonu (1,24,0,3).

  • camgöbeği tonu 0.81%
  • eflatun tonu 23.79%
  • sarı tonu 0.00%
  • ana renk tonu 2.75%
CMYK:
(1,24,0,3)
C1M24Y0K3 
(1%,24%,0%,3%)
(0.01/0.24/0.00/0.03)	

CMYK yüzdeleri

%0.81
%23.79
%0
%2.75

Codes

Color #F6BDF8 in popluar color models

F6BDF8
RGB246189248
HSL298°80.82%85.69%
HSB/HSV298°23.79%97.25%
CMYK0.81%23.79%0.00%
2.75%

Color #F6BDF8 in popluar number systems.

HEXF6BDF8
Decimal246189248
Binary111101101011110111111000
Octal366275370

Shades and tints

Shades of #F6BDF8

#F6BDF8
(246,189,248)
#E0ACE2
(224,172,226)
#CA9BCC
(202,155,204)
#B48AB6
(180,138,182)
#9E79A0
(158,121,160)
#88688A
(136,104,138)
#725774
(114,87,116)
#5C465E
(92,70,94)
#463548
(70,53,72)
#302432
(48,36,50)
#1A131C
(26,19,28)
#000000
(0,0,0)

Tints of #F6BDF8

#F6BDF8
(246,189,248)
#F6C3F8
(246,195,248)
#F6C9F8
(246,201,248)
#F6CFF8
(246,207,248)
#F6D5F8
(246,213,248)
#F6DBF8
(246,219,248)
#F6E1F8
(246,225,248)
#F6E7F8
(246,231,248)
#F6EDF8
(246,237,248)
#F6F3F8
(246,243,248)
#F6F9F8
(246,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6BDF8 color. Also use rgb(246,189,248) instead hex code.

Text Font Color

.myTextColor { color: #F6BDF8; }

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

This text font color is #F6BDF8.


Background Color

.myBgColor { background-color: #F6BDF8; }

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

This div background color is #F6BDF8.


Border color

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

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

This div border color is #F6BDF8.


Opacity

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

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

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

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

This text has shadow with #F6BDF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6BDF8 on black background.


Color preview on white background

This text has color #F6BDF8 on white background.



Black color preview on #F6BDF8 background

This text has black color on #F6BDF8 background.


White color preview on #F6BDF8 background

This text has white color on #F6BDF8 background.