Color Hex Logo

#fccab2 Color Hex

#FCCAB2
(252,202,178)
0 Favorites   0 Comments

Color spaces of #fccab2

RGB 252202178
HSL0.050.930.84
HSV19°29°99°
CMYK 0.000.200.29   0.01
XYZ69.301366.150951.2353
Yxy66.15090.37120.3543
Hunter Lab81.33329.760819.5839
CIE-Lab85.073314.365218.7037

#fccab2 color RGB value is (252,202,178).

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

The process color (four color CMYK) of #fccab2 color hex is 0.00, 0.20, 0.29, 0.01. Web safe color of #fccab2 is #ffcc99. Color #fccab2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 10110010
Octal 374 312 262
Decimal 252 202 178
Hex FC CA B2

RGB Percentages of Color #fccab2

%39.87
%31.96
%28.16

CMYK Percentages of Color #fccab2

%0
%20
%29
%1

Triadic Colors of #fccab2

#fccab2 #b2fcca #cab2fc

Analogous Colors of #fccab2

#fccab2 #fcefb2 #fcb2bf

Monochromatic Colors of #fccab2

#fccab2

Complementary Color

#fccab2 #b2e4fc

#fccab2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccab2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccab2 Color CSS Codes

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

#fccab2 Text Font Color

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

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


#fccab2 Background Color

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

This div background color is #fccab2


#fccab2 Border Color

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

This div border color is #fccab2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccab2

Related Colors


Comments

No comments written yet.

Please login to write comment.