Color Hex Logo

#fba5ca Color Hex

#FBA5CA
(251,165,202)
0 Favorites   0 Comments

Color spaces of #fba5ca

RGB 251165202
HSL0.930.910.82
HSV334°34°98°
CMYK 0.000.340.20   0.02
XYZ63.899551.683862.4852
Yxy51.68380.35880.2902
Hunter Lab71.891432.8467-1.2085
CIE-Lab77.091436.7598-5.6994

#fba5ca color RGB value is (251,165,202).

#fba5ca hex color red value is 251, green value is 165 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fba5ca hue: 0.93 , saturation: 0.91 and the lightness value of fba5ca is 0.82.

The process color (four color CMYK) of #fba5ca color hex is 0.00, 0.34, 0.20, 0.02. Web safe color of #fba5ca is #ff99cc. Color #fba5ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100101 11001010
Octal 373 245 312
Decimal 251 165 202
Hex FB A5 CA

RGB Percentages of Color #fba5ca

%40.61
%26.70
%32.69

CMYK Percentages of Color #fba5ca

%0
%34
%20
%2

Triadic Colors of #fba5ca

#fba5ca #cafba5 #a5cafb

Analogous Colors of #fba5ca

#fba5ca #fbaba5 #fba5f5

Monochromatic Colors of #fba5ca

#fba5ca

Complementary Color

#fba5ca #a5fbd6

#fba5ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba5ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba5ca Color CSS Codes

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

#fba5ca Text Font Color

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

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


#fba5ca Background Color

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

This div background color is #fba5ca


#fba5ca Border Color

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

This div border color is #fba5ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba5ca


Comments

No comments written yet.

Please login to write comment.