Color Hex Logo

#ffbcd1 Color Hex

#FFBCD1
(255,188,209)
0 Favorites   0 Comments

Color spaces of #ffbcd1

RGB 255188209
HSL0.951.000.87
HSV341°26°100°
CMYK 0.000.260.18   0.00
XYZ70.731861.829968.5280
Yxy61.82990.35170.3075
Hunter Lab78.632022.96003.3710
CIE-Lab82.822927.1407-1.0112

#ffbcd1 color RGB value is (255,188,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111100 11010001
Octal 377 274 321
Decimal 255 188 209
Hex FF BC D1

RGB Percentages of Color #ffbcd1

%39.11
%28.83
%32.06

CMYK Percentages of Color #ffbcd1

%0
%26
%18
%0

Triadic Colors of #ffbcd1

#ffbcd1 #d1ffbc #bcd1ff

Analogous Colors of #ffbcd1

#ffbcd1 #ffc9bc #ffbcf3

Monochromatic Colors of #ffbcd1

#ffbcd1

Complementary Color

#ffbcd1 #bcffea

#ffbcd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbcd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbcd1 Color CSS Codes

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

#ffbcd1 Text Font Color

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

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


#ffbcd1 Background Color

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

This div background color is #ffbcd1


#ffbcd1 Border Color

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

This div border color is #ffbcd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbcd1

#ffbcd1 Color Palettes


Comments

No comments written yet.

Please login to write comment.