Color Hex Logo

#fcbfaf Color Hex

#FCBFAF
(252,191,175)
0 Favorites   0 Comments

Color spaces of #fcbfaf

RGB 252191175
HSL0.030.930.84
HSV12°31°99°
CMYK 0.000.240.31   0.01
XYZ66.513561.052248.8360
Yxy61.05220.37710.3461
Hunter Lab78.135915.211017.6381
CIE-Lab82.406819.741616.5734

#fcbfaf color RGB value is (252,191,175).

#fcbfaf hex color red value is 252, green value is 191 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fcbfaf hue: 0.03 , saturation: 0.93 and the lightness value of fcbfaf is 0.84.

The process color (four color CMYK) of #fcbfaf color hex is 0.00, 0.24, 0.31, 0.01. Web safe color of #fcbfaf is #ffcc99. Color #fcbfaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111111 10101111
Octal 374 277 257
Decimal 252 191 175
Hex FC BF AF

RGB Percentages of Color #fcbfaf

%40.78
%30.91
%28.32

CMYK Percentages of Color #fcbfaf

%0
%24
%31
%1

Triadic Colors of #fcbfaf

#fcbfaf #affcbf #bfaffc

Analogous Colors of #fcbfaf

#fcbfaf #fce6af #fcafc6

Monochromatic Colors of #fcbfaf

#fcbfaf

Complementary Color

#fcbfaf #afecfc

#fcbfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbfaf Color CSS Codes

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

#fcbfaf Text Font Color

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

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


#fcbfaf Background Color

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

This div background color is #fcbfaf


#fcbfaf Border Color

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

This div border color is #fcbfaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,191,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcbfaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcbfaf;
  -webkit-box-shadow: 1px 1px 3px 2px #fcbfaf;
  box-shadow:         1px 1px 3px 2px #fcbfaf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,191,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbfaf


Comments

No comments written yet.

Please login to write comment.