Color Hex Logo

#fdbbae Color Hex

#FDBBAE
(253,187,174)
0 Favorites   0 Comments

Color spaces of #fdbbae

RGB 253187174
HSL0.030.950.84
HSV10°31°99°
CMYK 0.000.260.31   0.01
XYZ65.918359.479348.0508
Yxy59.47930.38000.3429
Hunter Lab77.122817.602317.0458
CIE-Lab81.554322.087915.9286

#fdbbae color RGB value is (253,187,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111011 10101110
Octal 375 273 256
Decimal 253 187 174
Hex FD BB AE

RGB Percentages of Color #fdbbae

%41.21
%30.46
%28.34

CMYK Percentages of Color #fdbbae

%0
%26
%31
%1

Triadic Colors of #fdbbae

#fdbbae #aefdbb #bbaefd

Analogous Colors of #fdbbae

#fdbbae #fde3ae #fdaec9

Monochromatic Colors of #fdbbae

#fdbbae

Complementary Color

#fdbbae #aef0fd

#fdbbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbbae Color CSS Codes

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

#fdbbae Text Font Color

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

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


#fdbbae Background Color

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

This div background color is #fdbbae


#fdbbae Border Color

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

This div border color is #fdbbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbbae


Comments

No comments written yet.

Please login to write comment.