Color Hex Logo

#fbcbbd Color Hex

#FBCBBD
(251,203,189)
0 Favorites   0 Comments

Color spaces of #fbcbbd

RGB 251203189
HSL0.040.890.86
HSV14°25°98°
CMYK 0.000.190.25   0.02
XYZ70.324966.895257.3497
Yxy66.89520.36140.3438
Hunter Lab81.789510.347715.6793
CIE-Lab85.451014.942113.3977

#fbcbbd color RGB value is (251,203,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001011 10111101
Octal 373 313 275
Decimal 251 203 189
Hex FB CB BD

RGB Percentages of Color #fbcbbd

%39.04
%31.57
%29.39

CMYK Percentages of Color #fbcbbd

%0
%19
%25
%2

Triadic Colors of #fbcbbd

#fbcbbd #bdfbcb #cbbdfb

Analogous Colors of #fbcbbd

#fbcbbd #fbeabd #fbbdce

Monochromatic Colors of #fbcbbd

#fbcbbd

Complementary Color

#fbcbbd #bdedfb

#fbcbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcbbd Color CSS Codes

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

#fbcbbd Text Font Color

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

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


#fbcbbd Background Color

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

This div background color is #fbcbbd


#fbcbbd Border Color

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

This div border color is #fbcbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcbbd


Comments

No comments written yet.

Please login to write comment.