Color Hex Logo

#fba8cc Color Hex

#FBA8CC
(251,168,204)
0 Favorites   0 Comments

Color spaces of #fba8cc

RGB 251168204
HSL0.930.910.82
HSV334°33°98°
CMYK 0.000.330.19   0.02
XYZ64.685452.874163.9232
Yxy52.87410.35640.2913
Hunter Lab72.714631.5394-1.2215
CIE-Lab77.800635.4912-5.7419

#fba8cc color RGB value is (251,168,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101000 11001100
Octal 373 250 314
Decimal 251 168 204
Hex FB A8 CC

RGB Percentages of Color #fba8cc

%40.29
%26.97
%32.74

CMYK Percentages of Color #fba8cc

%0
%33
%19
%2

Triadic Colors of #fba8cc

#fba8cc #ccfba8 #a8ccfb

Analogous Colors of #fba8cc

#fba8cc #fbaea8 #fba8f6

Monochromatic Colors of #fba8cc

#fba8cc

Complementary Color

#fba8cc #a8fbd7

#fba8cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba8cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba8cc Color CSS Codes

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

#fba8cc Text Font Color

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

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


#fba8cc Background Color

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

This div background color is #fba8cc


#fba8cc Border Color

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

This div border color is #fba8cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba8cc


Comments

No comments written yet.

Please login to write comment.