Color Hex Logo

#fbb8fa Color Hex

#FBB8FA
(251,184,250)
0 Favorites   0 Comments

Color spaces of #fbb8fa

RGB 251184250
HSL0.840.890.85
HSV301°27°98°
CMYK 0.000.270.00   0.02
XYZ74.179561.692398.4406
Yxy61.69230.31660.2633
Hunter Lab78.544431.1274-19.3277
CIE-Lab82.749534.7024-23.1325

#fbb8fa color RGB value is (251,184,250).

#fbb8fa hex color red value is 251, green value is 184 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fbb8fa hue: 0.84 , saturation: 0.89 and the lightness value of fbb8fa is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111000 11111010
Octal 373 270 372
Decimal 251 184 250
Hex FB B8 FA

RGB Percentages of Color #fbb8fa

%36.64
%26.86
%36.50

CMYK Percentages of Color #fbb8fa

%0
%27
%0
%2

Triadic Colors of #fbb8fa

#fbb8fa #fafbb8 #b8fafb

Analogous Colors of #fbb8fa

#fbb8fa #fbb8d9 #dbb8fb

Monochromatic Colors of #fbb8fa

#fbb8fa

Complementary Color

#fbb8fa #b8fbb9

#fbb8fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb8fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb8fa Color CSS Codes

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

#fbb8fa Text Font Color

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

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


#fbb8fa Background Color

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

This div background color is #fbb8fa


#fbb8fa Border Color

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

This div border color is #fbb8fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb8fa

Related Colors


Comments

No comments written yet.

Please login to write comment.