Color Hex Logo

#fdbaff Color Hex

#FDBAFF
(253,186,255)
0 Favorites   0 Comments

Color spaces of #fdbaff

RGB 253186255
HSL0.831.000.86
HSV298°27°100°
CMYK 0.010.270.00   0.00
XYZ76.116963.2205102.7987
Yxy63.22050.31440.2611
Hunter Lab79.511331.7348-20.9970
CIE-Lab83.558335.1898-24.5509

#fdbaff color RGB value is (253,186,255).

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

The process color (four color CMYK) of #fdbaff color hex is 0.01, 0.27, 0.00, 0.00. Web safe color of #fdbaff is #ffccff. Color #fdbaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111010 11111111
Octal 375 272 377
Decimal 253 186 255
Hex FD BA FF

RGB Percentages of Color #fdbaff

%36.46
%26.80
%36.74

CMYK Percentages of Color #fdbaff

%1
%27
%0
%0

Triadic Colors of #fdbaff

#fdbaff #fffdba #bafffd

Analogous Colors of #fdbaff

#fdbaff #ffbadf #dbbaff

Monochromatic Colors of #fdbaff

#fdbaff

Complementary Color

#fdbaff #bcffba

#fdbaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbaff Color CSS Codes

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

#fdbaff Text Font Color

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

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


#fdbaff Background Color

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

This div background color is #fdbaff


#fdbaff Border Color

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

This div border color is #fdbaff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,186,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 #fdbaff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbaff

Related Colors

#fdbaff Color Palettes


Comments

No comments written yet.

Please login to write comment.