Color Hex Logo

#fbc1ff Color Hex

#FBC1FF
(251,193,255)
0 Favorites   0 Comments

Color spaces of #fbc1ff

RGB 251193255
HSL0.821.000.88
HSV296°24°100°
CMYK 0.020.240.00   0.00
XYZ76.903665.8692103.2685
Yxy65.86920.31260.2677
Hunter Lab81.159827.1093-18.6292
CIE-Lab84.929730.8727-22.4849

#fbc1ff color RGB value is (251,193,255).

#fbc1ff hex color red value is 251, green value is 193 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fbc1ff hue: 0.82 , saturation: 1.00 and the lightness value of fbc1ff is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000001 11111111
Octal 373 301 377
Decimal 251 193 255
Hex FB C1 FF

RGB Percentages of Color #fbc1ff

%35.91
%27.61
%36.48

CMYK Percentages of Color #fbc1ff

%2
%24
%0
%0

Triadic Colors of #fbc1ff

#fbc1ff #fffbc1 #c1fffb

Analogous Colors of #fbc1ff

#fbc1ff #ffc1e4 #dcc1ff

Monochromatic Colors of #fbc1ff

#fbc1ff

Complementary Color

#fbc1ff #c5ffc1

#fbc1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc1ff Color CSS Codes

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

#fbc1ff Text Font Color

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

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


#fbc1ff Background Color

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

This div background color is #fbc1ff


#fbc1ff Border Color

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

This div border color is #fbc1ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc1ff

Related Colors

#fbc1ff Color Palettes


Comments

No comments written yet.

Please login to write comment.