Color Hex Logo

#fba8cb Color Hex

#FBA8CB
(251,168,203)
0 Favorites   0 Comments

Color spaces of #fba8cb

RGB 251168203
HSL0.930.910.82
HSV335°33°98°
CMYK 0.000.330.19   0.02
XYZ64.565852.826363.2934
Yxy52.82630.35730.2924
Hunter Lab72.681731.3751-0.7543
CIE-Lab77.772335.3418-5.2389

#fba8cb color RGB value is (251,168,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101000 11001011
Octal 373 250 313
Decimal 251 168 203
Hex FB A8 CB

RGB Percentages of Color #fba8cb

%40.35
%27.01
%32.64

CMYK Percentages of Color #fba8cb

%0
%33
%19
%2

Triadic Colors of #fba8cb

#fba8cb #cbfba8 #a8cbfb

Analogous Colors of #fba8cb

#fba8cb #fbafa8 #fba8f5

Monochromatic Colors of #fba8cb

#fba8cb

Complementary Color

#fba8cb #a8fbd8

#fba8cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba8cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba8cb Color CSS Codes

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

#fba8cb Text Font Color

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

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


#fba8cb Background Color

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

This div background color is #fba8cb


#fba8cb Border Color

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

This div border color is #fba8cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba8cb


Comments

No comments written yet.

Please login to write comment.