Color Hex Logo

#faadb2 Color Hex

#FAADB2
(250,173,178)
0 Favorites   0 Comments

Color spaces of #faadb2

RGB 250173178
HSL0.990.890.83
HSV356°31°98°
CMYK 0.000.310.29   0.02
XYZ62.403853.425549.1426
Yxy53.42550.37830.3238
Hunter Lab73.092724.484211.3024
CIE-Lab78.125528.85768.8722

#faadb2 color RGB value is (250,173,178).

#faadb2 hex color red value is 250, green value is 173 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #faadb2 hue: 0.99 , saturation: 0.89 and the lightness value of faadb2 is 0.83.

The process color (four color CMYK) of #faadb2 color hex is 0.00, 0.31, 0.29, 0.02. Web safe color of #faadb2 is #ff9999. Color #faadb2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 10110010
Octal 372 255 262
Decimal 250 173 178
Hex FA AD B2

RGB Percentages of Color #faadb2

%41.60
%28.79
%29.62

CMYK Percentages of Color #faadb2

%0
%31
%29
%2

Triadic Colors of #faadb2

#faadb2 #b2faad #adb2fa

Analogous Colors of #faadb2

#faadb2 #facfad #faadd9

Monochromatic Colors of #faadb2

#faadb2

Complementary Color

#faadb2 #adfaf5

#faadb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faadb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faadb2 Color CSS Codes

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

#faadb2 Text Font Color

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

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


#faadb2 Background Color

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

This div background color is #faadb2


#faadb2 Border Color

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

This div border color is #faadb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faadb2


Comments

No comments written yet.

Please login to write comment.