Color Hex Logo

#fbcecb Color Hex

#FBCECB
(251,206,203)
0 Favorites   0 Comments

Color spaces of #fbcecb

RGB 251206203
HSL0.010.860.89
HSV19°98°
CMYK 0.000.180.19   0.02
XYZ72.634568.963665.9830
Yxy68.96360.34990.3322
Hunter Lab83.044310.797011.0221
CIE-Lab86.486015.37837.4532

#fbcecb color RGB value is (251,206,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001110 11001011
Octal 373 316 313
Decimal 251 206 203
Hex FB CE CB

RGB Percentages of Color #fbcecb

%38.03
%31.21
%30.76

CMYK Percentages of Color #fbcecb

%0
%18
%19
%2

Triadic Colors of #fbcecb

#fbcecb #cbfbce #cecbfb

Analogous Colors of #fbcecb

#fbcecb #fbe6cb #fbcbe0

Monochromatic Colors of #fbcecb

#fbcecb

Complementary Color

#fbcecb #cbf8fb

#fbcecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcecb Color CSS Codes

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

#fbcecb Text Font Color

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

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


#fbcecb Background Color

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

This div background color is #fbcecb


#fbcecb Border Color

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

This div border color is #fbcecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcecb

Related Colors


Comments

No comments written yet.

Please login to write comment.