Color Hex Logo

#fbcbcc Color Hex

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

Color spaces of #fbcbcc

RGB 251203204
HSL1.000.860.89
HSV359°19°98°
CMYK 0.000.190.19   0.02
XYZ72.038767.580766.3743
Yxy67.58070.34970.3281
Hunter Lab82.207512.55719.6745
CIE-Lab85.796417.09775.9302

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

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

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

Base Numbers

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

RGB Percentages of Color #fbcbcc

%38.15
%30.85
%31.00

CMYK Percentages of Color #fbcbcc

%0
%19
%19
%2

Triadic Colors of #fbcbcc

#fbcbcc #ccfbcb #cbccfb

Analogous Colors of #fbcbcc

#fbcbcc #fbe2cb #fbcbe4

Monochromatic Colors of #fbcbcc

#fbcbcc

Complementary Color

#fbcbcc #cbfbfa

#fbcbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcbcc Color CSS Codes

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

#fbcbcc Text Font Color

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

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


#fbcbcc Background Color

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

This div background color is #fbcbcc


#fbcbcc Border Color

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

This div border color is #fbcbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcbcc


Comments

No comments written yet.

Please login to write comment.