Color Hex Logo

#fbcccb Color Hex

#FBCCCB
(251,204,203)
0 Favorites   0 Comments

Color spaces of #fbcccb

RGB 251204203
HSL0.000.860.89
HSV19°98°
CMYK 0.000.190.19   0.02
XYZ72.156068.006865.8235
Yxy68.00680.35030.3302
Hunter Lab82.466211.867410.4018
CIE-Lab86.009816.42476.7687

#fbcccb color RGB value is (251,204,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001100 11001011
Octal 373 314 313
Decimal 251 204 203
Hex FB CC CB

RGB Percentages of Color #fbcccb

%38.15
%31.00
%30.85

CMYK Percentages of Color #fbcccb

%0
%19
%19
%2

Triadic Colors of #fbcccb

#fbcccb #cbfbcc #cccbfb

Analogous Colors of #fbcccb

#fbcccb #fbe4cb #fbcbe2

Monochromatic Colors of #fbcccb

#fbcccb

Complementary Color

#fbcccb #cbfafb

#fbcccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcccb Color CSS Codes

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

#fbcccb Text Font Color

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

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


#fbcccb Background Color

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

This div background color is #fbcccb


#fbcccb Border Color

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

This div border color is #fbcccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcccb


Comments

No comments written yet.

Please login to write comment.