Color Hex Logo

#fab6ba Color Hex

#FAB6BA
(250,182,186)
0 Favorites   0 Comments

Color spaces of #fab6ba

RGB 250182186
HSL0.990.870.85
HSV356°27°98°
CMYK 0.000.270.26   0.02
XYZ65.015257.325154.0925
Yxy57.32510.36850.3249
Hunter Lab75.713320.780010.6403
CIE-Lab80.362125.19647.7414

#fab6ba color RGB value is (250,182,186).

#fab6ba hex color red value is 250, green value is 182 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fab6ba hue: 0.99 , saturation: 0.87 and the lightness value of fab6ba is 0.85.

The process color (four color CMYK) of #fab6ba color hex is 0.00, 0.27, 0.26, 0.02. Web safe color of #fab6ba is #ffcccc. Color #fab6ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110110 10111010
Octal 372 266 272
Decimal 250 182 186
Hex FA B6 BA

RGB Percentages of Color #fab6ba

%40.45
%29.45
%30.10

CMYK Percentages of Color #fab6ba

%0
%27
%26
%2

Triadic Colors of #fab6ba

#fab6ba #bafab6 #b6bafa

Analogous Colors of #fab6ba

#fab6ba #fad4b6 #fab6dc

Monochromatic Colors of #fab6ba

#fab6ba

Complementary Color

#fab6ba #b6faf6

#fab6ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab6ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab6ba Color CSS Codes

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

#fab6ba Text Font Color

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

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


#fab6ba Background Color

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

This div background color is #fab6ba


#fab6ba Border Color

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

This div border color is #fab6ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab6ba

Related Colors


Comments

No comments written yet.

Please login to write comment.