Color Hex Logo

#fcbcea Color Hex

#FCBCEA
(252,188,234)
0 Favorites   0 Comments

Color spaces of #fcbcea

RGB 252188234
HSL0.880.910.86
HSV317°25°99°
CMYK 0.000.250.07   0.01
XYZ72.979462.602486.0789
Yxy62.60240.32920.2824
Hunter Lab79.121726.1800-9.1182
CIE-Lab83.232730.1235-13.8397

#fcbcea color RGB value is (252,188,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 11101010
Octal 374 274 352
Decimal 252 188 234
Hex FC BC EA

RGB Percentages of Color #fcbcea

%37.39
%27.89
%34.72

CMYK Percentages of Color #fcbcea

%0
%25
%7
%1

Triadic Colors of #fcbcea

#fcbcea #eafcbc #bceafc

Analogous Colors of #fcbcea

#fcbcea #fcbcca #eebcfc

Monochromatic Colors of #fcbcea

#fcbcea

Complementary Color

#fcbcea #bcfcce

#fcbcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbcea Color CSS Codes

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

#fcbcea Text Font Color

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

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


#fcbcea Background Color

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

This div background color is #fcbcea


#fcbcea Border Color

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

This div border color is #fcbcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbcea


Comments

No comments written yet.

Please login to write comment.