Color Hex Logo

#fcc2cb Color Hex

#FCC2CB
(252,194,203)
0 Favorites   0 Comments

Color spaces of #fcc2cb

RGB 252194203
HSL0.970.910.87
HSV351°23°99°
CMYK 0.000.230.19   0.01
XYZ70.216263.590865.0734
Yxy63.59080.35310.3197
Hunter Lab79.743817.62147.4382
CIE-Lab83.752322.03113.5211

#fcc2cb color RGB value is (252,194,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000010 11001011
Octal 374 302 313
Decimal 252 194 203
Hex FC C2 CB

RGB Percentages of Color #fcc2cb

%38.83
%29.89
%31.28

CMYK Percentages of Color #fcc2cb

%0
%23
%19
%1

Triadic Colors of #fcc2cb

#fcc2cb #cbfcc2 #c2cbfc

Analogous Colors of #fcc2cb

#fcc2cb #fcd6c2 #fcc2e8

Monochromatic Colors of #fcc2cb

#fcc2cb

Complementary Color

#fcc2cb #c2fcf3

#fcc2cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc2cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc2cb Color CSS Codes

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

#fcc2cb Text Font Color

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

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


#fcc2cb Background Color

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

This div background color is #fcc2cb


#fcc2cb Border Color

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

This div border color is #fcc2cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc2cb


Comments

No comments written yet.

Please login to write comment.