Color Hex Logo

#fbc5fb Color Hex

#FBC5FB
(251,197,251)
0 Favorites   0 Comments

Color spaces of #fbc5fb

RGB 251197251
HSL0.830.870.88
HSV300°22°98°
CMYK 0.000.220.00   0.02
XYZ77.162567.4068100.2107
Yxy67.40680.31520.2754
Hunter Lab82.101624.0838-14.8964
CIE-Lab85.709028.0359-19.1823

#fbc5fb color RGB value is (251,197,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000101 11111011
Octal 373 305 373
Decimal 251 197 251
Hex FB C5 FB

RGB Percentages of Color #fbc5fb

%35.91
%28.18
%35.91

CMYK Percentages of Color #fbc5fb

%0
%22
%0
%2

Triadic Colors of #fbc5fb

#fbc5fb #fbfbc5 #c5fbfb

Analogous Colors of #fbc5fb

#fbc5fb #fbc5e0 #e0c5fb

Monochromatic Colors of #fbc5fb

#fbc5fb

Complementary Color

#fbc5fb #c5fbc5

#fbc5fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc5fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc5fb Color CSS Codes

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

#fbc5fb Text Font Color

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

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


#fbc5fb Background Color

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

This div background color is #fbc5fb


#fbc5fb Border Color

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

This div border color is #fbc5fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc5fb

Related Colors


Comments

No comments written yet.

Please login to write comment.