Color Hex Logo

#fcb1de Color Hex

#FCB1DE
(252,177,222)
0 Favorites   0 Comments

Color spaces of #fcb1de

RGB 252177222
HSL0.900.930.84
HSV324°30°99°
CMYK 0.000.300.12   0.01
XYZ69.051857.413776.5498
Yxy57.41370.34010.2828
Hunter Lab75.771830.0685-6.8585
CIE-Lab80.411733.9176-11.6109

#fcb1de color RGB value is (252,177,222).

#fcb1de hex color red value is 252, green value is 177 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fcb1de hue: 0.90 , saturation: 0.93 and the lightness value of fcb1de is 0.84.

The process color (four color CMYK) of #fcb1de color hex is 0.00, 0.30, 0.12, 0.01. Web safe color of #fcb1de is #ff99cc. Color #fcb1de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110001 11011110
Octal 374 261 336
Decimal 252 177 222
Hex FC B1 DE

RGB Percentages of Color #fcb1de

%38.71
%27.19
%34.10

CMYK Percentages of Color #fcb1de

%0
%30
%12
%1

Triadic Colors of #fcb1de

#fcb1de #defcb1 #b1defc

Analogous Colors of #fcb1de

#fcb1de #fcb1b9 #f5b1fc

Monochromatic Colors of #fcb1de

#fcb1de

Complementary Color

#fcb1de #b1fccf

#fcb1de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb1de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb1de Color CSS Codes

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

#fcb1de Text Font Color

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

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


#fcb1de Background Color

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

This div background color is #fcb1de


#fcb1de Border Color

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

This div border color is #fcb1de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb1de


Comments

No comments written yet.

Please login to write comment.