Color Hex Logo

#fbbccc Color Hex

#FBBCCC
(251,188,204)
0 Favorites   0 Comments

Color spaces of #fbbccc

RGB 251188204
HSL0.960.890.86
HSV345°25°98°
CMYK 0.000.250.19   0.02
XYZ68.666060.835365.2500
Yxy60.83530.35260.3124
Hunter Lab77.997020.65084.9976
CIE-Lab82.290124.98240.8479

#fbbccc color RGB value is (251,188,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111100 11001100
Octal 373 274 314
Decimal 251 188 204
Hex FB BC CC

RGB Percentages of Color #fbbccc

%39.04
%29.24
%31.73

CMYK Percentages of Color #fbbccc

%0
%25
%19
%2

Triadic Colors of #fbbccc

#fbbccc #ccfbbc #bcccfb

Analogous Colors of #fbbccc

#fbbccc #fbccbc #fbbcec

Monochromatic Colors of #fbbccc

#fbbccc

Complementary Color

#fbbccc #bcfbeb

#fbbccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbccc Color CSS Codes

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

#fbbccc Text Font Color

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

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


#fbbccc Background Color

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

This div background color is #fbbccc


#fbbccc Border Color

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

This div border color is #fbbccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbccc

Related Colors


Comments

No comments written yet.

Please login to write comment.