Color Hex Logo

#fdbfa4 Color Hex

#FDBFA4
(253,191,164)
0 Favorites   0 Comments

Color spaces of #fdbfa4

RGB 253191164
HSL0.050.960.82
HSV18°35°99°
CMYK 0.000.250.35   0.01
XYZ65.839760.824643.3922
Yxy60.82460.38720.3577
Hunter Lab77.990114.208021.6053
CIE-Lab82.284418.765322.2763

#fdbfa4 color RGB value is (253,191,164).

#fdbfa4 hex color red value is 253, green value is 191 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #fdbfa4 hue: 0.05 , saturation: 0.96 and the lightness value of fdbfa4 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111111 10100100
Octal 375 277 244
Decimal 253 191 164
Hex FD BF A4

RGB Percentages of Color #fdbfa4

%41.61
%31.41
%26.97

CMYK Percentages of Color #fdbfa4

%0
%25
%35
%1

Triadic Colors of #fdbfa4

#fdbfa4 #a4fdbf #bfa4fd

Analogous Colors of #fdbfa4

#fdbfa4 #fdeca4 #fda4b6

Monochromatic Colors of #fdbfa4

#fdbfa4

Complementary Color

#fdbfa4 #a4e2fd

#fdbfa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbfa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbfa4 Color CSS Codes

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

#fdbfa4 Text Font Color

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

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


#fdbfa4 Background Color

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

This div background color is #fdbfa4


#fdbfa4 Border Color

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

This div border color is #fdbfa4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,191,164, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbfa4

Related Colors


Comments

No comments written yet.

Please login to write comment.