Color Hex Logo

#fcadaf Color Hex

#FCADAF
(252,173,175)
0 Favorites   0 Comments

Color spaces of #fcadaf

RGB 252173175
HSL1.000.930.83
HSV358°31°99°
CMYK 0.000.310.31   0.01
XYZ62.826353.677747.6070
Yxy53.67770.38280.3271
Hunter Lab73.265124.853612.7594
CIE-Lab78.273429.198710.7421

#fcadaf color RGB value is (252,173,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 10101111
Octal 374 255 257
Decimal 252 173 175
Hex FC AD AF

RGB Percentages of Color #fcadaf

%42.00
%28.83
%29.17

CMYK Percentages of Color #fcadaf

%0
%31
%31
%1

Triadic Colors of #fcadaf

#fcadaf #affcad #adaffc

Analogous Colors of #fcadaf

#fcadaf #fcd3ad #fcadd7

Monochromatic Colors of #fcadaf

#fcadaf

Complementary Color

#fcadaf #adfcfa

#fcadaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcadaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcadaf Color CSS Codes

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

#fcadaf Text Font Color

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

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


#fcadaf Background Color

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

This div background color is #fcadaf


#fcadaf Border Color

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

This div border color is #fcadaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcadaf


Comments

No comments written yet.

Please login to write comment.