Color Hex Logo

#fccaba Color Hex

#FCCABA
(252,202,186)
0 Favorites   0 Comments

Color spaces of #fccaba

RGB 252202186
HSL0.040.920.86
HSV15°26°99°
CMYK 0.000.200.26   0.01
XYZ70.128366.481755.5905
Yxy66.48170.36490.3459
Hunter Lab81.536310.836916.6522
CIE-Lab85.241515.423214.7053

#fccaba color RGB value is (252,202,186).

#fccaba hex color red value is 252, green value is 202 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fccaba hue: 0.04 , saturation: 0.92 and the lightness value of fccaba is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 10111010
Octal 374 312 272
Decimal 252 202 186
Hex FC CA BA

RGB Percentages of Color #fccaba

%39.38
%31.56
%29.06

CMYK Percentages of Color #fccaba

%0
%20
%26
%1

Triadic Colors of #fccaba

#fccaba #bafcca #cabafc

Analogous Colors of #fccaba

#fccaba #fcebba #fcbacb

Monochromatic Colors of #fccaba

#fccaba

Complementary Color

#fccaba #baecfc

#fccaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccaba Color CSS Codes

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

#fccaba Text Font Color

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

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


#fccaba Background Color

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

This div background color is #fccaba


#fccaba Border Color

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

This div border color is #fccaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccaba


Comments

No comments written yet.

Please login to write comment.