Color Hex Logo

#fbafad Color Hex

#FBAFAD
(251,175,173)
0 Favorites   0 Comments

Color spaces of #fbafad

RGB 251175173
HSL0.000.910.83
HSV31°98°
CMYK 0.000.300.31   0.02
XYZ62.656554.186346.6918
Yxy54.18630.38310.3313
Hunter Lab73.611323.115813.9202
CIE-Lab78.570227.526612.2329

#fbafad color RGB value is (251,175,173).

#fbafad hex color red value is 251, green value is 175 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fbafad hue: 0.00 , saturation: 0.91 and the lightness value of fbafad is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101111 10101101
Octal 373 257 255
Decimal 251 175 173
Hex FB AF AD

RGB Percentages of Color #fbafad

%41.90
%29.22
%28.88

CMYK Percentages of Color #fbafad

%0
%30
%31
%2

Triadic Colors of #fbafad

#fbafad #adfbaf #afadfb

Analogous Colors of #fbafad

#fbafad #fbd6ad #fbadd2

Monochromatic Colors of #fbafad

#fbafad

Complementary Color

#fbafad #adf9fb

#fbafad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbafad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbafad Color CSS Codes

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

#fbafad Text Font Color

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

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


#fbafad Background Color

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

This div background color is #fbafad


#fbafad Border Color

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

This div border color is #fbafad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbafad

Related Colors


Comments

No comments written yet.

Please login to write comment.