Color Hex Logo

#fcb4de Color Hex

#FCB4DE
(252,180,222)
0 Favorites   0 Comments

Color spaces of #fcb4de

RGB 252180222
HSL0.900.920.85
HSV325°29°99°
CMYK 0.000.290.12   0.01
XYZ69.651058.611976.7495
Yxy58.61190.33970.2859
Hunter Lab76.558428.4178-5.8471
CIE-Lab81.077832.3430-10.6170

#fcb4de color RGB value is (252,180,222).

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

The process color (four color CMYK) of #fcb4de color hex is 0.00, 0.29, 0.12, 0.01. Web safe color of #fcb4de is #ffcccc. Color #fcb4de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110100 11011110
Octal 374 264 336
Decimal 252 180 222
Hex FC B4 DE

RGB Percentages of Color #fcb4de

%38.53
%27.52
%33.94

CMYK Percentages of Color #fcb4de

%0
%29
%12
%1

Triadic Colors of #fcb4de

#fcb4de #defcb4 #b4defc

Analogous Colors of #fcb4de

#fcb4de #fcb4ba #f6b4fc

Monochromatic Colors of #fcb4de

#fcb4de

Complementary Color

#fcb4de #b4fcd2

#fcb4de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb4de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb4de Color CSS Codes

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

#fcb4de Text Font Color

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

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


#fcb4de Background Color

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

This div background color is #fcb4de


#fcb4de Border Color

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

This div border color is #fcb4de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,180,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 #fcb4de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb4de


Comments

No comments written yet.

Please login to write comment.