Color Hex Logo

#fcbabd Color Hex

#FCBABD
(252,186,189)
0 Favorites   0 Comments

Color spaces of #fcbabd

RGB 252186189
HSL0.990.920.86
HSV357°26°99°
CMYK 0.000.260.25   0.01
XYZ66.889159.487456.1009
Yxy59.48740.36660.3260
Hunter Lab77.128119.829510.8637
CIE-Lab81.558824.23097.8680

#fcbabd color RGB value is (252,186,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111010 10111101
Octal 374 272 275
Decimal 252 186 189
Hex FC BA BD

RGB Percentages of Color #fcbabd

%40.19
%29.67
%30.14

CMYK Percentages of Color #fcbabd

%0
%26
%25
%1

Triadic Colors of #fcbabd

#fcbabd #bdfcba #babdfc

Analogous Colors of #fcbabd

#fcbabd #fcd8ba #fcbade

Monochromatic Colors of #fcbabd

#fcbabd

Complementary Color

#fcbabd #bafcf9

#fcbabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbabd Color CSS Codes

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

#fcbabd Text Font Color

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

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


#fcbabd Background Color

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

This div background color is #fcbabd


#fcbabd Border Color

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

This div border color is #fcbabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbabd


Comments

No comments written yet.

Please login to write comment.