Color Hex Logo

#fbdcd7 Color Hex

#FBDCD7
(251,220,215)
0 Favorites   0 Comments

Color spaces of #fbdcd7

RGB 251220215
HSL0.020.820.91
HSV14°98°
CMYK 0.000.120.14   0.02
XYZ77.642676.601974.9834
Yxy76.60190.33870.3342
Hunter Lab87.52255.185810.4701
CIE-Lab90.13819.91036.3800

#fbdcd7 color RGB value is (251,220,215).

#fbdcd7 hex color red value is 251, green value is 220 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #fbdcd7 hue: 0.02 , saturation: 0.82 and the lightness value of fbdcd7 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011100 11010111
Octal 373 334 327
Decimal 251 220 215
Hex FB DC D7

RGB Percentages of Color #fbdcd7

%36.59
%32.07
%31.34

CMYK Percentages of Color #fbdcd7

%0
%12
%14
%2

Triadic Colors of #fbdcd7

#fbdcd7 #d7fbdc #dcd7fb

Analogous Colors of #fbdcd7

#fbdcd7 #fbeed7 #fbd7e4

Monochromatic Colors of #fbdcd7

#fbdcd7

Complementary Color

#fbdcd7 #d7f6fb

#fbdcd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdcd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdcd7 Color CSS Codes

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

#fbdcd7 Text Font Color

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

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


#fbdcd7 Background Color

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

This div background color is #fbdcd7


#fbdcd7 Border Color

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

This div border color is #fbdcd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdcd7


Comments

No comments written yet.

Please login to write comment.