Color Hex Logo

#fcbeff Color Hex

#FCBEFF
(252,190,255)
0 Favorites   0 Comments

Color spaces of #fcbeff

RGB 252190255
HSL0.831.000.87
HSV297°25°100°
CMYK 0.010.250.00   0.00
XYZ76.608364.7424103.0666
Yxy64.74240.31340.2649
Hunter Lab80.462729.1397-19.6222
CIE-Lab84.350832.7706-23.3547

#fcbeff color RGB value is (252,190,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111110 11111111
Octal 374 276 377
Decimal 252 190 255
Hex FC BE FF

RGB Percentages of Color #fcbeff

%36.15
%27.26
%36.59

CMYK Percentages of Color #fcbeff

%1
%25
%0
%0

Triadic Colors of #fcbeff

#fcbeff #fffcbe #befffc

Analogous Colors of #fcbeff

#fcbeff #ffbee2 #dcbeff

Monochromatic Colors of #fcbeff

#fcbeff

Complementary Color

#fcbeff #c1ffbe

#fcbeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbeff Color CSS Codes

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

#fcbeff Text Font Color

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

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


#fcbeff Background Color

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

This div background color is #fcbeff


#fcbeff Border Color

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

This div border color is #fcbeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbeff

Related Colors


Comments

No comments written yet.

Please login to write comment.