Color Hex Logo

#fabcaf Color Hex

#FABCAF
(250,188,175)
0 Favorites   0 Comments

Color spaces of #fabcaf

RGB 250188175
HSL0.030.880.83
HSV10°30°98°
CMYK 0.000.250.30   0.02
XYZ65.145459.385648.5865
Yxy59.38560.37630.3430
Hunter Lab77.062116.038716.5620
CIE-Lab81.503120.572315.2765

#fabcaf color RGB value is (250,188,175).

#fabcaf hex color red value is 250, green value is 188 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fabcaf hue: 0.03 , saturation: 0.88 and the lightness value of fabcaf is 0.83.

The process color (four color CMYK) of #fabcaf color hex is 0.00, 0.25, 0.30, 0.02. Web safe color of #fabcaf is #ffcc99. Color #fabcaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111100 10101111
Octal 372 274 257
Decimal 250 188 175
Hex FA BC AF

RGB Percentages of Color #fabcaf

%40.78
%30.67
%28.55

CMYK Percentages of Color #fabcaf

%0
%25
%30
%2

Triadic Colors of #fabcaf

#fabcaf #affabc #bcaffa

Analogous Colors of #fabcaf

#fabcaf #fae2af #faafc8

Monochromatic Colors of #fabcaf

#fabcaf

Complementary Color

#fabcaf #afedfa

#fabcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabcaf Color CSS Codes

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

#fabcaf Text Font Color

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

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


#fabcaf Background Color

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

This div background color is #fabcaf


#fabcaf Border Color

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

This div border color is #fabcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabcaf


Comments

No comments written yet.

Please login to write comment.