COLOR #FAB9D9

HEX: #FAB9D9
RGB: (250,185,217)

Renk bilgisi

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

RGB renk modeli

#FAB9D9 color RGB value is (250,185,217).

  • kırmız ton 250;
  • yeşil ton 185;
  • mavi ton 217.
RGB:
(250,185,217)
(98%,73%,85%)

RGB bağlantıları ve doygunluk

R 250 of 255 = 98%
G 185 of 255 = 73%
B 217 of 255 = 85%

250
185
217

R + G + B ~ 85%. #FAB9D9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
250 + 185 + 217 = 652 (100%)
R 250 of 652 ~ 38.34%
G 185 of 652 ~ 28.37%
B 217 of 652 ~ 33.28%

%38.34
%28.37
%33.28

CMYK RENK MODELİ

#FAB9D9 rengi CMYK tonu (0,26,13,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.00%
  • sarı tonu 13.20%
  • ana renk tonu 1.96%
CMYK:
(0,26,13,2)
C0M26Y13K2 
(0%,26%,13%,2%)
(0.00/0.26/0.13/0.02)	

CMYK yüzdeleri

%0
%26
%13.2
%1.96

Codes

Color #FAB9D9 in popluar color models

FAB9D9
RGB250185217
HSL330°86.67%85.29%
HSB/HSV330°26.00%98.04%
CMYK0.00%26.00%13.20%
1.96%

Color #FAB9D9 in popluar number systems.

HEXFAB9D9
Decimal250185217
Binary111110101011100111011001
Octal372271331

Shades and tints

Shades of #FAB9D9

#FAB9D9
(250,185,217)
#E4A9C6
(228,169,198)
#CE99B3
(206,153,179)
#B889A0
(184,137,160)
#A2798D
(162,121,141)
#8C697A
(140,105,122)
#765967
(118,89,103)
#604954
(96,73,84)
#4A3941
(74,57,65)
#34292E
(52,41,46)
#1E191B
(30,25,27)
#000000
(0,0,0)

Tints of #FAB9D9

#FAB9D9
(250,185,217)
#FABFDC
(250,191,220)
#FAC5DF
(250,197,223)
#FACBE2
(250,203,226)
#FAD1E5
(250,209,229)
#FAD7E8
(250,215,232)
#FADDEB
(250,221,235)
#FAE3EE
(250,227,238)
#FAE9F1
(250,233,241)
#FAEFF4
(250,239,244)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAB9D9 color. Also use rgb(250,185,217) instead hex code.

Text Font Color

.myTextColor { color: #FAB9D9; }

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

This text font color is #FAB9D9.


Background Color

.myBgColor { background-color: #FAB9D9; }

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

This div background color is #FAB9D9.


Border color

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

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

This div border color is #FAB9D9.


Opacity

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

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

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

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

This text has shadow with #FAB9D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAB9D9 on black background.


Color preview on white background

This text has color #FAB9D9 on white background.



Black color preview on #FAB9D9 background

This text has black color on #FAB9D9 background.


White color preview on #FAB9D9 background

This text has white color on #FAB9D9 background.