Color Hex Logo

#fdb1ff Color Hex

#FDB1FF
(253,177,255)
0 Favorites   0 Comments

Color spaces of #fdb1ff

RGB 253177255
HSL0.831.000.85
HSV298°31°100°
CMYK 0.010.310.00   0.00
XYZ74.280259.5469102.1865
Yxy59.54690.31470.2523
Hunter Lab77.166636.7815-24.4970
CIE-Lab81.591339.9030-27.5520

#fdb1ff color RGB value is (253,177,255).

#fdb1ff hex color red value is 253, green value is 177 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fdb1ff hue: 0.83 , saturation: 1.00 and the lightness value of fdb1ff is 0.85.

The process color (four color CMYK) of #fdb1ff color hex is 0.01, 0.31, 0.00, 0.00. Web safe color of #fdb1ff is #ff99ff. Color #fdb1ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110001 11111111
Octal 375 261 377
Decimal 253 177 255
Hex FD B1 FF

RGB Percentages of Color #fdb1ff

%36.93
%25.84
%37.23

CMYK Percentages of Color #fdb1ff

%1
%31
%0
%0

Triadic Colors of #fdb1ff

#fdb1ff #fffdb1 #b1fffd

Analogous Colors of #fdb1ff

#fdb1ff #ffb1da #d6b1ff

Monochromatic Colors of #fdb1ff

#fdb1ff

Complementary Color

#fdb1ff #b3ffb1

#fdb1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb1ff Color CSS Codes

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

#fdb1ff Text Font Color

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

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


#fdb1ff Background Color

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

This div background color is #fdb1ff


#fdb1ff Border Color

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

This div border color is #fdb1ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb1ff

Related Colors

#fdb1ff Color Palettes


Comments

No comments written yet.

Please login to write comment.