Color Hex Logo

#fadbca Color Hex

#FADBCA
(250,219,202)
0 Favorites   0 Comments

Color spaces of #fadbca

RGB 250219202
HSL0.060.830.89
HSV21°19°98°
CMYK 0.000.120.19   0.02
XYZ75.416575.251366.4272
Yxy75.25130.34740.3466
Hunter Lab86.74753.376115.3217
CIE-Lab89.51068.104712.2890

#fadbca color RGB value is (250,219,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011011 11001010
Octal 372 333 312
Decimal 250 219 202
Hex FA DB CA

RGB Percentages of Color #fadbca

%37.26
%32.64
%30.10

CMYK Percentages of Color #fadbca

%0
%12
%19
%2

Triadic Colors of #fadbca

#fadbca #cafadb #dbcafa

Analogous Colors of #fadbca

#fadbca #faf3ca #facad1

Monochromatic Colors of #fadbca

#fadbca

Complementary Color

#fadbca #cae9fa

#fadbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadbca Color CSS Codes

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

#fadbca Text Font Color

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

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


#fadbca Background Color

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

This div background color is #fadbca


#fadbca Border Color

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

This div border color is #fadbca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,219,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 #fadbca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadbca


Comments

No comments written yet.

Please login to write comment.