Color Hex Logo

#fcbced Color Hex

#FCBCED
(252,188,237)
0 Favorites   0 Comments

Color spaces of #fcbced

RGB 252188237
HSL0.870.910.86
HSV314°25°99°
CMYK 0.000.250.06   0.01
XYZ73.414262.776388.3685
Yxy62.77630.32690.2796
Hunter Lab79.231526.7391-10.6653
CIE-Lab83.324530.6352-15.3068

#fcbced color RGB value is (252,188,237).

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

The process color (four color CMYK) of #fcbced color hex is 0.00, 0.25, 0.06, 0.01. Web safe color of #fcbced is #ffccff. Color #fcbced contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 11101101
Octal 374 274 355
Decimal 252 188 237
Hex FC BC ED

RGB Percentages of Color #fcbced

%37.22
%27.77
%35.01

CMYK Percentages of Color #fcbced

%0
%25
%6
%1

Triadic Colors of #fcbced

#fcbced #edfcbc #bcedfc

Analogous Colors of #fcbced

#fcbced #fcbccd #ebbcfc

Monochromatic Colors of #fcbced

#fcbced

Complementary Color

#fcbced #bcfccb

#fcbced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbced Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbced Color CSS Codes

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

#fcbced Text Font Color

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

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


#fcbced Background Color

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

This div background color is #fcbced


#fcbced Border Color

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

This div border color is #fcbced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbced


Comments

No comments written yet.

Please login to write comment.