Color Hex Logo

#fbdebc Color Hex

#FBDEBC
(251,222,188)
0 Favorites   0 Comments

Color spaces of #fbdebc

RGB 251222188
HSL0.090.890.86
HSV32°25°98°
CMYK 0.000.120.25   0.02
XYZ74.982076.382658.3683
Yxy76.38260.35750.3642
Hunter Lab87.39710.198321.5811
CIE-Lab90.03674.946320.3534

#fbdebc color RGB value is (251,222,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011110 10111100
Octal 373 336 274
Decimal 251 222 188
Hex FB DE BC

RGB Percentages of Color #fbdebc

%37.97
%33.59
%28.44

CMYK Percentages of Color #fbdebc

%0
%12
%25
%2

Triadic Colors of #fbdebc

#fbdebc #bcfbde #debcfb

Analogous Colors of #fbdebc

#fbdebc #f9fbbc #fbbfbc

Monochromatic Colors of #fbdebc

#fbdebc

Complementary Color

#fbdebc #bcd9fb

#fbdebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdebc Color CSS Codes

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

#fbdebc Text Font Color

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

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


#fbdebc Background Color

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

This div background color is #fbdebc


#fbdebc Border Color

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

This div border color is #fbdebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdebc

Related Colors


Comments

No comments written yet.

Please login to write comment.