Color Hex Logo

#fbcfb8 Color Hex

#FBCFB8
(251,207,184)
0 Favorites   0 Comments

Color spaces of #fbcfb8

RGB 251207184
HSL0.060.890.85
HSV21°27°98°
CMYK 0.000.180.27   0.02
XYZ70.748268.595654.8588
Yxy68.59560.36430.3532
Hunter Lab82.82257.538118.7040
CIE-Lab86.303412.173517.2405

#fbcfb8 color RGB value is (251,207,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001111 10111000
Octal 373 317 270
Decimal 251 207 184
Hex FB CF B8

RGB Percentages of Color #fbcfb8

%39.10
%32.24
%28.66

CMYK Percentages of Color #fbcfb8

%0
%18
%27
%2

Triadic Colors of #fbcfb8

#fbcfb8 #b8fbcf #cfb8fb

Analogous Colors of #fbcfb8

#fbcfb8 #fbf1b8 #fbb8c3

Monochromatic Colors of #fbcfb8

#fbcfb8

Complementary Color

#fbcfb8 #b8e4fb

#fbcfb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcfb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcfb8 Color CSS Codes

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

#fbcfb8 Text Font Color

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

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


#fbcfb8 Background Color

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

This div background color is #fbcfb8


#fbcfb8 Border Color

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

This div border color is #fbcfb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcfb8


Comments

No comments written yet.

Please login to write comment.