Color Hex Logo

#fcbefb Color Hex

#FCBEFB
(252,190,251)
0 Favorites   0 Comments

Color spaces of #fcbefb

RGB 252190251
HSL0.840.910.87
HSV301°25°99°
CMYK 0.000.250.00   0.01
XYZ75.970964.487499.7100
Yxy64.48740.31630.2685
Hunter Lab80.304028.3362-17.4049
CIE-Lab84.218932.0451-21.4268

#fcbefb color RGB value is (252,190,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111110 11111011
Octal 374 276 373
Decimal 252 190 251
Hex FC BE FB

RGB Percentages of Color #fcbefb

%36.36
%27.42
%36.22

CMYK Percentages of Color #fcbefb

%0
%25
%0
%1

Triadic Colors of #fcbefb

#fcbefb #fbfcbe #befbfc

Analogous Colors of #fcbefb

#fcbefb #fcbedc #debefc

Monochromatic Colors of #fcbefb

#fcbefb

Complementary Color

#fcbefb #befcbf

#fcbefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbefb Color CSS Codes

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

#fcbefb Text Font Color

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

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


#fcbefb Background Color

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

This div background color is #fcbefb


#fcbefb Border Color

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

This div border color is #fcbefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbefb

Related Colors


Comments

No comments written yet.

Please login to write comment.