Color Hex Logo

#fcbfae Color Hex

#FCBFAE
(252,191,174)
0 Favorites   0 Comments

Color spaces of #fcbfae

RGB 252191174
HSL0.040.930.84
HSV13°31°99°
CMYK 0.000.240.31   0.01
XYZ66.415761.013048.3206
Yxy61.01300.37790.3472
Hunter Lab78.110815.080217.9998
CIE-Lab82.385719.614717.0776

#fcbfae color RGB value is (252,191,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111111 10101110
Octal 374 277 256
Decimal 252 191 174
Hex FC BF AE

RGB Percentages of Color #fcbfae

%40.84
%30.96
%28.20

CMYK Percentages of Color #fcbfae

%0
%24
%31
%1

Triadic Colors of #fcbfae

#fcbfae #aefcbf #bfaefc

Analogous Colors of #fcbfae

#fcbfae #fce6ae #fcaec4

Monochromatic Colors of #fcbfae

#fcbfae

Complementary Color

#fcbfae #aeebfc

#fcbfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbfae Color CSS Codes

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

#fcbfae Text Font Color

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

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


#fcbfae Background Color

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

This div background color is #fcbfae


#fcbfae Border Color

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

This div border color is #fcbfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbfae


Comments

No comments written yet.

Please login to write comment.