Color Hex Logo

#fdbfad Color Hex

#FDBFAD
(253,191,173)
0 Favorites   0 Comments

Color spaces of #fdbfad

RGB 253191173
HSL0.040.950.84
HSV14°32°99°
CMYK 0.000.250.32   0.01
XYZ66.681661.161447.8260
Yxy61.16140.37960.3482
Hunter Lab78.205815.336718.4858
CIE-Lab82.465419.862517.7373

#fdbfad color RGB value is (253,191,173).

#fdbfad hex color red value is 253, green value is 191 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fdbfad hue: 0.04 , saturation: 0.95 and the lightness value of fdbfad is 0.84.

The process color (four color CMYK) of #fdbfad color hex is 0.00, 0.25, 0.32, 0.01. Web safe color of #fdbfad is #ffcc99. Color #fdbfad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111111 10101101
Octal 375 277 255
Decimal 253 191 173
Hex FD BF AD

RGB Percentages of Color #fdbfad

%41.00
%30.96
%28.04

CMYK Percentages of Color #fdbfad

%0
%25
%32
%1

Triadic Colors of #fdbfad

#fdbfad #adfdbf #bfadfd

Analogous Colors of #fdbfad

#fdbfad #fde7ad #fdadc3

Monochromatic Colors of #fdbfad

#fdbfad

Complementary Color

#fdbfad #adebfd

#fdbfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbfad Color CSS Codes

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

#fdbfad Text Font Color

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

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


#fdbfad Background Color

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

This div background color is #fdbfad


#fdbfad Border Color

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

This div border color is #fdbfad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,191,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 #fdbfad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbfad

Related Colors


Comments

No comments written yet.

Please login to write comment.