Color Hex Logo

#fbd8fb Color Hex

#FBD8FB
(251,216,251)
0 Favorites   0 Comments

Color spaces of #fbd8fb

RGB 251216251
HSL0.830.810.92
HSV300°14°98°
CMYK 0.000.140.00   0.02
XYZ81.752176.5860101.7406
Yxy76.58600.31430.2945
Hunter Lab87.513413.6002-7.6695
CIE-Lab90.130718.0469-12.5436

#fbd8fb color RGB value is (251,216,251).

#fbd8fb hex color red value is 251, green value is 216 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fbd8fb hue: 0.83 , saturation: 0.81 and the lightness value of fbd8fb is 0.92.

The process color (four color CMYK) of #fbd8fb color hex is 0.00, 0.14, 0.00, 0.02. Web safe color of #fbd8fb is #ffccff. Color #fbd8fb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011000 11111011
Octal 373 330 373
Decimal 251 216 251
Hex FB D8 FB

RGB Percentages of Color #fbd8fb

%34.96
%30.08
%34.96

CMYK Percentages of Color #fbd8fb

%0
%14
%0
%2

Triadic Colors of #fbd8fb

#fbd8fb #fbfbd8 #d8fbfb

Analogous Colors of #fbd8fb

#fbd8fb #fbd8ea #ead8fb

Monochromatic Colors of #fbd8fb

#fbd8fb

Complementary Color

#fbd8fb #d8fbd8

#fbd8fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd8fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd8fb Color CSS Codes

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

#fbd8fb Text Font Color

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

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


#fbd8fb Background Color

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

This div background color is #fbd8fb


#fbd8fb Border Color

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

This div border color is #fbd8fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd8fb

#fbd8fb Color Palettes


Comments

No comments written yet.

Please login to write comment.