Color Hex Logo

#fcbdbd Color Hex

#FCBDBD
(252,189,189)
0 Favorites   0 Comments

Color spaces of #fcbdbd

RGB 252189189
HSL0.000.910.86
HSV25°99°
CMYK 0.000.250.25   0.01
XYZ67.527860.764856.3138
Yxy60.76480.36580.3292
Hunter Lab77.951818.214811.7341
CIE-Lab82.252122.65338.8609

#fcbdbd color RGB value is (252,189,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 10111101
Octal 374 275 275
Decimal 252 189 189
Hex FC BD BD

RGB Percentages of Color #fcbdbd

%40.00
%30.00
%30.00

CMYK Percentages of Color #fcbdbd

%0
%25
%25
%1

Triadic Colors of #fcbdbd

#fcbdbd #bdfcbd #bdbdfc

Analogous Colors of #fcbdbd

#fcbdbd #fcddbd #fcbddd

Monochromatic Colors of #fcbdbd

#fcbdbd

Complementary Color

#fcbdbd #bdfcfc

#fcbdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbdbd Color CSS Codes

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

#fcbdbd Text Font Color

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

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


#fcbdbd Background Color

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

This div background color is #fcbdbd


#fcbdbd Border Color

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

This div border color is #fcbdbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,189,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 #fcbdbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbdbd

#fcbdbd Color Palettes


Comments

No comments written yet.

Please login to write comment.