Color Hex Logo

#fcbbbb Color Hex

#FCBBBB
(252,187,187)
0 Favorites   0 Comments

Color spaces of #fcbbbb

RGB 252187187
HSL0.000.920.86
HSV26°99°
CMYK 0.000.260.26   0.01
XYZ66.884859.824055.0357
Yxy59.82400.36800.3292
Hunter Lab77.346019.002111.9543
CIE-Lab81.742423.42979.2059

#fcbbbb color RGB value is (252,187,187).

#fcbbbb hex color red value is 252, green value is 187 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fcbbbb hue: 0.00 , saturation: 0.92 and the lightness value of fcbbbb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111011 10111011
Octal 374 273 273
Decimal 252 187 187
Hex FC BB BB

RGB Percentages of Color #fcbbbb

%40.26
%29.87
%29.87

CMYK Percentages of Color #fcbbbb

%0
%26
%26
%1

Triadic Colors of #fcbbbb

#fcbbbb #bbfcbb #bbbbfc

Analogous Colors of #fcbbbb

#fcbbbb #fcdcbb #fcbbdc

Monochromatic Colors of #fcbbbb

#fcbbbb

Complementary Color

#fcbbbb #bbfcfc

#fcbbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbbbb Color CSS Codes

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

#fcbbbb Text Font Color

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

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


#fcbbbb Background Color

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

This div background color is #fcbbbb


#fcbbbb Border Color

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

This div border color is #fcbbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbbbb

#fcbbbb Color Palettes


Comments

No comments written yet.

Please login to write comment.