Color Hex Logo

#fcadbc Color Hex

#FCADBC
(252,173,188)
0 Favorites   0 Comments

Color spaces of #fcadbc

RGB 252173188
HSL0.970.930.83
HSV349°31°99°
CMYK 0.000.310.25   0.01
XYZ64.165654.213454.6593
Yxy54.21340.37080.3133
Hunter Lab73.629726.70417.5267
CIE-Lab78.586030.92464.1278

#fcadbc color RGB value is (252,173,188).

#fcadbc hex color red value is 252, green value is 173 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fcadbc hue: 0.97 , saturation: 0.93 and the lightness value of fcadbc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 10111100
Octal 374 255 274
Decimal 252 173 188
Hex FC AD BC

RGB Percentages of Color #fcadbc

%41.11
%28.22
%30.67

CMYK Percentages of Color #fcadbc

%0
%31
%25
%1

Triadic Colors of #fcadbc

#fcadbc #bcfcad #adbcfc

Analogous Colors of #fcadbc

#fcadbc #fcc6ad #fcade4

Monochromatic Colors of #fcadbc

#fcadbc

Complementary Color

#fcadbc #adfced

#fcadbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcadbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcadbc Color CSS Codes

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

#fcadbc Text Font Color

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

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


#fcadbc Background Color

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

This div background color is #fcadbc


#fcadbc Border Color

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

This div border color is #fcadbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcadbc


Comments

No comments written yet.

Please login to write comment.