Color Hex Logo

#fb8dde Color Hex

#FB8DDE
(251,141,222)
0 Favorites   0 Comments

Color spaces of #fb8dde

RGB 251141222
HSL0.880.930.77
HSV316°44°98°
CMYK 0.000.440.12   0.02
XYZ62.493444.832974.4671
Yxy44.83290.34380.2466
Hunter Lab66.957449.4242-19.0696
CIE-Lab72.781752.0992-23.1384

#fb8dde color RGB value is (251,141,222).

#fb8dde hex color red value is 251, green value is 141 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fb8dde hue: 0.88 , saturation: 0.93 and the lightness value of fb8dde is 0.77.

The process color (four color CMYK) of #fb8dde color hex is 0.00, 0.44, 0.12, 0.02. Web safe color of #fb8dde is #ff99cc. Color #fb8dde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10001101 11011110
Octal 373 215 336
Decimal 251 141 222
Hex FB 8D DE

RGB Percentages of Color #fb8dde

%40.88
%22.96
%36.16

CMYK Percentages of Color #fb8dde

%0
%44
%12
%2

Triadic Colors of #fb8dde

#fb8dde #defb8d #8ddefb

Analogous Colors of #fb8dde

#fb8dde #fb8da7 #e18dfb

Monochromatic Colors of #fb8dde

#fb8dde

Complementary Color

#fb8dde #8dfbaa

#fb8dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb8dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb8dde Color CSS Codes

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

#fb8dde Text Font Color

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

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


#fb8dde Background Color

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

This div background color is #fb8dde


#fb8dde Border Color

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

This div border color is #fb8dde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,141,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb8dde

Related Colors


Comments

No comments written yet.

Please login to write comment.