Color Hex Logo

#fcb1db Color Hex

#FCB1DB
(252,177,219)
0 Favorites   0 Comments

Color spaces of #fcb1db

RGB 252177219
HSL0.910.930.84
HSV326°30°99°
CMYK 0.000.300.13   0.01
XYZ68.653257.254274.4506
Yxy57.25420.34270.2858
Hunter Lab75.666529.5390-5.3707
CIE-Lab80.322433.4362-10.1243

#fcb1db color RGB value is (252,177,219).

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

The process color (four color CMYK) of #fcb1db color hex is 0.00, 0.30, 0.13, 0.01. Web safe color of #fcb1db is #ff99cc. Color #fcb1db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110001 11011011
Octal 374 261 333
Decimal 252 177 219
Hex FC B1 DB

RGB Percentages of Color #fcb1db

%38.89
%27.31
%33.80

CMYK Percentages of Color #fcb1db

%0
%30
%13
%1

Triadic Colors of #fcb1db

#fcb1db #dbfcb1 #b1dbfc

Analogous Colors of #fcb1db

#fcb1db #fcb1b6 #f8b1fc

Monochromatic Colors of #fcb1db

#fcb1db

Complementary Color

#fcb1db #b1fcd2

#fcb1db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb1db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb1db Color CSS Codes

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

#fcb1db Text Font Color

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

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


#fcb1db Background Color

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

This div background color is #fcb1db


#fcb1db Border Color

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

This div border color is #fcb1db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb1db


Comments

No comments written yet.

Please login to write comment.