Color Hex Logo

#ffb1ce Color Hex

#FFB1CE
(255,177,206)
0 Favorites   0 Comments

Color spaces of #ffb1ce

RGB 255177206
HSL0.941.000.85
HSV338°31°100°
CMYK 0.000.310.19   0.00
XYZ68.102757.160565.8362
Yxy57.16050.35640.2991
Hunter Lab75.604628.48041.2937
CIE-Lab80.269832.4605-3.1389

#ffb1ce color RGB value is (255,177,206).

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

The process color (four color CMYK) of #ffb1ce color hex is 0.00, 0.31, 0.19, 0.00. Web safe color of #ffb1ce is #ff99cc. Color #ffb1ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110001 11001110
Octal 377 261 316
Decimal 255 177 206
Hex FF B1 CE

RGB Percentages of Color #ffb1ce

%39.97
%27.74
%32.29

CMYK Percentages of Color #ffb1ce

%0
%31
%19
%0

Triadic Colors of #ffb1ce

#ffb1ce #ceffb1 #b1ceff

Analogous Colors of #ffb1ce

#ffb1ce #ffbbb1 #ffb1f5

Monochromatic Colors of #ffb1ce

#ffb1ce

Complementary Color

#ffb1ce #b1ffe2

#ffb1ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb1ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb1ce Color CSS Codes

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

#ffb1ce Text Font Color

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

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


#ffb1ce Background Color

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

This div background color is #ffb1ce


#ffb1ce Border Color

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

This div border color is #ffb1ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb1ce

Related Colors

#ffb1ce Color Palettes


Comments

No comments written yet.

Please login to write comment.