Color Hex Logo

#fcbdec Color Hex

#FCBDEC
(252,189,236)
0 Favorites   0 Comments

Color spaces of #fcbdec

RGB 252189236
HSL0.880.910.86
HSV315°25°99°
CMYK 0.000.250.06   0.01
XYZ73.482863.146887.6725
Yxy63.14680.32760.2815
Hunter Lab79.465025.9988-9.7883
CIE-Lab83.519629.9375-14.4794

#fcbdec color RGB value is (252,189,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 11101100
Octal 374 275 354
Decimal 252 189 236
Hex FC BD EC

RGB Percentages of Color #fcbdec

%37.22
%27.92
%34.86

CMYK Percentages of Color #fcbdec

%0
%25
%6
%1

Triadic Colors of #fcbdec

#fcbdec #ecfcbd #bdecfc

Analogous Colors of #fcbdec

#fcbdec #fcbdcd #edbdfc

Monochromatic Colors of #fcbdec

#fcbdec

Complementary Color

#fcbdec #bdfccd

#fcbdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbdec Color CSS Codes

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

#fcbdec Text Font Color

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

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


#fcbdec Background Color

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

This div background color is #fcbdec


#fcbdec Border Color

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

This div border color is #fcbdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbdec

Related Colors


Comments

No comments written yet.

Please login to write comment.