Color Hex Logo

#fcadf0 Color Hex

#FCADF0
(252,173,240)
0 Favorites   0 Comments

Color spaces of #fcadf0

RGB 252173240
HSL0.860.930.83
HSV309°31°99°
CMYK 0.000.310.05   0.01
XYZ70.816656.873989.6834
Yxy56.87390.32580.2616
Hunter Lab75.414835.6406-17.7174
CIE-Lab80.108639.0212-21.7722

#fcadf0 color RGB value is (252,173,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 11110000
Octal 374 255 360
Decimal 252 173 240
Hex FC AD F0

RGB Percentages of Color #fcadf0

%37.89
%26.02
%36.09

CMYK Percentages of Color #fcadf0

%0
%31
%5
%1

Triadic Colors of #fcadf0

#fcadf0 #f0fcad #adf0fc

Analogous Colors of #fcadf0

#fcadf0 #fcadc9 #e1adfc

Monochromatic Colors of #fcadf0

#fcadf0

Complementary Color

#fcadf0 #adfcb9

#fcadf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcadf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcadf0 Color CSS Codes

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

#fcadf0 Text Font Color

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

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


#fcadf0 Background Color

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

This div background color is #fcadf0


#fcadf0 Border Color

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

This div border color is #fcadf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcadf0

Related Colors


Comments

No comments written yet.

Please login to write comment.