Color Hex Logo

#fcb1ec Color Hex

#FCB1EC
(252,177,236)
0 Favorites   0 Comments

Color spaces of #fcb1ec

RGB 252177236
HSL0.870.930.84
HSV313°30°99°
CMYK 0.000.300.06   0.01
XYZ71.007358.195986.8473
Yxy58.19590.32870.2694
Hunter Lab76.286232.6470-14.0977
CIE-Lab80.847636.2425-18.5007

#fcb1ec color RGB value is (252,177,236).

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

The process color (four color CMYK) of #fcb1ec color hex is 0.00, 0.30, 0.06, 0.01. Web safe color of #fcb1ec is #ff99ff. Color #fcb1ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110001 11101100
Octal 374 261 354
Decimal 252 177 236
Hex FC B1 EC

RGB Percentages of Color #fcb1ec

%37.89
%26.62
%35.49

CMYK Percentages of Color #fcb1ec

%0
%30
%6
%1

Triadic Colors of #fcb1ec

#fcb1ec #ecfcb1 #b1ecfc

Analogous Colors of #fcb1ec

#fcb1ec #fcb1c7 #e7b1fc

Monochromatic Colors of #fcb1ec

#fcb1ec

Complementary Color

#fcb1ec #b1fcc1

#fcb1ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb1ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb1ec Color CSS Codes

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

#fcb1ec Text Font Color

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

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


#fcb1ec Background Color

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

This div background color is #fcb1ec


#fcb1ec Border Color

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

This div border color is #fcb1ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb1ec

Related Colors


Comments

No comments written yet.

Please login to write comment.