Color Hex Logo

#facadb Color Hex

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

Color spaces of #facadb

RGB 250202219
HSL0.940.830.89
HSV339°19°98°
CMYK 0.000.190.12   0.02
XYZ73.331167.679576.2163
Yxy67.67950.33760.3116
Hunter Lab82.267615.14192.6584
CIE-Lab85.845919.5940-1.9830

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

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

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

Base Numbers

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

RGB Percentages of Color #facadb

%37.26
%30.10
%32.64

CMYK Percentages of Color #facadb

%0
%19
%12
%2

Triadic Colors of #facadb

#facadb #dbfaca #cadbfa

Analogous Colors of #facadb

#facadb #fad1ca #facaf3

Monochromatic Colors of #facadb

#facadb

Complementary Color

#facadb #cafae9

#facadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#facadb Color CSS Codes

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

#facadb Text Font Color

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

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


#facadb Background Color

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

This div background color is #facadb


#facadb Border Color

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

This div border color is #facadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facadb

Related Colors


Comments

No comments written yet.

Please login to write comment.