Color Hex Logo

#fbb0fd Color Hex

#FBB0FD
(251,176,253)
0 Favorites   0 Comments

Color spaces of #fbb0fd

RGB 251176253
HSL0.830.950.84
HSV298°30°99°
CMYK 0.010.300.00   0.01
XYZ73.038658.6517100.3999
Yxy58.65170.31470.2527
Hunter Lab76.584436.2129-24.1184
CIE-Lab81.099839.4411-27.2515

#fbb0fd color RGB value is (251,176,253).

#fbb0fd hex color red value is 251, green value is 176 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fbb0fd hue: 0.83 , saturation: 0.95 and the lightness value of fbb0fd is 0.84.

The process color (four color CMYK) of #fbb0fd color hex is 0.01, 0.30, 0.00, 0.01. Web safe color of #fbb0fd is #ff99ff. Color #fbb0fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110000 11111101
Octal 373 260 375
Decimal 251 176 253
Hex FB B0 FD

RGB Percentages of Color #fbb0fd

%36.91
%25.88
%37.21

CMYK Percentages of Color #fbb0fd

%1
%30
%0
%1

Triadic Colors of #fbb0fd

#fbb0fd #fdfbb0 #b0fdfb

Analogous Colors of #fbb0fd

#fbb0fd #fdb0d9 #d5b0fd

Monochromatic Colors of #fbb0fd

#fbb0fd

Complementary Color

#fbb0fd #b2fdb0

#fbb0fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb0fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb0fd Color CSS Codes

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

#fbb0fd Text Font Color

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

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


#fbb0fd Background Color

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

This div background color is #fbb0fd


#fbb0fd Border Color

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

This div border color is #fbb0fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb0fd

Related Colors


Comments

No comments written yet.

Please login to write comment.