Color Hex Logo

#fcbde6 Color Hex

#FCBDE6
(252,189,230)
0 Favorites   0 Comments

Color spaces of #fcbde6

RGB 252189230
HSL0.890.910.86
HSV321°25°99°
CMYK 0.000.250.09   0.01
XYZ72.625462.803883.1575
Yxy62.80380.33220.2873
Hunter Lab79.248824.8959-6.7401
CIE-Lab83.339028.9238-11.5402

#fcbde6 color RGB value is (252,189,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 11100110
Octal 374 275 346
Decimal 252 189 230
Hex FC BD E6

RGB Percentages of Color #fcbde6

%37.56
%28.17
%34.28

CMYK Percentages of Color #fcbde6

%0
%25
%9
%1

Triadic Colors of #fcbde6

#fcbde6 #e6fcbd #bde6fc

Analogous Colors of #fcbde6

#fcbde6 #fcbdc7 #f3bdfc

Monochromatic Colors of #fcbde6

#fcbde6

Complementary Color

#fcbde6 #bdfcd3

#fcbde6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbde6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbde6 Color CSS Codes

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

#fcbde6 Text Font Color

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

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


#fcbde6 Background Color

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

This div background color is #fcbde6


#fcbde6 Border Color

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

This div border color is #fcbde6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbde6


Comments

No comments written yet.

Please login to write comment.