Color Hex Logo

#fabdc8 Color Hex

#FABDC8
(250,189,200)
0 Favorites   0 Comments

Color spaces of #fabdc8

RGB 250189200
HSL0.970.860.86
HSV349°24°98°
CMYK 0.000.240.20   0.02
XYZ68.047360.889362.8099
Yxy60.88930.35490.3176
Hunter Lab78.031619.10536.8979
CIE-Lab82.319223.50553.0267

#fabdc8 color RGB value is (250,189,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111101 11001000
Octal 372 275 310
Decimal 250 189 200
Hex FA BD C8

RGB Percentages of Color #fabdc8

%39.12
%29.58
%31.30

CMYK Percentages of Color #fabdc8

%0
%24
%20
%2

Triadic Colors of #fabdc8

#fabdc8 #c8fabd #bdc8fa

Analogous Colors of #fabdc8

#fabdc8 #fad1bd #fabde7

Monochromatic Colors of #fabdc8

#fabdc8

Complementary Color

#fabdc8 #bdfaef

#fabdc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabdc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabdc8 Color CSS Codes

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

#fabdc8 Text Font Color

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

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


#fabdc8 Background Color

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

This div background color is #fabdc8


#fabdc8 Border Color

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

This div border color is #fabdc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabdc8

Related Colors


Comments

No comments written yet.

Please login to write comment.