Color Hex Logo

#fcbefa Color Hex

#FCBEFA
(252,190,250)
0 Favorites   0 Comments

Color spaces of #fcbefa

RGB 252190250
HSL0.840.910.87
HSV302°25°99°
CMYK 0.000.250.01   0.01
XYZ75.813764.424598.8818
Yxy64.42450.31710.2694
Hunter Lab80.264928.1376-16.8565
CIE-Lab84.186331.8653-20.9438

#fcbefa color RGB value is (252,190,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111110 11111010
Octal 374 276 372
Decimal 252 190 250
Hex FC BE FA

RGB Percentages of Color #fcbefa

%36.42
%27.46
%36.13

CMYK Percentages of Color #fcbefa

%0
%25
%1
%1

Triadic Colors of #fcbefa

#fcbefa #fafcbe #befafc

Analogous Colors of #fcbefa

#fcbefa #fcbedb #dfbefc

Monochromatic Colors of #fcbefa

#fcbefa

Complementary Color

#fcbefa #befcc0

#fcbefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbefa Color CSS Codes

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

#fcbefa Text Font Color

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

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


#fcbefa Background Color

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

This div background color is #fcbefa


#fcbefa Border Color

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

This div border color is #fcbefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbefa

Related Colors


Comments

No comments written yet.

Please login to write comment.