Color Hex Logo

#fdb6ff Color Hex

#FDB6FF
(253,182,255)
0 Favorites   0 Comments

Color spaces of #fdb6ff

RGB 253182255
HSL0.831.000.86
HSV298°29°100°
CMYK 0.010.290.00   0.00
XYZ75.286061.5585102.5217
Yxy61.55850.31450.2572
Hunter Lab78.459233.9771-22.5521
CIE-Lab82.678137.2880-25.8921

#fdb6ff color RGB value is (253,182,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110110 11111111
Octal 375 266 377
Decimal 253 182 255
Hex FD B6 FF

RGB Percentages of Color #fdb6ff

%36.67
%26.38
%36.96

CMYK Percentages of Color #fdb6ff

%1
%29
%0
%0

Triadic Colors of #fdb6ff

#fdb6ff #fffdb6 #b6fffd

Analogous Colors of #fdb6ff

#fdb6ff #ffb6dd #d9b6ff

Monochromatic Colors of #fdb6ff

#fdb6ff

Complementary Color

#fdb6ff #b8ffb6

#fdb6ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb6ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb6ff Color CSS Codes

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

#fdb6ff Text Font Color

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

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


#fdb6ff Background Color

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

This div background color is #fdb6ff


#fdb6ff Border Color

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

This div border color is #fdb6ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb6ff


Comments

No comments written yet.

Please login to write comment.