Color Hex Logo

#fccab0 Color Hex

#FCCAB0
(252,202,176)
0 Favorites   0 Comments

Color spaces of #fccab0

RGB 252202176
HSL0.060.930.84
HSV21°30°99°
CMYK 0.000.200.30   0.01
XYZ69.101966.071150.1852
Yxy66.07110.37280.3565
Hunter Lab81.28419.500620.2930
CIE-Lab85.032714.108419.7037

#fccab0 color RGB value is (252,202,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 10110000
Octal 374 312 260
Decimal 252 202 176
Hex FC CA B0

RGB Percentages of Color #fccab0

%40.00
%32.06
%27.94

CMYK Percentages of Color #fccab0

%0
%20
%30
%1

Triadic Colors of #fccab0

#fccab0 #b0fcca #cab0fc

Analogous Colors of #fccab0

#fccab0 #fcf0b0 #fcb0bc

Monochromatic Colors of #fccab0

#fccab0

Complementary Color

#fccab0 #b0e2fc

#fccab0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccab0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccab0 Color CSS Codes

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

#fccab0 Text Font Color

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

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


#fccab0 Background Color

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

This div background color is #fccab0


#fccab0 Border Color

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

This div border color is #fccab0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccab0


Comments

No comments written yet.

Please login to write comment.