Hex #fff0f5 Color

#fff0f5
equivalent to

RGB

(255, 240, 245)

Details of #fff0f5

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
255
88.8815
0.94
0.00
96.0684
90.1727
340°
94.9593
240
90.1727
1.00
0.06
5.8928
0.3195
0.8968
245
99.1067
0.97
0.04   0.00
-0.6042
0.3242
100°
4.6132

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11111111
377
255
FF
Green
11110000
360
240
F0
Blue
11110101
365
245
F5

RGB in % of #fff0f5

%34.46
%32.43
%33.11

CMYK in % of #fff0f5

%0
%6
%4
%0

Triads of color #fff0f5

#fff0f5 #f0f5ff #f5fff5

Similar Colors to #fff0f5

#fff0f5 #fff0fd #fff3f0

Preview Color #fff0f5 on black ground

#fff0f5 is very interesting for text.

Preview Color #fff0f5 on white ground

#fff0f5 is very interesting for text.

CSS Codes #fff0f5 color

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

Text Font Color #fff0f5

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

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

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

This div background color is #fff0f5


Border Color #fff0f5

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

The color of this border is #fff0f5


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #fff0f5