Color Hex Logo

#fba9c4 Color Hex

#FBA9C4
(251,169,196)
0 Favorites   0 Comments

Color spaces of #fba9c4

RGB 251169196
HSL0.950.910.82
HSV340°33°98°
CMYK 0.000.330.22   0.02
XYZ63.935452.870759.0599
Yxy52.87070.36350.3006
Hunter Lab72.712229.70752.7408
CIE-Lab77.798633.7934-1.3859

#fba9c4 color RGB value is (251,169,196).

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

The process color (four color CMYK) of #fba9c4 color hex is 0.00, 0.33, 0.22, 0.02. Web safe color of #fba9c4 is #ff99cc. Color #fba9c4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101001 11000100
Octal 373 251 304
Decimal 251 169 196
Hex FB A9 C4

RGB Percentages of Color #fba9c4

%40.75
%27.44
%31.82

CMYK Percentages of Color #fba9c4

%0
%33
%22
%2

Triadic Colors of #fba9c4

#fba9c4 #c4fba9 #a9c4fb

Analogous Colors of #fba9c4

#fba9c4 #fbb7a9 #fba9ed

Monochromatic Colors of #fba9c4

#fba9c4

Complementary Color

#fba9c4 #a9fbe0

#fba9c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba9c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba9c4 Color CSS Codes

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

#fba9c4 Text Font Color

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

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


#fba9c4 Background Color

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

This div background color is #fba9c4


#fba9c4 Border Color

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

This div border color is #fba9c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba9c4


Comments

No comments written yet.

Please login to write comment.