Color Hex Logo

#fbf0cd Color Hex

#FBF0CD
(251,240,205)
0 Favorites   0 Comments

Color spaces of #fbf0cd

RGB 251240205
HSL0.130.850.89
HSV46°18°98°
CMYK 0.000.040.18   0.02
XYZ81.963287.237270.2761
Yxy87.23720.34230.3643
Hunter Lab93.4009-6.810220.7700
CIE-Lab94.8388-1.837718.2608

#fbf0cd color RGB value is (251,240,205).

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

The process color (four color CMYK) of #fbf0cd color hex is 0.00, 0.04, 0.18, 0.02. Web safe color of #fbf0cd is #ffffcc. Color #fbf0cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110000 11001101
Octal 373 360 315
Decimal 251 240 205
Hex FB F0 CD

RGB Percentages of Color #fbf0cd

%36.06
%34.48
%29.45

CMYK Percentages of Color #fbf0cd

%0
%4
%18
%2

Triadic Colors of #fbf0cd

#fbf0cd #cdfbf0 #f0cdfb

Analogous Colors of #fbf0cd

#fbf0cd #effbcd #fbd9cd

Monochromatic Colors of #fbf0cd

#fbf0cd

Complementary Color

#fbf0cd #cdd8fb

#fbf0cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf0cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf0cd Color CSS Codes

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

#fbf0cd Text Font Color

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

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


#fbf0cd Background Color

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

This div background color is #fbf0cd


#fbf0cd Border Color

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

This div border color is #fbf0cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf0cd

Related Colors

#fbf0cd Color Palettes


Comments

No comments written yet.

Please login to write comment.