Color Hex Logo

#fcfad8 Color Hex

#FCFAD8
(252,250,216)
0 Favorites   0 Comments

Color spaces of #fcfad8

RGB 252250216
HSL0.160.860.92
HSV57°14°99°
CMYK 0.000.010.14   0.01
XYZ86.725294.024578.5434
Yxy94.02450.33450.3626
Hunter Lab96.9662-10.043119.8510
CIE-Lab97.6419-4.875916.5656

#fcfad8 color RGB value is (252,250,216).

#fcfad8 hex color red value is 252, green value is 250 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #fcfad8 hue: 0.16 , saturation: 0.86 and the lightness value of fcfad8 is 0.92.

The process color (four color CMYK) of #fcfad8 color hex is 0.00, 0.01, 0.14, 0.01. Web safe color of #fcfad8 is #ffffcc. Color #fcfad8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111010 11011000
Octal 374 372 330
Decimal 252 250 216
Hex FC FA D8

RGB Percentages of Color #fcfad8

%35.10
%34.82
%30.08

CMYK Percentages of Color #fcfad8

%0
%1
%14
%1

Triadic Colors of #fcfad8

#fcfad8 #d8fcfa #fad8fc

Analogous Colors of #fcfad8

#fcfad8 #ecfcd8 #fce8d8

Monochromatic Colors of #fcfad8

#fcfad8

Complementary Color

#fcfad8 #d8dafc

#fcfad8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfad8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfad8 Color CSS Codes

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

#fcfad8 Text Font Color

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

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


#fcfad8 Background Color

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

This div background color is #fcfad8


#fcfad8 Border Color

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

This div border color is #fcfad8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfad8

Related Colors


Comments

No comments written yet.

Please login to write comment.