Color Hex Logo

#fccac3 Color Hex

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

Color spaces of #fccac3

RGB 252202195
HSL0.020.900.88
HSV23°99°
CMYK 0.000.200.23   0.01
XYZ71.115766.876660.7900
Yxy66.87660.35780.3364
Hunter Lab81.778112.115113.1713
CIE-Lab85.441616.671510.2143

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

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

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

Base Numbers

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

RGB Percentages of Color #fccac3

%38.83
%31.12
%30.05

CMYK Percentages of Color #fccac3

%0
%20
%23
%1

Triadic Colors of #fccac3

#fccac3 #c3fcca #cac3fc

Analogous Colors of #fccac3

#fccac3 #fce7c3 #fcc3d9

Monochromatic Colors of #fccac3

#fccac3

Complementary Color

#fccac3 #c3f5fc

#fccac3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccac3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccac3 Color CSS Codes

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

#fccac3 Text Font Color

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

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


#fccac3 Background Color

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

This div background color is #fccac3


#fccac3 Border Color

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

This div border color is #fccac3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccac3

Related Colors


Comments

No comments written yet.

Please login to write comment.