Color Hex Logo

#fbddcb Color Hex

#FBDDCB
(251,221,203)
0 Favorites   0 Comments

Color spaces of #fbddcb

RGB 251221203
HSL0.060.860.89
HSV23°19°98°
CMYK 0.000.120.19   0.02
XYZ76.419676.533967.2447
Yxy76.53390.34700.3476
Hunter Lab87.48372.828715.6650
CIE-Lab90.10677.578612.6237

#fbddcb color RGB value is (251,221,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011101 11001011
Octal 373 335 313
Decimal 251 221 203
Hex FB DD CB

RGB Percentages of Color #fbddcb

%37.19
%32.74
%30.07

CMYK Percentages of Color #fbddcb

%0
%12
%19
%2

Triadic Colors of #fbddcb

#fbddcb #cbfbdd #ddcbfb

Analogous Colors of #fbddcb

#fbddcb #fbf5cb #fbcbd1

Monochromatic Colors of #fbddcb

#fbddcb

Complementary Color

#fbddcb #cbe9fb

#fbddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbddcb Color CSS Codes

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

#fbddcb Text Font Color

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

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


#fbddcb Background Color

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

This div background color is #fbddcb


#fbddcb Border Color

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

This div border color is #fbddcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbddcb


Comments

No comments written yet.

Please login to write comment.