Color Hex Logo

#fbcdb0 Color Hex

#FBCDB0
(251,205,176)
0 Favorites   0 Comments

Color spaces of #fbcdb0

RGB 251205176
HSL0.060.900.84
HSV23°30°98°
CMYK 0.000.180.30   0.02
XYZ69.451567.306550.4053
Yxy67.30650.37110.3596
Hunter Lab82.04057.538421.0009
CIE-Lab85.658512.167820.5572

#fbcdb0 color RGB value is (251,205,176).

#fbcdb0 hex color red value is 251, green value is 205 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #fbcdb0 hue: 0.06 , saturation: 0.90 and the lightness value of fbcdb0 is 0.84.

The process color (four color CMYK) of #fbcdb0 color hex is 0.00, 0.18, 0.30, 0.02. Web safe color of #fbcdb0 is #ffcc99. Color #fbcdb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001101 10110000
Octal 373 315 260
Decimal 251 205 176
Hex FB CD B0

RGB Percentages of Color #fbcdb0

%39.72
%32.44
%27.85

CMYK Percentages of Color #fbcdb0

%0
%18
%30
%2

Triadic Colors of #fbcdb0

#fbcdb0 #b0fbcd #cdb0fb

Analogous Colors of #fbcdb0

#fbcdb0 #fbf3b0 #fbb0b9

Monochromatic Colors of #fbcdb0

#fbcdb0

Complementary Color

#fbcdb0 #b0defb

#fbcdb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcdb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcdb0 Color CSS Codes

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

#fbcdb0 Text Font Color

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

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


#fbcdb0 Background Color

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

This div background color is #fbcdb0


#fbcdb0 Border Color

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

This div border color is #fbcdb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcdb0


Comments

No comments written yet.

Please login to write comment.