Color Hex Logo

#fcb8dd Color Hex

#FCB8DD
(252,184,221)
0 Favorites   0 Comments

Color spaces of #fcb8dd

RGB 252184221
HSL0.910.920.85
HSV327°27°99°
CMYK 0.000.270.12   0.01
XYZ70.336560.196976.3186
Yxy60.19690.34000.2910
Hunter Lab77.586726.0432-4.0103
CIE-Lab81.945130.0786-8.7880

#fcb8dd color RGB value is (252,184,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111000 11011101
Octal 374 270 335
Decimal 252 184 221
Hex FC B8 DD

RGB Percentages of Color #fcb8dd

%38.36
%28.01
%33.64

CMYK Percentages of Color #fcb8dd

%0
%27
%12
%1

Triadic Colors of #fcb8dd

#fcb8dd #ddfcb8 #b8ddfc

Analogous Colors of #fcb8dd

#fcb8dd #fcb8bb #f9b8fc

Monochromatic Colors of #fcb8dd

#fcb8dd

Complementary Color

#fcb8dd #b8fcd7

#fcb8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb8dd Color CSS Codes

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

#fcb8dd Text Font Color

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

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


#fcb8dd Background Color

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

This div background color is #fcb8dd


#fcb8dd Border Color

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

This div border color is #fcb8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb8dd

Related Colors


Comments

No comments written yet.

Please login to write comment.