COLOR #F1C5FB

HEX: #F1C5FB
RGB: (241,197,251)

Renk bilgisi

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

RGB renk modeli

#F1C5FB color RGB value is (241,197,251).

  • kırmız ton 241;
  • yeşil ton 197;
  • mavi ton 251.
RGB:
(241,197,251)
(95%,77%,98%)

RGB bağlantıları ve doygunluk

R 241 of 255 = 95%
G 197 of 255 = 77%
B 251 of 255 = 98%

241
197
251

R + G + B ~ 90%. #F1C5FB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
241 + 197 + 251 = 689 (100%)
R 241 of 689 ~ 34.98%
G 197 of 689 ~ 28.59%
B 251 of 689 ~ 36.43%

%34.98
%28.59
%36.43

CMYK RENK MODELİ

#F1C5FB rengi CMYK tonu (4,22,0,2).

  • camgöbeği tonu 3.98%
  • eflatun tonu 21.51%
  • sarı tonu 0.00%
  • ana renk tonu 1.57%
CMYK:
(4,22,0,2)
C4M22Y0K2 
(4%,22%,0%,2%)
(0.04/0.22/0.00/0.02)	

CMYK yüzdeleri

%3.98
%21.51
%0
%1.57

Codes

Color #F1C5FB in popluar color models

F1C5FB
RGB241197251
HSL289°87.10%87.84%
HSB/HSV289°21.51%98.43%
CMYK3.98%21.51%0.00%
1.57%

Color #F1C5FB in popluar number systems.

HEXF1C5FB
Decimal241197251
Binary111100011100010111111011
Octal361305373

Shades and tints

Shades of #F1C5FB

#F1C5FB
(241,197,251)
#DCB4E5
(220,180,229)
#C7A3CF
(199,163,207)
#B292B9
(178,146,185)
#9D81A3
(157,129,163)
#88708D
(136,112,141)
#735F77
(115,95,119)
#5E4E61
(94,78,97)
#493D4B
(73,61,75)
#342C35
(52,44,53)
#1F1B1F
(31,27,31)
#000000
(0,0,0)

Tints of #F1C5FB

#F1C5FB
(241,197,251)
#F2CAFB
(242,202,251)
#F3CFFB
(243,207,251)
#F4D4FB
(244,212,251)
#F5D9FB
(245,217,251)
#F6DEFB
(246,222,251)
#F7E3FB
(247,227,251)
#F8E8FB
(248,232,251)
#F9EDFB
(249,237,251)
#FAF2FB
(250,242,251)
#FBF7FB
(251,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1C5FB color. Also use rgb(241,197,251) instead hex code.

Text Font Color

.myTextColor { color: #F1C5FB; }

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

This text font color is #F1C5FB.


Background Color

.myBgColor { background-color: #F1C5FB; }

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

This div background color is #F1C5FB.


Border color

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

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

This div border color is #F1C5FB.


Opacity

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

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

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

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

This text has shadow with #F1C5FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1C5FB on black background.


Color preview on white background

This text has color #F1C5FB on white background.



Black color preview on #F1C5FB background

This text has black color on #F1C5FB background.


White color preview on #F1C5FB background

This text has white color on #F1C5FB background.