Color Hex Logo

#fabdce Color Hex

#FABDCE
(250,189,206)
0 Favorites   0 Comments

Color spaces of #fabdce

RGB 250189206
HSL0.950.860.86
HSV343°24°98°
CMYK 0.000.240.18   0.02
XYZ68.762561.175466.5764
Yxy61.17540.34990.3113
Hunter Lab78.214720.05264.2826
CIE-Lab82.472924.40440.0282

#fabdce color RGB value is (250,189,206).

#fabdce hex color red value is 250, green value is 189 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fabdce hue: 0.95 , saturation: 0.86 and the lightness value of fabdce is 0.86.

The process color (four color CMYK) of #fabdce color hex is 0.00, 0.24, 0.18, 0.02. Web safe color of #fabdce is #ffcccc. Color #fabdce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111101 11001110
Octal 372 275 316
Decimal 250 189 206
Hex FA BD CE

RGB Percentages of Color #fabdce

%38.76
%29.30
%31.94

CMYK Percentages of Color #fabdce

%0
%24
%18
%2

Triadic Colors of #fabdce

#fabdce #cefabd #bdcefa

Analogous Colors of #fabdce

#fabdce #facbbd #fabded

Monochromatic Colors of #fabdce

#fabdce

Complementary Color

#fabdce #bdfae9

#fabdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabdce Color CSS Codes

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

#fabdce Text Font Color

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

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


#fabdce Background Color

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

This div background color is #fabdce


#fabdce Border Color

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

This div border color is #fabdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabdce


Comments

No comments written yet.

Please login to write comment.