COLOR #FAB5FF

HEX: #FAB5FF
RGB: (250,181,255)

Renk bilgisi

#FAB5FF contains mainly red and blue colors. #FAB5FF ‘ nin web güvenlik rengi #FFCCFF (ya da #FCF) dir.

RGB renk modeli

#FAB5FF color RGB value is (250,181,255).

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

RGB bağlantıları ve doygunluk

R 250 of 255 = 98%
G 181 of 255 = 71%
B 255 of 255 = 100%

250
181
255

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

Yüzdelerle RGB renk parçaları

R + G + B =
250 + 181 + 255 = 686 (100%)
R 250 of 686 ~ 36.44%
G 181 of 686 ~ 26.38%
B 255 of 686 ~ 37.17%

%36.44
%26.38
%37.17

CMYK RENK MODELİ

#FAB5FF rengi CMYK tonu (2,29,0,0).

  • camgöbeği tonu 1.96%
  • eflatun tonu 29.02%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(2,29,0,0)
C2M29Y0K0 
(2%,29%,0%,0%)
(0.02/0.29/0.00/0.00)	

CMYK yüzdeleri

%1.96
%29.02
%0
%0

Codes

Color #FAB5FF in popluar color models

FAB5FF
RGB250181255
HSL296°100.00%85.49%
HSB/HSV296°29.02%100.00%
CMYK1.96%29.02%0.00%
0.00%

Color #FAB5FF in popluar number systems.

HEXFAB5FF
Decimal250181255
Binary111110101011010111111111
Octal372265377

Shades and tints

Shades of #FAB5FF

#FAB5FF
(250,181,255)
#E4A5E8
(228,165,232)
#CE95D1
(206,149,209)
#B885BA
(184,133,186)
#A275A3
(162,117,163)
#8C658C
(140,101,140)
#765575
(118,85,117)
#60455E
(96,69,94)
#4A3547
(74,53,71)
#342530
(52,37,48)
#1E1519
(30,21,25)
#000000
(0,0,0)

Tints of #FAB5FF

#FAB5FF
(250,181,255)
#FABBFF
(250,187,255)
#FAC1FF
(250,193,255)
#FAC7FF
(250,199,255)
#FACDFF
(250,205,255)
#FAD3FF
(250,211,255)
#FAD9FF
(250,217,255)
#FADFFF
(250,223,255)
#FAE5FF
(250,229,255)
#FAEBFF
(250,235,255)
#FAF1FF
(250,241,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAB5FF; }

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

This text font color is #FAB5FF.


Background Color

.myBgColor { background-color: #FAB5FF; }

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

This div background color is #FAB5FF.


Border color

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

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

This div border color is #FAB5FF.


Opacity

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

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

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

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

This text has shadow with #FAB5FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAB5FF on black background.


Color preview on white background

This text has color #FAB5FF on white background.



Black color preview on #FAB5FF background

This text has black color on #FAB5FF background.


White color preview on #FAB5FF background

This text has white color on #FAB5FF background.