Color Hex Logo

#fccace Color Hex

#FCCACE
(252,202,206)
0 Favorites   0 Comments

Color spaces of #fccace

RGB 252202206
HSL0.990.890.89
HSV355°20°99°
CMYK 0.000.200.18   0.01
XYZ72.406067.392767.5844
Yxy67.39270.34910.3250
Hunter Lab82.093113.77408.6537
CIE-Lab85.701918.27844.7429

#fccace color RGB value is (252,202,206).

#fccace hex color red value is 252, green value is 202 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fccace hue: 0.99 , saturation: 0.89 and the lightness value of fccace is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 11001110
Octal 374 312 316
Decimal 252 202 206
Hex FC CA CE

RGB Percentages of Color #fccace

%38.18
%30.61
%31.21

CMYK Percentages of Color #fccace

%0
%20
%18
%1

Triadic Colors of #fccace

#fccace #cefcca #cacefc

Analogous Colors of #fccace

#fccace #fcdfca #fccae7

Monochromatic Colors of #fccace

#fccace

Complementary Color

#fccace #cafcf8

#fccace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccace Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccace Color CSS Codes

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

#fccace Text Font Color

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

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


#fccace Background Color

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

This div background color is #fccace


#fccace Border Color

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

This div border color is #fccace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccace

Related Colors


Comments

No comments written yet.

Please login to write comment.