Color Hex Logo

#fbd5cd Color Hex

#FBD5CD
(251,213,205)
0 Favorites   0 Comments

Color spaces of #fbd5cd

RGB 251213205
HSL0.030.850.89
HSV10°18°98°
CMYK 0.000.150.18   0.02
XYZ74.597472.505567.8209
Yxy72.50550.34710.3374
Hunter Lab85.15027.365512.3815
CIE-Lab88.211312.02298.8708

#fbd5cd color RGB value is (251,213,205).

#fbd5cd hex color red value is 251, green value is 213 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fbd5cd hue: 0.03 , saturation: 0.85 and the lightness value of fbd5cd is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010101 11001101
Octal 373 325 315
Decimal 251 213 205
Hex FB D5 CD

RGB Percentages of Color #fbd5cd

%37.52
%31.84
%30.64

CMYK Percentages of Color #fbd5cd

%0
%15
%18
%2

Triadic Colors of #fbd5cd

#fbd5cd #cdfbd5 #d5cdfb

Analogous Colors of #fbd5cd

#fbd5cd #fbeccd #fbcddc

Monochromatic Colors of #fbd5cd

#fbd5cd

Complementary Color

#fbd5cd #cdf3fb

#fbd5cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd5cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd5cd Color CSS Codes

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

#fbd5cd Text Font Color

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

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


#fbd5cd Background Color

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

This div background color is #fbd5cd


#fbd5cd Border Color

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

This div border color is #fbd5cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd5cd

#fbd5cd Color Palettes


Comments

No comments written yet.

Please login to write comment.