Color Hex Logo

#fcbafb Color Hex

#FCBAFB
(252,186,251)
0 Favorites   0 Comments

Color spaces of #fcbafb

RGB 252186251
HSL0.840.920.86
HSV301°26°99°
CMYK 0.000.260.00   0.01
XYZ75.116462.778399.4251
Yxy62.77830.31650.2645
Hunter Lab79.232830.5691-18.9370
CIE-Lab83.325634.1493-22.7818

#fcbafb color RGB value is (252,186,251).

#fcbafb hex color red value is 252, green value is 186 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fcbafb hue: 0.84 , saturation: 0.92 and the lightness value of fcbafb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111010 11111011
Octal 374 272 373
Decimal 252 186 251
Hex FC BA FB

RGB Percentages of Color #fcbafb

%36.57
%27.00
%36.43

CMYK Percentages of Color #fcbafb

%0
%26
%0
%1

Triadic Colors of #fcbafb

#fcbafb #fbfcba #bafbfc

Analogous Colors of #fcbafb

#fcbafb #fcbada #dcbafc

Monochromatic Colors of #fcbafb

#fcbafb

Complementary Color

#fcbafb #bafcbb

#fcbafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbafb Color CSS Codes

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

#fcbafb Text Font Color

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

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


#fcbafb Background Color

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

This div background color is #fcbafb


#fcbafb Border Color

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

This div border color is #fcbafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbafb

Related Colors


Comments

No comments written yet.

Please login to write comment.