Color Hex Logo

#ffbbc1 Color Hex

#FFBBC1
(255,187,193)
0 Favorites   0 Comments

Color spaces of #ffbbc1

RGB 255187193
HSL0.991.000.87
HSV355°27°100°
CMYK 0.000.270.24   0.00
XYZ68.636060.650958.5414
Yxy60.65090.36540.3229
Hunter Lab77.878721.02789.9468
CIE-Lab82.190725.34556.6654

#ffbbc1 color RGB value is (255,187,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111011 11000001
Octal 377 273 301
Decimal 255 187 193
Hex FF BB C1

RGB Percentages of Color #ffbbc1

%40.16
%29.45
%30.39

CMYK Percentages of Color #ffbbc1

%0
%27
%24
%0

Triadic Colors of #ffbbc1

#ffbbc1 #c1ffbb #bbc1ff

Analogous Colors of #ffbbc1

#ffbbc1 #ffd7bb #ffbbe3

Monochromatic Colors of #ffbbc1

#ffbbc1

Complementary Color

#ffbbc1 #bbfff9

#ffbbc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbbc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbbc1 Color CSS Codes

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

#ffbbc1 Text Font Color

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

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


#ffbbc1 Background Color

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

This div background color is #ffbbc1


#ffbbc1 Border Color

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

This div border color is #ffbbc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbbc1

Related Colors


Comments

No comments written yet.

Please login to write comment.