Color Hex Logo

#fbb7cc Color Hex

#FBB7CC
(251,183,204)
0 Favorites   0 Comments

Color spaces of #fbb7cc

RGB 251183204
HSL0.950.890.85
HSV341°27°98°
CMYK 0.000.270.19   0.02
XYZ67.616258.735864.9001
Yxy58.73580.35350.3071
Hunter Lab76.639323.36563.4392
CIE-Lab81.146227.6151-0.8225

#fbb7cc color RGB value is (251,183,204).

#fbb7cc hex color red value is 251, green value is 183 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fbb7cc hue: 0.95 , saturation: 0.89 and the lightness value of fbb7cc is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10110111 11001100
Octal 373 267 314
Decimal 251 183 204
Hex FB B7 CC

RGB Percentages of Color #fbb7cc

%39.34
%28.68
%31.97

CMYK Percentages of Color #fbb7cc

%0
%27
%19
%2

Triadic Colors of #fbb7cc

#fbb7cc #ccfbb7 #b7ccfb

Analogous Colors of #fbb7cc

#fbb7cc #fbc4b7 #fbb7ee

Monochromatic Colors of #fbb7cc

#fbb7cc

Complementary Color

#fbb7cc #b7fbe6

#fbb7cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbb7cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbb7cc Color CSS Codes

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

#fbb7cc Text Font Color

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

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


#fbb7cc Background Color

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

This div background color is #fbb7cc


#fbb7cc Border Color

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

This div border color is #fbb7cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,183,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbb7cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbb7cc;
  -webkit-box-shadow: 1px 1px 3px 2px #fbb7cc;
  box-shadow:         1px 1px 3px 2px #fbb7cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,183,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbb7cc


Comments

No comments written yet.

Please login to write comment.