Color Hex Logo

#fbbacc Color Hex

#FBBACC
(251,186,204)
0 Favorites   0 Comments

Color spaces of #fbbacc

RGB 251186204
HSL0.950.890.86
HSV343°26°98°
CMYK 0.000.260.19   0.02
XYZ68.241659.986765.1086
Yxy59.98670.35300.3103
Hunter Lab77.451121.73574.3741
CIE-Lab81.831026.03530.1781

#fbbacc color RGB value is (251,186,204).

#fbbacc hex color red value is 251, green value is 186 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fbbacc hue: 0.95 , saturation: 0.89 and the lightness value of fbbacc is 0.86.

The process color (four color CMYK) of #fbbacc color hex is 0.00, 0.26, 0.19, 0.02. Web safe color of #fbbacc is #ffcccc. Color #fbbacc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111010 11001100
Octal 373 272 314
Decimal 251 186 204
Hex FB BA CC

RGB Percentages of Color #fbbacc

%39.16
%29.02
%31.83

CMYK Percentages of Color #fbbacc

%0
%26
%19
%2

Triadic Colors of #fbbacc

#fbbacc #ccfbba #baccfb

Analogous Colors of #fbbacc

#fbbacc #fbc9ba #fbbaed

Monochromatic Colors of #fbbacc

#fbbacc

Complementary Color

#fbbacc #bafbe9

#fbbacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbacc Color CSS Codes

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

#fbbacc Text Font Color

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

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


#fbbacc Background Color

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

This div background color is #fbbacc


#fbbacc Border Color

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

This div border color is #fbbacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbacc


Comments

No comments written yet.

Please login to write comment.