Color Hex Logo

#fcbefe Color Hex

#FCBEFE
(252,190,254)
0 Favorites   0 Comments

Color spaces of #fcbefe

RGB 252190254
HSL0.830.970.87
HSV298°25°100°
CMYK 0.010.250.00   0.00
XYZ76.447764.6781102.2208
Yxy64.67810.31420.2658
Hunter Lab80.422728.9377-19.0643
CIE-Lab84.317632.5885-22.8734

#fcbefe color RGB value is (252,190,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111110 11111110
Octal 374 276 376
Decimal 252 190 254
Hex FC BE FE

RGB Percentages of Color #fcbefe

%36.21
%27.30
%36.49

CMYK Percentages of Color #fcbefe

%1
%25
%0
%0

Triadic Colors of #fcbefe

#fcbefe #fefcbe #befefc

Analogous Colors of #fcbefe

#fcbefe #febee0 #dcbefe

Monochromatic Colors of #fcbefe

#fcbefe

Complementary Color

#fcbefe #c0febe

#fcbefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbefe Color CSS Codes

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

#fcbefe Text Font Color

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

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


#fcbefe Background Color

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

This div background color is #fcbefe


#fcbefe Border Color

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

This div border color is #fcbefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbefe

Related Colors


Comments

No comments written yet.

Please login to write comment.