Color Hex Logo

#fcbfeb Color Hex

#FCBFEB
(252,191,235)
0 Favorites   0 Comments

Color spaces of #fcbfeb

RGB 252191235
HSL0.880.910.87
HSV317°24°99°
CMYK 0.000.240.07   0.01
XYZ73.771163.955287.0537
Yxy63.95520.32820.2845
Hunter Lab79.972024.7084-8.5599
CIE-Lab83.942428.7141-13.3116

#fcbfeb color RGB value is (252,191,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111111 11101011
Octal 374 277 353
Decimal 252 191 235
Hex FC BF EB

RGB Percentages of Color #fcbfeb

%37.17
%28.17
%34.66

CMYK Percentages of Color #fcbfeb

%0
%24
%7
%1

Triadic Colors of #fcbfeb

#fcbfeb #ebfcbf #bfebfc

Analogous Colors of #fcbfeb

#fcbfeb #fcbfcd #efbffc

Monochromatic Colors of #fcbfeb

#fcbfeb

Complementary Color

#fcbfeb #bffcd0

#fcbfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbfeb Color CSS Codes

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

#fcbfeb Text Font Color

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

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


#fcbfeb Background Color

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

This div background color is #fcbfeb


#fcbfeb Border Color

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

This div border color is #fcbfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbfeb


Comments

No comments written yet.

Please login to write comment.