Color Hex Logo

#ffbbcf Color Hex

#FFBBCF
(255,187,207)
0 Favorites   0 Comments

Color spaces of #ffbbcf

RGB 255187207
HSL0.951.000.87
HSV342°27°100°
CMYK 0.000.270.19   0.00
XYZ70.272861.305667.1609
Yxy61.30560.35360.3085
Hunter Lab78.297923.18343.9519
CIE-Lab82.542827.3659-0.3467

#ffbbcf color RGB value is (255,187,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111011 11001111
Octal 377 273 317
Decimal 255 187 207
Hex FF BB CF

RGB Percentages of Color #ffbbcf

%39.29
%28.81
%31.90

CMYK Percentages of Color #ffbbcf

%0
%27
%19
%0

Triadic Colors of #ffbbcf

#ffbbcf #cfffbb #bbcfff

Analogous Colors of #ffbbcf

#ffbbcf #ffc9bb #ffbbf1

Monochromatic Colors of #ffbbcf

#ffbbcf

Complementary Color

#ffbbcf #bbffeb

#ffbbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbbcf Color CSS Codes

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

#ffbbcf Text Font Color

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

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


#ffbbcf Background Color

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

This div background color is #ffbbcf


#ffbbcf Border Color

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

This div border color is #ffbbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbbcf

Related Colors


Comments

No comments written yet.

Please login to write comment.