Color Hex Logo

#fcbfd7 Color Hex

#FCBFD7
(252,191,215)
0 Favorites   0 Comments

Color spaces of #fcbfd7

RGB 252191215
HSL0.930.910.87
HSV336°24°99°
CMYK 0.000.240.15   0.01
XYZ71.041462.863372.6795
Yxy62.86330.34390.3043
Hunter Lab79.286421.18661.1511
CIE-Lab83.370425.4409-3.4607

#fcbfd7 color RGB value is (252,191,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111111 11010111
Octal 374 277 327
Decimal 252 191 215
Hex FC BF D7

RGB Percentages of Color #fcbfd7

%38.30
%29.03
%32.67

CMYK Percentages of Color #fcbfd7

%0
%24
%15
%1

Triadic Colors of #fcbfd7

#fcbfd7 #d7fcbf #bfd7fc

Analogous Colors of #fcbfd7

#fcbfd7 #fcc6bf #fcbff6

Monochromatic Colors of #fcbfd7

#fcbfd7

Complementary Color

#fcbfd7 #bffce4

#fcbfd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbfd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbfd7 Color CSS Codes

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

#fcbfd7 Text Font Color

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

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


#fcbfd7 Background Color

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

This div background color is #fcbfd7


#fcbfd7 Border Color

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

This div border color is #fcbfd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbfd7


Comments

No comments written yet.

Please login to write comment.