Color Hex Logo

#fcb0be Color Hex

#FCB0BE
(252,176,190)
0 Favorites   0 Comments

Color spaces of #fcb0be

RGB 252176190
HSL0.970.930.84
HSV349°30°99°
CMYK 0.000.300.25   0.01
XYZ64.964555.463855.9968
Yxy55.46380.36820.3144
Hunter Lab74.474025.37807.5518
CIE-Lab79.307729.62684.0860

#fcb0be color RGB value is (252,176,190).

#fcb0be hex color red value is 252, green value is 176 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fcb0be hue: 0.97 , saturation: 0.93 and the lightness value of fcb0be is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110000 10111110
Octal 374 260 276
Decimal 252 176 190
Hex FC B0 BE

RGB Percentages of Color #fcb0be

%40.78
%28.48
%30.74

CMYK Percentages of Color #fcb0be

%0
%30
%25
%1

Triadic Colors of #fcb0be

#fcb0be #befcb0 #b0befc

Analogous Colors of #fcb0be

#fcb0be #fcc8b0 #fcb0e4

Monochromatic Colors of #fcb0be

#fcb0be

Complementary Color

#fcb0be #b0fcee

#fcb0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb0be Color CSS Codes

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

#fcb0be Text Font Color

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

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


#fcb0be Background Color

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

This div background color is #fcb0be


#fcb0be Border Color

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

This div border color is #fcb0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb0be


Comments

No comments written yet.

Please login to write comment.