Color Hex Logo

#fcb1ca Color Hex

#FCB1CA
(252,177,202)
0 Favorites   0 Comments

Color spaces of #fcb1ca

RGB 252177202
HSL0.940.930.84
HSV340°30°99°
CMYK 0.000.300.20   0.01
XYZ66.527756.404063.2578
Yxy56.40400.35730.3029
Hunter Lab75.102626.69012.6327
CIE-Lab79.843230.8232-1.6371

#fcb1ca color RGB value is (252,177,202).

#fcb1ca hex color red value is 252, green value is 177 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fcb1ca hue: 0.94 , saturation: 0.93 and the lightness value of fcb1ca is 0.84.

The process color (four color CMYK) of #fcb1ca color hex is 0.00, 0.30, 0.20, 0.01. Web safe color of #fcb1ca is #ff99cc. Color #fcb1ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110001 11001010
Octal 374 261 312
Decimal 252 177 202
Hex FC B1 CA

RGB Percentages of Color #fcb1ca

%39.94
%28.05
%32.01

CMYK Percentages of Color #fcb1ca

%0
%30
%20
%1

Triadic Colors of #fcb1ca

#fcb1ca #cafcb1 #b1cafc

Analogous Colors of #fcb1ca

#fcb1ca #fcbeb1 #fcb1f0

Monochromatic Colors of #fcb1ca

#fcb1ca

Complementary Color

#fcb1ca #b1fce3

#fcb1ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb1ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb1ca Color CSS Codes

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

#fcb1ca Text Font Color

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

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


#fcb1ca Background Color

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

This div background color is #fcb1ca


#fcb1ca Border Color

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

This div border color is #fcb1ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb1ca

Related Colors


Comments

No comments written yet.

Please login to write comment.