COLOR #FAB5E1

HEX: #FAB5E1
RGB: (250,181,225)

Renk bilgisi

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

RGB renk modeli

#FAB5E1 color RGB value is (250,181,225).

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

RGB bağlantıları ve doygunluk

R 250 of 255 = 98%
G 181 of 255 = 71%
B 225 of 255 = 88%

250
181
225

R + G + B ~ 86%. #FAB5E1 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
250 + 181 + 225 = 656 (100%)
R 250 of 656 ~ 38.11%
G 181 of 656 ~ 27.59%
B 225 of 656 ~ 34.3%

%38.11
%27.59
%34.3

CMYK RENK MODELİ

#FAB5E1 rengi CMYK tonu (0,28,10,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.60%
  • sarı tonu 10.00%
  • ana renk tonu 1.96%
CMYK:
(0,28,10,2)
C0M28Y10K2 
(0%,28%,10%,2%)
(0.00/0.28/0.10/0.02)	

CMYK yüzdeleri

%0
%27.6
%10
%1.96

Codes

Color #FAB5E1 in popluar color models

FAB5E1
RGB250181225
HSL322°87.34%84.51%
HSB/HSV322°27.60%98.04%
CMYK0.00%27.60%10.00%
1.96%

Color #FAB5E1 in popluar number systems.

HEXFAB5E1
Decimal250181225
Binary111110101011010111100001
Octal372265341

Shades and tints

Shades of #FAB5E1

#FAB5E1
(250,181,225)
#E4A5CD
(228,165,205)
#CE95B9
(206,149,185)
#B885A5
(184,133,165)
#A27591
(162,117,145)
#8C657D
(140,101,125)
#765569
(118,85,105)
#604555
(96,69,85)
#4A3541
(74,53,65)
#34252D
(52,37,45)
#1E1519
(30,21,25)
#000000
(0,0,0)

Tints of #FAB5E1

#FAB5E1
(250,181,225)
#FABBE3
(250,187,227)
#FAC1E5
(250,193,229)
#FAC7E7
(250,199,231)
#FACDE9
(250,205,233)
#FAD3EB
(250,211,235)
#FAD9ED
(250,217,237)
#FADFEF
(250,223,239)
#FAE5F1
(250,229,241)
#FAEBF3
(250,235,243)
#FAF1F5
(250,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAB5E1; }

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

This text font color is #FAB5E1.


Background Color

.myBgColor { background-color: #FAB5E1; }

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

This div background color is #FAB5E1.


Border color

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

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

This div border color is #FAB5E1.


Opacity

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

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

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

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

This text has shadow with #FAB5E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAB5E1 on black background.


Color preview on white background

This text has color #FAB5E1 on white background.



Black color preview on #FAB5E1 background

This text has black color on #FAB5E1 background.


White color preview on #FAB5E1 background

This text has white color on #FAB5E1 background.