Color Hex Logo

#fcadfc Color Hex

#FCADFC
(252,173,252)
0 Favorites   0 Comments

Color spaces of #fcadfc

RGB 252173252
HSL0.830.930.83
HSV300°31°99°
CMYK 0.000.310.00   0.01
XYZ72.659157.610999.3859
Yxy57.61090.31640.2509
Hunter Lab75.901838.0457-24.5031
CIE-Lab80.522041.1370-27.5902

#fcadfc color RGB value is (252,173,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 11111100
Octal 374 255 374
Decimal 252 173 252
Hex FC AD FC

RGB Percentages of Color #fcadfc

%37.22
%25.55
%37.22

CMYK Percentages of Color #fcadfc

%0
%31
%0
%1

Triadic Colors of #fcadfc

#fcadfc #fcfcad #adfcfc

Analogous Colors of #fcadfc

#fcadfc #fcadd5 #d5adfc

Monochromatic Colors of #fcadfc

#fcadfc

Complementary Color

#fcadfc #adfcad

#fcadfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcadfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcadfc Color CSS Codes

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

#fcadfc Text Font Color

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

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


#fcadfc Background Color

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

This div background color is #fcadfc


#fcadfc Border Color

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

This div border color is #fcadfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcadfc

Related Colors


Comments

No comments written yet.

Please login to write comment.