Color Hex Logo

#fcbfca Color Hex

#FCBFCA
(252,191,202)
0 Favorites   0 Comments

Color spaces of #fcbfca

RGB 252191202
HSL0.970.910.87
HSV349°24°99°
CMYK 0.000.240.20   0.01
XYZ69.436462.221364.2273
Yxy62.22130.35450.3176
Hunter Lab78.880519.08806.9403
CIE-Lab83.031023.46073.0108

#fcbfca color RGB value is (252,191,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111111 11001010
Octal 374 277 312
Decimal 252 191 202
Hex FC BF CA

RGB Percentages of Color #fcbfca

%39.07
%29.61
%31.32

CMYK Percentages of Color #fcbfca

%0
%24
%20
%1

Triadic Colors of #fcbfca

#fcbfca #cafcbf #bfcafc

Analogous Colors of #fcbfca

#fcbfca #fcd3bf #fcbfe9

Monochromatic Colors of #fcbfca

#fcbfca

Complementary Color

#fcbfca #bffcf1

#fcbfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbfca Color CSS Codes

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

#fcbfca Text Font Color

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

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


#fcbfca Background Color

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

This div background color is #fcbfca


#fcbfca Border Color

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

This div border color is #fcbfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbfca


Comments

No comments written yet.

Please login to write comment.