Color Hex Logo

#fcb7db Color Hex

#FCB7DB
(252,183,219)
0 Favorites   0 Comments

Color spaces of #fcb7db

RGB 252183219
HSL0.910.920.85
HSV329°27°99°
CMYK 0.000.270.13   0.01
XYZ69.864659.676974.8544
Yxy59.67690.34180.2920
Hunter Lab77.250826.2440-3.3752
CIE-Lab81.662330.2841-8.1321

#fcb7db color RGB value is (252,183,219).

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

The process color (four color CMYK) of #fcb7db color hex is 0.00, 0.27, 0.13, 0.01. Web safe color of #fcb7db is #ffcccc. Color #fcb7db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110111 11011011
Octal 374 267 333
Decimal 252 183 219
Hex FC B7 DB

RGB Percentages of Color #fcb7db

%38.53
%27.98
%33.49

CMYK Percentages of Color #fcb7db

%0
%27
%13
%1

Triadic Colors of #fcb7db

#fcb7db #dbfcb7 #b7dbfc

Analogous Colors of #fcb7db

#fcb7db #fcb7b9 #fbb7fc

Monochromatic Colors of #fcb7db

#fcb7db

Complementary Color

#fcb7db #b7fcd8

#fcb7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb7db Color CSS Codes

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

#fcb7db Text Font Color

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

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


#fcb7db Background Color

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

This div background color is #fcb7db


#fcb7db Border Color

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

This div border color is #fcb7db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,183,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 #fcb7db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb7db


Comments

No comments written yet.

Please login to write comment.