Color Hex Logo

#faadbb Color Hex

#FAADBB
(250,173,187)
0 Favorites   0 Comments

Color spaces of #faadbb

RGB 250173187
HSL0.970.890.83
HSV349°31°98°
CMYK 0.000.310.25   0.02
XYZ63.337653.799054.0597
Yxy53.79900.37000.3143
Hunter Lab73.347825.78047.6448
CIE-Lab78.344430.07124.2946

#faadbb color RGB value is (250,173,187).

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

The process color (four color CMYK) of #faadbb color hex is 0.00, 0.31, 0.25, 0.02. Web safe color of #faadbb is #ff99cc. Color #faadbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 10111011
Octal 372 255 273
Decimal 250 173 187
Hex FA AD BB

RGB Percentages of Color #faadbb

%40.98
%28.36
%30.66

CMYK Percentages of Color #faadbb

%0
%31
%25
%2

Triadic Colors of #faadbb

#faadbb #bbfaad #adbbfa

Analogous Colors of #faadbb

#faadbb #fac6ad #faade2

Monochromatic Colors of #faadbb

#faadbb

Complementary Color

#faadbb #adfaec

#faadbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faadbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faadbb Color CSS Codes

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

#faadbb Text Font Color

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

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


#faadbb Background Color

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

This div background color is #faadbb


#faadbb Border Color

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

This div border color is #faadbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faadbb


Comments

No comments written yet.

Please login to write comment.