Color Hex Logo

#ffbcd6 Color Hex

#FFBCD6
(255,188,214)
0 Favorites   0 Comments

Color spaces of #ffbcd6

RGB 255188214
HSL0.941.000.87
HSV337°26°100°
CMYK 0.000.260.16   0.00
XYZ71.360862.081571.8401
Yxy62.08150.34760.3024
Hunter Lab78.791823.77961.0954
CIE-Lab82.956727.9029-3.4984

#ffbcd6 color RGB value is (255,188,214).

#ffbcd6 hex color red value is 255, green value is 188 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #ffbcd6 hue: 0.94 , saturation: 1.00 and the lightness value of ffbcd6 is 0.87.

The process color (four color CMYK) of #ffbcd6 color hex is 0.00, 0.26, 0.16, 0.00. Web safe color of #ffbcd6 is #ffcccc. Color #ffbcd6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111100 11010110
Octal 377 274 326
Decimal 255 188 214
Hex FF BC D6

RGB Percentages of Color #ffbcd6

%38.81
%28.61
%32.57

CMYK Percentages of Color #ffbcd6

%0
%26
%16
%0

Triadic Colors of #ffbcd6

#ffbcd6 #d6ffbc #bcd6ff

Analogous Colors of #ffbcd6

#ffbcd6 #ffc4bc #ffbcf8

Monochromatic Colors of #ffbcd6

#ffbcd6

Complementary Color

#ffbcd6 #bcffe5

#ffbcd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbcd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbcd6 Color CSS Codes

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

#ffbcd6 Text Font Color

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

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


#ffbcd6 Background Color

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

This div background color is #ffbcd6


#ffbcd6 Border Color

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

This div border color is #ffbcd6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,188,214, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffbcd6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffbcd6;
  -webkit-box-shadow: 1px 1px 3px 2px #ffbcd6;
  box-shadow:         1px 1px 3px 2px #ffbcd6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,188,214, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbcd6

Related Colors

#ffbcd6 Color Palettes


Comments

No comments written yet.

Please login to write comment.