Hex #fab2b8 Color

#fab2b8
equivalent to

RGB

(250, 178, 184)

Details of #fab2b8

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
250
63.9965
0.99
0.00
79.4002
55.6255
355°
74.5825
178
55.6255
0.88
0.29
27.0294
0.3714
29°
22.6452
184
52.7112
0.84
0.26   0.02
7.4428
0.3228
98°
10.3187

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11111010
372
250
FA
Green
10110010
262
178
B2
Blue
10111000
270
184
B8

RGB in % of #fab2b8

%40.85
%29.08
%30.07

CMYK in % of #fab2b8

%0
%29
%26
%2

Triads of color #fab2b8

#fab2b8 #b2b8fa #b8fab8

Similar Colors to #fab2b8

#fab2b8 #fab2dc #fad0b2

Preview Color #fab2b8 on black ground

#fab2b8 is very interesting for text.

Preview Color #fab2b8 on white ground

#fab2b8 is very interesting for text.

CSS Codes #fab2b8 color

.mybgcolor {background-color:#fab2b8; }
.myforecolor {color:#fab2b8; }
.mybordercolor {border:3px solid #fab2b8; }

Text Font Color #fab2b8

<p style="color:#fab2b8">Text here</p>

This sample text font color is #fab2b8
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #fab2b8

<div style="background-color:#fab2b8">
Div content here</div>

This div background color is #fab2b8


Border Color #fab2b8

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

The color of this border is #fab2b8


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #fab2b8; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #fab2b8;
-webkit-box-shadow: 1px 1px 3px 2px #fab2b8;
box-shadow:         1px 1px 3px 2px #fab2b8; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #fab2b8">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #fab2b8;
  -webkit-box-shadow: 1px 1px 3px 2px #fab2b8;
  box-shadow:         1px 1px 3px 2px #fab2b8;">
Div content here</div>

The shadow of div box using color #fab2b8