Color Hex Logo

#fcbbff Color Hex

#FCBBFF
(252,187,255)
0 Favorites   0 Comments

Color spaces of #fcbbff

RGB 252187255
HSL0.831.000.87
HSV297°27°100°
CMYK 0.010.270.00   0.00
XYZ75.965263.4561102.8522
Yxy63.45610.31360.2619
Hunter Lab79.659330.8184-20.7908
CIE-Lab83.681834.3487-24.3720

#fcbbff color RGB value is (252,187,255).

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

The process color (four color CMYK) of #fcbbff color hex is 0.01, 0.27, 0.00, 0.00. Web safe color of #fcbbff is #ffccff. Color #fcbbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111011 11111111
Octal 374 273 377
Decimal 252 187 255
Hex FC BB FF

RGB Percentages of Color #fcbbff

%36.31
%26.95
%36.74

CMYK Percentages of Color #fcbbff

%1
%27
%0
%0

Triadic Colors of #fcbbff

#fcbbff #fffcbb #bbfffc

Analogous Colors of #fcbbff

#fcbbff #ffbbe0 #dabbff

Monochromatic Colors of #fcbbff

#fcbbff

Complementary Color

#fcbbff #beffbb

#fcbbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbbff Color CSS Codes

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

#fcbbff Text Font Color

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

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


#fcbbff Background Color

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

This div background color is #fcbbff


#fcbbff Border Color

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

This div border color is #fcbbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbbff

Related Colors


Comments

No comments written yet.

Please login to write comment.