Color Hex Logo

#fcbfd4 Color Hex

#FCBFD4
(252,191,212)
0 Favorites   0 Comments

Color spaces of #fcbfd4

RGB 252191212
HSL0.940.910.87
HSV339°24°99°
CMYK 0.000.240.16   0.01
XYZ70.659462.710570.6675
Yxy62.71050.34630.3073
Hunter Lab79.190020.68912.5238
CIE-Lab83.289824.9734-1.9716

#fcbfd4 color RGB value is (252,191,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111111 11010100
Octal 374 277 324
Decimal 252 191 212
Hex FC BF D4

RGB Percentages of Color #fcbfd4

%38.47
%29.16
%32.37

CMYK Percentages of Color #fcbfd4

%0
%24
%16
%1

Triadic Colors of #fcbfd4

#fcbfd4 #d4fcbf #bfd4fc

Analogous Colors of #fcbfd4

#fcbfd4 #fcc9bf #fcbff3

Monochromatic Colors of #fcbfd4

#fcbfd4

Complementary Color

#fcbfd4 #bffce7

#fcbfd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbfd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbfd4 Color CSS Codes

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

#fcbfd4 Text Font Color

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

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


#fcbfd4 Background Color

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

This div background color is #fcbfd4


#fcbfd4 Border Color

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

This div border color is #fcbfd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbfd4


Comments

No comments written yet.

Please login to write comment.