Color Hex Logo

#fcbee1 Color Hex

#FCBEE1
(252,190,225)
0 Favorites   0 Comments

Color spaces of #fcbee1

RGB 252190225
HSL0.910.910.87
HSV326°25°99°
CMYK 0.000.250.11   0.01
XYZ72.148962.958679.5837
Yxy62.95860.33610.2933
Hunter Lab79.346523.4519-3.9248
CIE-Lab83.420627.5704-8.7423

#fcbee1 color RGB value is (252,190,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111110 11100001
Octal 374 276 341
Decimal 252 190 225
Hex FC BE E1

RGB Percentages of Color #fcbee1

%37.78
%28.49
%33.73

CMYK Percentages of Color #fcbee1

%0
%25
%11
%1

Triadic Colors of #fcbee1

#fcbee1 #e1fcbe #bee1fc

Analogous Colors of #fcbee1

#fcbee1 #fcbec2 #f8befc

Monochromatic Colors of #fcbee1

#fcbee1

Complementary Color

#fcbee1 #befcd9

#fcbee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbee1 Color CSS Codes

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

#fcbee1 Text Font Color

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

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


#fcbee1 Background Color

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

This div background color is #fcbee1


#fcbee1 Border Color

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

This div border color is #fcbee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbee1


Comments

No comments written yet.

Please login to write comment.