Color Hex Logo

#ffbcfb Color Hex

#FFBCFB
(255,188,251)
0 Favorites   0 Comments

Color spaces of #ffbcfb

RGB 255188251
HSL0.841.000.87
HSV304°26°100°
CMYK 0.000.260.02   0.00
XYZ76.635864.191599.6178
Yxy64.19150.31870.2670
Hunter Lab80.119630.5291-17.6353
CIE-Lab84.065434.0566-21.6316

#ffbcfb color RGB value is (255,188,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111100 11111011
Octal 377 274 373
Decimal 255 188 251
Hex FF BC FB

RGB Percentages of Color #ffbcfb

%36.74
%27.09
%36.17

CMYK Percentages of Color #ffbcfb

%0
%26
%2
%0

Triadic Colors of #ffbcfb

#ffbcfb #fbffbc #bcfbff

Analogous Colors of #ffbcfb

#ffbcfb #ffbcda #e2bcff

Monochromatic Colors of #ffbcfb

#ffbcfb

Complementary Color

#ffbcfb #bcffc0

#ffbcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbcfb Color CSS Codes

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

#ffbcfb Text Font Color

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

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


#ffbcfb Background Color

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

This div background color is #ffbcfb


#ffbcfb Border Color

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

This div border color is #ffbcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbcfb

Related Colors


Comments

No comments written yet.

Please login to write comment.