Color Hex Logo

#fcbbc9 Color Hex

#FCBBC9
(252,187,201)
0 Favorites   0 Comments

Color spaces of #fcbbc9

RGB 252187201
HSL0.960.920.86
HSV347°26°99°
CMYK 0.000.260.20   0.01
XYZ68.457860.453163.3188
Yxy60.45310.35610.3145
Hunter Lab77.751621.09836.1419
CIE-Lab82.083925.41752.1725

#fcbbc9 color RGB value is (252,187,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111011 11001001
Octal 374 273 311
Decimal 252 187 201
Hex FC BB C9

RGB Percentages of Color #fcbbc9

%39.38
%29.22
%31.41

CMYK Percentages of Color #fcbbc9

%0
%26
%20
%1

Triadic Colors of #fcbbc9

#fcbbc9 #c9fcbb #bbc9fc

Analogous Colors of #fcbbc9

#fcbbc9 #fccebb #fcbbea

Monochromatic Colors of #fcbbc9

#fcbbc9

Complementary Color

#fcbbc9 #bbfcee

#fcbbc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbbc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbbc9 Color CSS Codes

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

#fcbbc9 Text Font Color

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

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


#fcbbc9 Background Color

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

This div background color is #fcbbc9


#fcbbc9 Border Color

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

This div border color is #fcbbc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbbc9


Comments

No comments written yet.

Please login to write comment.