Color Hex Logo

#fcbfcd Color Hex

#FCBFCD
(252,191,205)
0 Favorites   0 Comments

Color spaces of #fcbfcd

RGB 252191205
HSL0.960.910.87
HSV346°24°99°
CMYK 0.000.240.19   0.01
XYZ69.795162.364866.1166
Yxy62.36480.35200.3145
Hunter Lab78.971419.55885.6411
CIE-Lab83.107023.90691.5132

#fcbfcd color RGB value is (252,191,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111111 11001101
Octal 374 277 315
Decimal 252 191 205
Hex FC BF CD

RGB Percentages of Color #fcbfcd

%38.89
%29.48
%31.64

CMYK Percentages of Color #fcbfcd

%0
%24
%19
%1

Triadic Colors of #fcbfcd

#fcbfcd #cdfcbf #bfcdfc

Analogous Colors of #fcbfcd

#fcbfcd #fcd0bf #fcbfec

Monochromatic Colors of #fcbfcd

#fcbfcd

Complementary Color

#fcbfcd #bffcee

#fcbfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbfcd Color CSS Codes

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

#fcbfcd Text Font Color

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

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


#fcbfcd Background Color

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

This div background color is #fcbfcd


#fcbfcd Border Color

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

This div border color is #fcbfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbfcd


Comments

No comments written yet.

Please login to write comment.