Color Hex Logo

#fcbbbd Color Hex

#FCBBBD
(252,187,189)
0 Favorites   0 Comments

Color spaces of #fcbbbd

RGB 252187189
HSL0.990.920.86
HSV358°26°99°
CMYK 0.000.260.25   0.01
XYZ67.100559.910256.1714
Yxy59.91020.36630.3271
Hunter Lab77.401719.291011.1537
CIE-Lab81.789423.70518.1984

#fcbbbd color RGB value is (252,187,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111011 10111101
Octal 374 273 275
Decimal 252 187 189
Hex FC BB BD

RGB Percentages of Color #fcbbbd

%40.13
%29.78
%30.10

CMYK Percentages of Color #fcbbbd

%0
%26
%25
%1

Triadic Colors of #fcbbbd

#fcbbbd #bdfcbb #bbbdfc

Analogous Colors of #fcbbbd

#fcbbbd #fcdabb #fcbbde

Monochromatic Colors of #fcbbbd

#fcbbbd

Complementary Color

#fcbbbd #bbfcfa

#fcbbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbbbd Color CSS Codes

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

#fcbbbd Text Font Color

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

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


#fcbbbd Background Color

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

This div background color is #fcbbbd


#fcbbbd Border Color

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

This div border color is #fcbbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbbbd


Comments

No comments written yet.

Please login to write comment.