Color Hex Logo

#fcbfdd Color Hex

#FCBFDD
(252,191,221)
0 Favorites   0 Comments

Color spaces of #fcbfdd

RGB 252191221
HSL0.920.910.87
HSV330°24°99°
CMYK 0.000.240.12   0.01
XYZ71.826863.177576.8154
Yxy63.17750.33910.2983
Hunter Lab79.484322.2059-1.6602
CIE-Lab83.535726.3945-6.4302

#fcbfdd color RGB value is (252,191,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111111 11011101
Octal 374 277 335
Decimal 252 191 221
Hex FC BF DD

RGB Percentages of Color #fcbfdd

%37.95
%28.77
%33.28

CMYK Percentages of Color #fcbfdd

%0
%24
%12
%1

Triadic Colors of #fcbfdd

#fcbfdd #ddfcbf #bfddfc

Analogous Colors of #fcbfdd

#fcbfdd #fcc0bf #fcbffc

Monochromatic Colors of #fcbfdd

#fcbfdd

Complementary Color

#fcbfdd #bffcde

#fcbfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbfdd Color CSS Codes

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

#fcbfdd Text Font Color

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

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


#fcbfdd Background Color

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

This div background color is #fcbfdd


#fcbfdd Border Color

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

This div border color is #fcbfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbfdd

Related Colors


Comments

No comments written yet.

Please login to write comment.