Color Hex Logo

#fabfc5 Color Hex

#FABFC5
(250,191,197)
0 Favorites   0 Comments

Color spaces of #fabfc5

RGB 250191197
HSL0.980.860.86
HSV354°24°98°
CMYK 0.000.240.21   0.02
XYZ68.133261.616861.1255
Yxy61.61680.35700.3228
Hunter Lab78.496417.56568.7781
CIE-Lab82.709222.01255.2009

#fabfc5 color RGB value is (250,191,197).

#fabfc5 hex color red value is 250, green value is 191 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #fabfc5 hue: 0.98 , saturation: 0.86 and the lightness value of fabfc5 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111111 11000101
Octal 372 277 305
Decimal 250 191 197
Hex FA BF C5

RGB Percentages of Color #fabfc5

%39.18
%29.94
%30.88

CMYK Percentages of Color #fabfc5

%0
%24
%21
%2

Triadic Colors of #fabfc5

#fabfc5 #c5fabf #bfc5fa

Analogous Colors of #fabfc5

#fabfc5 #fad7bf #fabfe3

Monochromatic Colors of #fabfc5

#fabfc5

Complementary Color

#fabfc5 #bffaf4

#fabfc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabfc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabfc5 Color CSS Codes

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

#fabfc5 Text Font Color

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

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


#fabfc5 Background Color

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

This div background color is #fabfc5


#fabfc5 Border Color

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

This div border color is #fabfc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabfc5


Comments

No comments written yet.

Please login to write comment.