color codes Logo

#fcbbab color codes

#FCBBAB
(252,187,171)
0 Favorites   0 Comments

Color spaces of #fcbbab

RGB 252187171
HSL0.030.930.83
HSV12°32°99°
CMYK 0.000.260.32   0.01
XYZ65.265959.176446.5104
Yxy59.17640.38180.3462
Hunter Lab76.926216.822518.0010
CIE-Lab81.388521.338017.2874

#fcbbab color RGB value is (252,187,171).

#fcbbab hex color red value is 252, green value is 187 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fcbbab hue: 0.03 , saturation: 0.93 and the lightness value of fcbbab is 0.83.

The process color (four color CMYK) of #fcbbab color code is 0.00, 0.26, 0.32, 0.01. Web safe color of #fcbbab is #ffcc99. Color #fcbbab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111011 10101011
Octal 374 273 253
Decimal 252 187 171
Hex FC BB AB

RGB Percentages of Color #fcbbab

%41.31
%30.66
%28.03

CMYK Percentages of Color #fcbbab

%0
%26
%32
%1

Triadic Colors of #fcbbab

#fcbbab #abfcbb #bbabfc

Analogous Colors of #fcbbab

#fcbbab #fce4ab #fcabc4

Monochromatic Colors of #fcbbab

#fcbbab

Complementary Color

#fcbbab #abecfc

#fcbbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbbab Color CSS Codes

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

#fcbbab Text Font Color

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

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


#fcbbab Background Color

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

This div background color is #fcbbab


#fcbbab Border Color

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

This div border color is #fcbbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbbab


Comments

No comments written yet.

Please login to write comment.