Color Hex Logo

#fbcfab Color Hex

#FBCFAB
(251,207,171)
0 Favorites   0 Comments

Color spaces of #fbcfab

RGB 251207171
HSL0.080.910.83
HSV27°32°98°
CMYK 0.000.180.32   0.02
XYZ69.447268.075248.0076
Yxy68.07520.37430.3669
Hunter Lab82.50775.856023.2571
CIE-Lab86.044010.496723.7151

#fbcfab color RGB value is (251,207,171).

#fbcfab hex color red value is 251, green value is 207 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fbcfab hue: 0.08 , saturation: 0.91 and the lightness value of fbcfab is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001111 10101011
Octal 373 317 253
Decimal 251 207 171
Hex FB CF AB

RGB Percentages of Color #fbcfab

%39.90
%32.91
%27.19

CMYK Percentages of Color #fbcfab

%0
%18
%32
%2

Triadic Colors of #fbcfab

#fbcfab #abfbcf #cfabfb

Analogous Colors of #fbcfab

#fbcfab #fbf7ab #fbabaf

Monochromatic Colors of #fbcfab

#fbcfab

Complementary Color

#fbcfab #abd7fb

#fbcfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbcfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbcfab Color CSS Codes

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

#fbcfab Text Font Color

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

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


#fbcfab Background Color

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

This div background color is #fbcfab


#fbcfab Border Color

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

This div border color is #fbcfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbcfab


Comments

No comments written yet.

Please login to write comment.