Color Hex Logo

#fabcbf Color Hex

#FABCBF
(250,188,191)
0 Favorites   0 Comments

Color spaces of #fabcbf

RGB 250188191
HSL0.990.860.86
HSV357°25°98°
CMYK 0.000.250.24   0.02
XYZ66.811560.052057.3601
Yxy60.05200.36270.3260
Hunter Lab77.493218.282310.3591
CIE-Lab81.866422.73277.2077

#fabcbf color RGB value is (250,188,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111100 10111111
Octal 372 274 277
Decimal 250 188 191
Hex FA BC BF

RGB Percentages of Color #fabcbf

%39.75
%29.89
%30.37

CMYK Percentages of Color #fabcbf

%0
%25
%24
%2

Triadic Colors of #fabcbf

#fabcbf #bffabc #bcbffa

Analogous Colors of #fabcbf

#fabcbf #fad8bc #fabcde

Monochromatic Colors of #fabcbf

#fabcbf

Complementary Color

#fabcbf #bcfaf7

#fabcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabcbf Color CSS Codes

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

#fabcbf Text Font Color

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

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


#fabcbf Background Color

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

This div background color is #fabcbf


#fabcbf Border Color

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

This div border color is #fabcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabcbf


Comments

No comments written yet.

Please login to write comment.