Color Hex Logo

#fdbfae Color Hex

#FDBFAE
(253,191,174)
0 Favorites   0 Comments

Color spaces of #fdbfae

RGB 253191174
HSL0.040.950.84
HSV13°31°99°
CMYK 0.000.250.31   0.01
XYZ66.778861.200248.3376
Yxy61.20020.37870.3471
Hunter Lab78.230615.466918.1269
CIE-Lab82.486319.988617.2330

#fdbfae color RGB value is (253,191,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111111 10101110
Octal 375 277 256
Decimal 253 191 174
Hex FD BF AE

RGB Percentages of Color #fdbfae

%40.94
%30.91
%28.16

CMYK Percentages of Color #fdbfae

%0
%25
%31
%1

Triadic Colors of #fdbfae

#fdbfae #aefdbf #bfaefd

Analogous Colors of #fdbfae

#fdbfae #fde7ae #fdaec5

Monochromatic Colors of #fdbfae

#fdbfae

Complementary Color

#fdbfae #aeecfd

#fdbfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbfae Color CSS Codes

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

#fdbfae Text Font Color

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

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


#fdbfae Background Color

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

This div background color is #fdbfae


#fdbfae Border Color

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

This div border color is #fdbfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbfae

Related Colors


Comments

No comments written yet.

Please login to write comment.