Color Hex Logo

#fcc2ca Color Hex

#FCC2CA
(252,194,202)
0 Favorites   0 Comments

Color spaces of #fcc2ca

RGB 252194202
HSL0.980.910.87
HSV352°23°99°
CMYK 0.000.230.20   0.01
XYZ70.097363.543364.4477
Yxy63.54330.35390.3208
Hunter Lab79.714117.46617.8647
CIE-Lab83.727421.88294.0200

#fcc2ca color RGB value is (252,194,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000010 11001010
Octal 374 302 312
Decimal 252 194 202
Hex FC C2 CA

RGB Percentages of Color #fcc2ca

%38.89
%29.94
%31.17

CMYK Percentages of Color #fcc2ca

%0
%23
%20
%1

Triadic Colors of #fcc2ca

#fcc2ca #cafcc2 #c2cafc

Analogous Colors of #fcc2ca

#fcc2ca #fcd7c2 #fcc2e7

Monochromatic Colors of #fcc2ca

#fcc2ca

Complementary Color

#fcc2ca #c2fcf4

#fcc2ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc2ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc2ca Color CSS Codes

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

#fcc2ca Text Font Color

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

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


#fcc2ca Background Color

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

This div background color is #fcc2ca


#fcc2ca Border Color

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

This div border color is #fcc2ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc2ca


Comments

No comments written yet.

Please login to write comment.