Hex #ffb5c5 Color

#ffb5c5
equivalent to

RGB

(255, 181, 197)

Details of #ffb5c5

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
255
67.8419
0.96
0.00
80.9269
58.3390
347°
76.3799
181
58.3390
1.00
0.29
29.0564
0.3634
29°
24.8820
197
60.5082
0.85
0.23   0.00
2.6852
0.3125
100°
6.5125

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11111111
377
255
FF
Green
10110101
265
181
B5
Blue
11000101
305
197
C5

RGB in % of #ffb5c5

%40.28
%28.59
%31.12

CMYK in % of #ffb5c5

%0
%29
%23
%0

Triads of color #ffb5c5

#ffb5c5 #b5c5ff #c5ffc5

Similar Colors to #ffb5c5

#ffb5c5 #ffb5ea #ffcab5

Preview Color #ffb5c5 on black ground

#ffb5c5 is very interesting for text.

Preview Color #ffb5c5 on white ground

#ffb5c5 is very interesting for text.

CSS Codes #ffb5c5 color

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

Text Font Color #ffb5c5

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

This sample text font color is #ffb5c5
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 #ffb5c5

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

This div background color is #ffb5c5


Border Color #ffb5c5

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

The color of this border is #ffb5c5


Examples Css3

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

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 #ffb5c5">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #ffb5c5