Color Hex Logo

#fcbdae Color Hex

#FCBDAE
(252,189,174)
0 Favorites   0 Comments

Color spaces of #fcbdae

RGB 252189174
HSL0.030.930.84
HSV12°31°99°
CMYK 0.000.250.31   0.01
XYZ65.982560.146648.1762
Yxy60.14660.37850.3451
Hunter Lab77.554216.146417.4574
CIE-Lab81.917820.664916.4229

#fcbdae color RGB value is (252,189,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 10101110
Octal 374 275 256
Decimal 252 189 174
Hex FC BD AE

RGB Percentages of Color #fcbdae

%40.98
%30.73
%28.29

CMYK Percentages of Color #fcbdae

%0
%25
%31
%1

Triadic Colors of #fcbdae

#fcbdae #aefcbd #bdaefc

Analogous Colors of #fcbdae

#fcbdae #fce4ae #fcaec6

Monochromatic Colors of #fcbdae

#fcbdae

Complementary Color

#fcbdae #aeedfc

#fcbdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbdae Color CSS Codes

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

#fcbdae Text Font Color

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

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


#fcbdae Background Color

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

This div background color is #fcbdae


#fcbdae Border Color

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

This div border color is #fcbdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbdae

Related Colors


Comments

No comments written yet.

Please login to write comment.