COLOR #F6D5FC

HEX: #F6D5FC
RGB: (246,213,252)

Renk bilgisi

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

RGB renk modeli

#F6D5FC color RGB value is (246,213,252).

  • kırmız ton 246;
  • yeşil ton 213;
  • mavi ton 252.
RGB:
(246,213,252)
(96%,84%,99%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 213 of 255 = 84%
B 252 of 255 = 99%

246
213
252

R + G + B ~ 93%. #F6D5FC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 213 + 252 = 711 (100%)
R 246 of 711 ~ 34.6%
G 213 of 711 ~ 29.96%
B 252 of 711 ~ 35.44%

%34.6
%29.96
%35.44

CMYK RENK MODELİ

#F6D5FC rengi CMYK tonu (2,15,0,1).

  • camgöbeği tonu 2.38%
  • eflatun tonu 15.48%
  • sarı tonu 0.00%
  • ana renk tonu 1.18%
CMYK:
(2,15,0,1)
C2M15Y0K1 
(2%,15%,0%,1%)
(0.02/0.15/0.00/0.01)	

CMYK yüzdeleri

%2.38
%15.48
%0
%1.18

Codes

Color #F6D5FC in popluar color models

F6D5FC
RGB246213252
HSL291°86.67%91.18%
HSB/HSV291°15.48%98.82%
CMYK2.38%15.48%0.00%
1.18%

Color #F6D5FC in popluar number systems.

HEXF6D5FC
Decimal246213252
Binary111101101101010111111100
Octal366325374

Shades and tints

Shades of #F6D5FC

#F6D5FC
(246,213,252)
#E0C2E6
(224,194,230)
#CAAFD0
(202,175,208)
#B49CBA
(180,156,186)
#9E89A4
(158,137,164)
#88768E
(136,118,142)
#726378
(114,99,120)
#5C5062
(92,80,98)
#463D4C
(70,61,76)
#302A36
(48,42,54)
#1A1720
(26,23,32)
#000000
(0,0,0)

Tints of #F6D5FC

#F6D5FC
(246,213,252)
#F6D8FC
(246,216,252)
#F6DBFC
(246,219,252)
#F6DEFC
(246,222,252)
#F6E1FC
(246,225,252)
#F6E4FC
(246,228,252)
#F6E7FC
(246,231,252)
#F6EAFC
(246,234,252)
#F6EDFC
(246,237,252)
#F6F0FC
(246,240,252)
#F6F3FC
(246,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D5FC color. Also use rgb(246,213,252) instead hex code.

Text Font Color

.myTextColor { color: #F6D5FC; }

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

This text font color is #F6D5FC.


Background Color

.myBgColor { background-color: #F6D5FC; }

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

This div background color is #F6D5FC.


Border color

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

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

This div border color is #F6D5FC.


Opacity

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

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

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

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

This text has shadow with #F6D5FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D5FC on black background.


Color preview on white background

This text has color #F6D5FC on white background.



Black color preview on #F6D5FC background

This text has black color on #F6D5FC background.


White color preview on #F6D5FC background

This text has white color on #F6D5FC background.