Color Hex Logo

#faafbd Color Hex

#FAAFBD
(250,175,189)
0 Favorites   0 Comments

Color spaces of #faafbd

RGB 250175189
HSL0.970.880.83
HSV349°30°98°
CMYK 0.000.300.24   0.02
XYZ63.939654.658155.3242
Yxy54.65810.36760.3143
Hunter Lab73.931124.99697.3838
CIE-Lab78.843929.29733.9306

#faafbd color RGB value is (250,175,189).

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

The process color (four color CMYK) of #faafbd color hex is 0.00, 0.30, 0.24, 0.02. Web safe color of #faafbd is #ff99cc. Color #faafbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101111 10111101
Octal 372 257 275
Decimal 250 175 189
Hex FA AF BD

RGB Percentages of Color #faafbd

%40.72
%28.50
%30.78

CMYK Percentages of Color #faafbd

%0
%30
%24
%2

Triadic Colors of #faafbd

#faafbd #bdfaaf #afbdfa

Analogous Colors of #faafbd

#faafbd #fac7af #faafe3

Monochromatic Colors of #faafbd

#faafbd

Complementary Color

#faafbd #affaec

#faafbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faafbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#faafbd Color CSS Codes

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

#faafbd Text Font Color

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

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


#faafbd Background Color

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

This div background color is #faafbd


#faafbd Border Color

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

This div border color is #faafbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faafbd


Comments

No comments written yet.

Please login to write comment.