Color Hex Logo

#fba6cc Color Hex

#FBA6CC
(251,166,204)
0 Favorites   0 Comments

Color spaces of #fba6cc

RGB 251166204
HSL0.930.910.82
HSV333°34°98°
CMYK 0.000.340.19   0.02
XYZ64.319052.141363.8010
Yxy52.14130.35680.2893
Hunter Lab72.208932.6305-1.8401
CIE-Lab77.365336.5357-6.3857

#fba6cc color RGB value is (251,166,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100110 11001100
Octal 373 246 314
Decimal 251 166 204
Hex FB A6 CC

RGB Percentages of Color #fba6cc

%40.42
%26.73
%32.85

CMYK Percentages of Color #fba6cc

%0
%34
%19
%2

Triadic Colors of #fba6cc

#fba6cc #ccfba6 #a6ccfb

Analogous Colors of #fba6cc

#fba6cc #fbaba6 #fba6f7

Monochromatic Colors of #fba6cc

#fba6cc

Complementary Color

#fba6cc #a6fbd5

#fba6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba6cc Color CSS Codes

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

#fba6cc Text Font Color

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

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


#fba6cc Background Color

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

This div background color is #fba6cc


#fba6cc Border Color

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

This div border color is #fba6cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba6cc


Comments

No comments written yet.

Please login to write comment.