Color Hex Logo

#fcb8dc Color Hex

#FCB8DC
(252,184,220)
0 Favorites   0 Comments

Color spaces of #fcb8dc

RGB 252184220
HSL0.910.920.85
HSV328°27°99°
CMYK 0.000.270.13   0.01
XYZ70.203660.143775.6189
Yxy60.14370.34090.2920
Hunter Lab77.552425.8689-3.5252
CIE-Lab81.916229.9180-8.2931

#fcb8dc color RGB value is (252,184,220).

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

The process color (four color CMYK) of #fcb8dc color hex is 0.00, 0.27, 0.13, 0.01. Web safe color of #fcb8dc is #ffcccc. Color #fcb8dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111000 11011100
Octal 374 270 334
Decimal 252 184 220
Hex FC B8 DC

RGB Percentages of Color #fcb8dc

%38.41
%28.05
%33.54

CMYK Percentages of Color #fcb8dc

%0
%27
%13
%1

Triadic Colors of #fcb8dc

#fcb8dc #dcfcb8 #b8dcfc

Analogous Colors of #fcb8dc

#fcb8dc #fcb8ba #fab8fc

Monochromatic Colors of #fcb8dc

#fcb8dc

Complementary Color

#fcb8dc #b8fcd8

#fcb8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb8dc Color CSS Codes

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

#fcb8dc Text Font Color

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

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


#fcb8dc Background Color

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

This div background color is #fcb8dc


#fcb8dc Border Color

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

This div border color is #fcb8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb8dc


Comments

No comments written yet.

Please login to write comment.