Color Hex Logo

#fcb7ca Color Hex

#FCB7CA
(252,183,202)
0 Favorites   0 Comments

Color spaces of #fcb7ca

RGB 252183202
HSL0.950.920.85
HSV343°27°99°
CMYK 0.000.270.20   0.01
XYZ67.739058.826763.6616
Yxy58.82670.35610.3092
Hunter Lab76.698623.42604.4769
CIE-Lab81.196227.66930.3414

#fcb7ca color RGB value is (252,183,202).

#fcb7ca hex color red value is 252, green value is 183 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fcb7ca hue: 0.95 , saturation: 0.92 and the lightness value of fcb7ca is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110111 11001010
Octal 374 267 312
Decimal 252 183 202
Hex FC B7 CA

RGB Percentages of Color #fcb7ca

%39.56
%28.73
%31.71

CMYK Percentages of Color #fcb7ca

%0
%27
%20
%1

Triadic Colors of #fcb7ca

#fcb7ca #cafcb7 #b7cafc

Analogous Colors of #fcb7ca

#fcb7ca #fcc7b7 #fcb7ed

Monochromatic Colors of #fcb7ca

#fcb7ca

Complementary Color

#fcb7ca #b7fce9

#fcb7ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb7ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb7ca Color CSS Codes

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

#fcb7ca Text Font Color

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

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


#fcb7ca Background Color

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

This div background color is #fcb7ca


#fcb7ca Border Color

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

This div border color is #fcb7ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb7ca


Comments

No comments written yet.

Please login to write comment.