Color Hex Logo

#fcacca Color Hex

#FCACCA
(252,172,202)
0 Favorites   0 Comments

Color spaces of #fcacca

RGB 252172202
HSL0.940.930.83
HSV338°32°99°
CMYK 0.000.320.20   0.01
XYZ65.558154.464862.9346
Yxy54.46480.35830.2977
Hunter Lab73.800329.41431.0995
CIE-Lab78.732033.4456-3.2683

#fcacca color RGB value is (252,172,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101100 11001010
Octal 374 254 312
Decimal 252 172 202
Hex FC AC CA

RGB Percentages of Color #fcacca

%40.26
%27.48
%32.27

CMYK Percentages of Color #fcacca

%0
%32
%20
%1

Triadic Colors of #fcacca

#fcacca #cafcac #accafc

Analogous Colors of #fcacca

#fcacca #fcb6ac #fcacf2

Monochromatic Colors of #fcacca

#fcacca

Complementary Color

#fcacca #acfcde

#fcacca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcacca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcacca Color CSS Codes

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

#fcacca Text Font Color

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

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


#fcacca Background Color

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

This div background color is #fcacca


#fcacca Border Color

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

This div border color is #fcacca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcacca


Comments

No comments written yet.

Please login to write comment.