Color Hex Logo

#fbbff6 Color Hex

#FBBFF6
(251,191,246)
0 Favorites   0 Comments

Color spaces of #fbbff6

RGB 251191246
HSL0.850.880.87
HSV305°24°98°
CMYK 0.000.240.02   0.02
XYZ75.049064.424795.6685
Yxy64.42470.31920.2740
Hunter Lab80.265026.4365-14.4827
CIE-Lab84.186430.3006-18.8225

#fbbff6 color RGB value is (251,191,246).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111111 11110110
Octal 373 277 366
Decimal 251 191 246
Hex FB BF F6

RGB Percentages of Color #fbbff6

%36.48
%27.76
%35.76

CMYK Percentages of Color #fbbff6

%0
%24
%2
%2

Triadic Colors of #fbbff6

#fbbff6 #f6fbbf #bff6fb

Analogous Colors of #fbbff6

#fbbff6 #fbbfd8 #e2bffb

Monochromatic Colors of #fbbff6

#fbbff6

Complementary Color

#fbbff6 #bffbc4

#fbbff6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbff6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbff6 Color CSS Codes

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

#fbbff6 Text Font Color

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

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


#fbbff6 Background Color

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

This div background color is #fbbff6


#fbbff6 Border Color

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

This div border color is #fbbff6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbff6


Comments

No comments written yet.

Please login to write comment.