Color Hex Logo

#fbbffa Color Hex

#FBBFFA
(251,191,250)
0 Favorites   0 Comments

Color spaces of #fbbffa

RGB 251191250
HSL0.840.880.87
HSV301°24°98°
CMYK 0.000.240.00   0.02
XYZ75.669864.673098.9374
Yxy64.67300.31620.2703
Hunter Lab80.419527.2233-16.6488
CIE-Lab84.314931.0173-20.7583

#fbbffa color RGB value is (251,191,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111111 11111010
Octal 373 277 372
Decimal 251 191 250
Hex FB BF FA

RGB Percentages of Color #fbbffa

%36.27
%27.60
%36.13

CMYK Percentages of Color #fbbffa

%0
%24
%0
%2

Triadic Colors of #fbbffa

#fbbffa #fafbbf #bffafb

Analogous Colors of #fbbffa

#fbbffa #fbbfdc #debffb

Monochromatic Colors of #fbbffa

#fbbffa

Complementary Color

#fbbffa #bffbc0

#fbbffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbffa Color CSS Codes

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

#fbbffa Text Font Color

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

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


#fbbffa Background Color

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

This div background color is #fbbffa


#fbbffa Border Color

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

This div border color is #fbbffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbffa

Related Colors


Comments

No comments written yet.

Please login to write comment.