Color Hex Logo

#fab2c3 Color Hex

#FAB2C3
(250,178,195)
0 Favorites   0 Comments

Color spaces of #fab2c3

RGB 250178195
HSL0.960.880.84
HSV346°29°98°
CMYK 0.000.290.22   0.02
XYZ65.195156.104959.0229
Yxy56.10490.36150.3111
Hunter Lab74.903224.28425.7124
CIE-Lab79.673528.57061.8807

#fab2c3 color RGB value is (250,178,195).

#fab2c3 hex color red value is 250, green value is 178 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #fab2c3 hue: 0.96 , saturation: 0.88 and the lightness value of fab2c3 is 0.84.

The process color (four color CMYK) of #fab2c3 color hex is 0.00, 0.29, 0.22, 0.02. Web safe color of #fab2c3 is #ff99cc. Color #fab2c3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110010 11000011
Octal 372 262 303
Decimal 250 178 195
Hex FA B2 C3

RGB Percentages of Color #fab2c3

%40.13
%28.57
%31.30

CMYK Percentages of Color #fab2c3

%0
%29
%22
%2

Triadic Colors of #fab2c3

#fab2c3 #c3fab2 #b2c3fa

Analogous Colors of #fab2c3

#fab2c3 #fac5b2 #fab2e7

Monochromatic Colors of #fab2c3

#fab2c3

Complementary Color

#fab2c3 #b2fae9

#fab2c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab2c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab2c3 Color CSS Codes

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

#fab2c3 Text Font Color

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

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


#fab2c3 Background Color

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

This div background color is #fab2c3


#fab2c3 Border Color

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

This div border color is #fab2c3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab2c3

Related Colors


Comments

No comments written yet.

Please login to write comment.