Color Hex Logo

#fcbee7 Color Hex

#FCBEE7
(252,190,231)
0 Favorites   0 Comments

Color spaces of #fcbee7

RGB 252190231
HSL0.890.910.87
HSV320°25°99°
CMYK 0.000.250.08   0.01
XYZ72.982163.291983.9713
Yxy63.29190.33140.2874
Hunter Lab79.556224.5263-6.8910
CIE-Lab83.595728.5645-11.6921

#fcbee7 color RGB value is (252,190,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111110 11100111
Octal 374 276 347
Decimal 252 190 231
Hex FC BE E7

RGB Percentages of Color #fcbee7

%37.44
%28.23
%34.32

CMYK Percentages of Color #fcbee7

%0
%25
%8
%1

Triadic Colors of #fcbee7

#fcbee7 #e7fcbe #bee7fc

Analogous Colors of #fcbee7

#fcbee7 #fcbec8 #f2befc

Monochromatic Colors of #fcbee7

#fcbee7

Complementary Color

#fcbee7 #befcd3

#fcbee7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbee7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbee7 Color CSS Codes

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

#fcbee7 Text Font Color

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

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


#fcbee7 Background Color

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

This div background color is #fcbee7


#fcbee7 Border Color

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

This div border color is #fcbee7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbee7

Related Colors


Comments

No comments written yet.

Please login to write comment.