Color Hex Logo

#fcbece Color Hex

#FCBECE
(252,190,206)
1 Favorites   0 Comments

Color spaces of #fcbece

RGB 252190206
HSL0.960.910.87
HSV345°25°99°
CMYK 0.000.250.18   0.01
XYZ69.698961.978666.6821
Yxy61.97860.35140.3125
Hunter Lab78.726520.26004.8893
CIE-Lab82.902024.58320.6782

#fcbece color RGB value is (252,190,206).

#fcbece hex color red value is 252, green value is 190 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fcbece hue: 0.96 , saturation: 0.91 and the lightness value of fcbece is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111110 11001110
Octal 374 276 316
Decimal 252 190 206
Hex FC BE CE

RGB Percentages of Color #fcbece

%38.89
%29.32
%31.79

CMYK Percentages of Color #fcbece

%0
%25
%18
%1

Triadic Colors of #fcbece

#fcbece #cefcbe #becefc

Analogous Colors of #fcbece

#fcbece #fccdbe #fcbeed

Monochromatic Colors of #fcbece

#fcbece

Complementary Color

#fcbece #befcec

#fcbece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbece Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbece Color CSS Codes

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

#fcbece Text Font Color

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

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


#fcbece Background Color

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

This div background color is #fcbece


#fcbece Border Color

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

This div border color is #fcbece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbece


Comments

No comments written yet.

Please login to write comment.