Color Hex Logo

#fcadba Color Hex

#FCADBA
(252,173,186)
0 Favorites   0 Comments

Color spaces of #fcadba

RGB 252173186
HSL0.970.930.83
HSV350°31°99°
CMYK 0.000.310.26   0.01
XYZ63.951454.127853.5315
Yxy54.12780.37270.3154
Hunter Lab73.571626.40918.3601
CIE-Lab78.536230.65075.1428

#fcadba color RGB value is (252,173,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 10111010
Octal 374 255 272
Decimal 252 173 186
Hex FC AD BA

RGB Percentages of Color #fcadba

%41.24
%28.31
%30.44

CMYK Percentages of Color #fcadba

%0
%31
%26
%1

Triadic Colors of #fcadba

#fcadba #bafcad #adbafc

Analogous Colors of #fcadba

#fcadba #fcc8ad #fcade2

Monochromatic Colors of #fcadba

#fcadba

Complementary Color

#fcadba #adfcef

#fcadba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcadba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcadba Color CSS Codes

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

#fcadba Text Font Color

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

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


#fcadba Background Color

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

This div background color is #fcadba


#fcadba Border Color

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

This div border color is #fcadba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcadba


Comments

No comments written yet.

Please login to write comment.