Color Hex Logo

#faafba Color Hex

#FAAFBA
(250,175,186)
1 Favorites   0 Comments

Color spaces of #faafba

RGB 250175186
HSL0.980.880.83
HSV351°30°98°
CMYK 0.000.300.26   0.02
XYZ63.617254.529153.6266
Yxy54.52910.37040.3174
Hunter Lab73.843824.55298.6333
CIE-Lab78.769228.88165.4512

#faafba color RGB value is (250,175,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101111 10111010
Octal 372 257 272
Decimal 250 175 186
Hex FA AF BA

RGB Percentages of Color #faafba

%40.92
%28.64
%30.44

CMYK Percentages of Color #faafba

%0
%30
%26
%2

Triadic Colors of #faafba

#faafba #bafaaf #afbafa

Analogous Colors of #faafba

#faafba #facaaf #faafe0

Monochromatic Colors of #faafba

#faafba

Complementary Color

#faafba #affaef

#faafba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faafba Color Preview on White Background

Lorem ipsum dolor sit amet.

#faafba Color CSS Codes

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

#faafba Text Font Color

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

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


#faafba Background Color

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

This div background color is #faafba


#faafba Border Color

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

This div border color is #faafba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faafba


Comments

No comments written yet.

Please login to write comment.