COLOR #FAB5D6

HEX: #FAB5D6
RGB: (250,181,214)

Renk bilgisi

#FAB5D6 contains mainly red and blue colors. #FAB5D6 ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.

RGB renk modeli

#FAB5D6 color RGB value is (250,181,214).

  • kırmız ton 250;
  • yeşil ton 181;
  • mavi ton 214.
RGB:
(250,181,214)
(98%,71%,84%)

RGB bağlantıları ve doygunluk

R 250 of 255 = 98%
G 181 of 255 = 71%
B 214 of 255 = 84%

250
181
214

R + G + B ~ 84%. #FAB5D6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
250 + 181 + 214 = 645 (100%)
R 250 of 645 ~ 38.76%
G 181 of 645 ~ 28.06%
B 214 of 645 ~ 33.18%

%38.76
%28.06
%33.18

CMYK RENK MODELİ

#FAB5D6 rengi CMYK tonu (0,28,14,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.60%
  • sarı tonu 14.40%
  • ana renk tonu 1.96%
CMYK:
(0,28,14,2)
C0M28Y14K2 
(0%,28%,14%,2%)
(0.00/0.28/0.14/0.02)	

CMYK yüzdeleri

%0
%27.6
%14.4
%1.96

Codes

Color #FAB5D6 in popluar color models

FAB5D6
RGB250181214
HSL331°87.34%84.51%
HSB/HSV331°27.60%98.04%
CMYK0.00%27.60%14.40%
1.96%

Color #FAB5D6 in popluar number systems.

HEXFAB5D6
Decimal250181214
Binary111110101011010111010110
Octal372265326

Shades and tints

Shades of #FAB5D6

#FAB5D6
(250,181,214)
#E4A5C3
(228,165,195)
#CE95B0
(206,149,176)
#B8859D
(184,133,157)
#A2758A
(162,117,138)
#8C6577
(140,101,119)
#765564
(118,85,100)
#604551
(96,69,81)
#4A353E
(74,53,62)
#34252B
(52,37,43)
#1E1518
(30,21,24)
#000000
(0,0,0)

Tints of #FAB5D6

#FAB5D6
(250,181,214)
#FABBD9
(250,187,217)
#FAC1DC
(250,193,220)
#FAC7DF
(250,199,223)
#FACDE2
(250,205,226)
#FAD3E5
(250,211,229)
#FAD9E8
(250,217,232)
#FADFEB
(250,223,235)
#FAE5EE
(250,229,238)
#FAEBF1
(250,235,241)
#FAF1F4
(250,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAB5D6 color. Also use rgb(250,181,214) instead hex code.

Text Font Color

.myTextColor { color: #FAB5D6; }

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

This text font color is #FAB5D6.


Background Color

.myBgColor { background-color: #FAB5D6; }

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

This div background color is #FAB5D6.


Border color

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

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

This div border color is #FAB5D6.


Opacity

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

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

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

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

This text has shadow with #FAB5D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAB5D6 on black background.


Color preview on white background

This text has color #FAB5D6 on white background.



Black color preview on #FAB5D6 background

This text has black color on #FAB5D6 background.


White color preview on #FAB5D6 background

This text has white color on #FAB5D6 background.