Color Hex Logo

#fbbbc3 Color Hex

#FBBBC3
(251,187,195)
0 Favorites   0 Comments

Color spaces of #fbbbc3

RGB 251187195
HSL0.980.890.86
HSV353°25°98°
CMYK 0.000.250.22   0.02
XYZ67.404359.990059.6564
Yxy59.99000.36040.3207
Hunter Lab77.453219.79808.5506
CIE-Lab81.832824.18895.0223

#fbbbc3 color RGB value is (251,187,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111011 11000011
Octal 373 273 303
Decimal 251 187 195
Hex FB BB C3

RGB Percentages of Color #fbbbc3

%39.65
%29.54
%30.81

CMYK Percentages of Color #fbbbc3

%0
%25
%22
%2

Triadic Colors of #fbbbc3

#fbbbc3 #c3fbbb #bbc3fb

Analogous Colors of #fbbbc3

#fbbbc3 #fbd3bb #fbbbe3

Monochromatic Colors of #fbbbc3

#fbbbc3

Complementary Color

#fbbbc3 #bbfbf3

#fbbbc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbbc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbbc3 Color CSS Codes

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

#fbbbc3 Text Font Color

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

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


#fbbbc3 Background Color

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

This div background color is #fbbbc3


#fbbbc3 Border Color

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

This div border color is #fbbbc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbbc3

Related Colors


Comments

No comments written yet.

Please login to write comment.