Color Hex Logo

#fdb8ff Color Hex

#FDB8FF
(253,184,255)
0 Favorites   0 Comments

Color spaces of #fdb8ff

RGB 253184255
HSL0.831.000.86
HSV298°28°100°
CMYK 0.010.280.00   0.00
XYZ75.698562.3836102.6592
Yxy62.38360.31440.2591
Hunter Lab78.983332.8557-21.7744
CIE-Lab83.117036.2394-25.2229

#fdb8ff color RGB value is (253,184,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111000 11111111
Octal 375 270 377
Decimal 253 184 255
Hex FD B8 FF

RGB Percentages of Color #fdb8ff

%36.56
%26.59
%36.85

CMYK Percentages of Color #fdb8ff

%1
%28
%0
%0

Triadic Colors of #fdb8ff

#fdb8ff #fffdb8 #b8fffd

Analogous Colors of #fdb8ff

#fdb8ff #ffb8de #dab8ff

Monochromatic Colors of #fdb8ff

#fdb8ff

Complementary Color

#fdb8ff #baffb8

#fdb8ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb8ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb8ff Color CSS Codes

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

#fdb8ff Text Font Color

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

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


#fdb8ff Background Color

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

This div background color is #fdb8ff


#fdb8ff Border Color

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

This div border color is #fdb8ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb8ff

Related Colors


Comments

No comments written yet.

Please login to write comment.