Color Hex Logo

#fab7cd Color Hex

#FAB7CD
(250,183,205)
0 Favorites   0 Comments

Color spaces of #fab7cd

RGB 250183205
HSL0.950.870.85
HSV340°27°98°
CMYK 0.000.270.18   0.02
XYZ67.377358.598765.5171
Yxy58.59870.35190.3060
Hunter Lab76.549823.14932.8400
CIE-Lab81.070527.4149-1.4846

#fab7cd color RGB value is (250,183,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110111 11001101
Octal 372 267 315
Decimal 250 183 205
Hex FA B7 CD

RGB Percentages of Color #fab7cd

%39.18
%28.68
%32.13

CMYK Percentages of Color #fab7cd

%0
%27
%18
%2

Triadic Colors of #fab7cd

#fab7cd #cdfab7 #b7cdfa

Analogous Colors of #fab7cd

#fab7cd #fac3b7 #fab7ef

Monochromatic Colors of #fab7cd

#fab7cd

Complementary Color

#fab7cd #b7fae4

#fab7cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab7cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab7cd Color CSS Codes

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

#fab7cd Text Font Color

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

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


#fab7cd Background Color

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

This div background color is #fab7cd


#fab7cd Border Color

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

This div border color is #fab7cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab7cd

Related Colors


Comments

No comments written yet.

Please login to write comment.