Color Hex Logo

#fadfca Color Hex

#FADFCA
(250,223,202)
0 Favorites   0 Comments

Color spaces of #fadfca

RGB 250223202
HSL0.070.830.89
HSV26°19°98°
CMYK 0.000.110.19   0.02
XYZ76.472777.363666.7792
Yxy77.36360.34660.3507
Hunter Lab87.95661.270516.5549
CIE-Lab90.48876.039513.6763

#fadfca color RGB value is (250,223,202).

#fadfca hex color red value is 250, green value is 223 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fadfca hue: 0.07 , saturation: 0.83 and the lightness value of fadfca is 0.89.

The process color (four color CMYK) of #fadfca color hex is 0.00, 0.11, 0.19, 0.02. Web safe color of #fadfca is #ffcccc. Color #fadfca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 11001010
Octal 372 337 312
Decimal 250 223 202
Hex FA DF CA

RGB Percentages of Color #fadfca

%37.04
%33.04
%29.93

CMYK Percentages of Color #fadfca

%0
%11
%19
%2

Triadic Colors of #fadfca

#fadfca #cafadf #dfcafa

Analogous Colors of #fadfca

#fadfca #faf7ca #facacd

Monochromatic Colors of #fadfca

#fadfca

Complementary Color

#fadfca #cae5fa

#fadfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadfca Color CSS Codes

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

#fadfca Text Font Color

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

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


#fadfca Background Color

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

This div background color is #fadfca


#fadfca Border Color

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

This div border color is #fadfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadfca

#fadfca Color Palettes


Comments

No comments written yet.

Please login to write comment.