Color Hex Logo

#fcc3ca Color Hex

#FCC3CA
(252,195,202)
0 Favorites   0 Comments

Color spaces of #fcc3ca

RGB 252195202
HSL0.980.900.88
HSV353°23°99°
CMYK 0.000.230.20   0.01
XYZ70.320763.989964.5221
Yxy63.98990.35370.3218
Hunter Lab79.993716.92658.1729
CIE-Lab83.960521.35764.3572

#fcc3ca color RGB value is (252,195,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000011 11001010
Octal 374 303 312
Decimal 252 195 202
Hex FC C3 CA

RGB Percentages of Color #fcc3ca

%38.83
%30.05
%31.12

CMYK Percentages of Color #fcc3ca

%0
%23
%20
%1

Triadic Colors of #fcc3ca

#fcc3ca #cafcc3 #c3cafc

Analogous Colors of #fcc3ca

#fcc3ca #fcd9c3 #fcc3e7

Monochromatic Colors of #fcc3ca

#fcc3ca

Complementary Color

#fcc3ca #c3fcf5

#fcc3ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc3ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc3ca Color CSS Codes

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

#fcc3ca Text Font Color

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

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


#fcc3ca Background Color

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

This div background color is #fcc3ca


#fcc3ca Border Color

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

This div border color is #fcc3ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc3ca

Related Colors


Comments

No comments written yet.

Please login to write comment.