Color Hex Logo

#fbcaba Color Hex

#FBCABA
(251,202,186)
0 Favorites   0 Comments

Color spaces of #fbcaba

RGB 251202186
HSL0.040.890.86
HSV15°26°98°
CMYK 0.000.200.26   0.02
XYZ69.767166.295555.5736
Yxy66.29550.36410.3459
Hunter Lab81.422010.460516.5278
CIE-Lab85.146915.054014.5584

#fbcaba color RGB value is (251,202,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001010 10111010
Octal 373 312 272
Decimal 251 202 186
Hex FB CA BA

RGB Percentages of Color #fbcaba

%39.28
%31.61
%29.11

CMYK Percentages of Color #fbcaba

%0
%20
%26
%2

Triadic Colors of #fbcaba

#fbcaba #bafbca #cabafb

Analogous Colors of #fbcaba

#fbcaba #fbebba #fbbacb

Monochromatic Colors of #fbcaba

#fbcaba

Complementary Color

#fbcaba #baebfb

#fbcaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcaba Color CSS Codes

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

#fbcaba Text Font Color

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

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


#fbcaba Background Color

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

This div background color is #fbcaba


#fbcaba Border Color

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

This div border color is #fbcaba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,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 #fbcaba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcaba


Comments

No comments written yet.

Please login to write comment.