Color Hex Logo

#fcfada Color Hex

#FCFADA
(252,250,218)
0 Favorites   0 Comments

Color spaces of #fcfada

RGB 252250218
HSL0.160.850.92
HSV56°13°99°
CMYK 0.000.010.13   0.01
XYZ86.985494.128679.9137
Yxy94.12860.33320.3606
Hunter Lab97.0199-9.746619.0777
CIE-Lab97.6838-4.572115.6008

#fcfada color RGB value is (252,250,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111010 11011010
Octal 374 372 332
Decimal 252 250 218
Hex FC FA DA

RGB Percentages of Color #fcfada

%35.00
%34.72
%30.28

CMYK Percentages of Color #fcfada

%0
%1
%13
%1

Triadic Colors of #fcfada

#fcfada #dafcfa #fadafc

Analogous Colors of #fcfada

#fcfada #edfcda #fce9da

Monochromatic Colors of #fcfada

#fcfada

Complementary Color

#fcfada #dadcfc

#fcfada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfada Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfada Color CSS Codes

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

#fcfada Text Font Color

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

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


#fcfada Background Color

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

This div background color is #fcfada


#fcfada Border Color

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

This div border color is #fcfada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfada

Related Colors


Comments

No comments written yet.

Please login to write comment.