Color Hex Logo

#fda7bb Color Hex

#FDA7BB
(253,167,187)
0 Favorites   0 Comments

Color spaces of #fda7bb

RGB 253167187
HSL0.960.960.82
HSV346°34°99°
CMYK 0.000.340.26   0.01
XYZ63.296452.107953.7355
Yxy52.10790.37420.3081
Hunter Lab72.185830.19336.3943
CIE-Lab77.345334.28282.8893

#fda7bb color RGB value is (253,167,187).

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

The process color (four color CMYK) of #fda7bb color hex is 0.00, 0.34, 0.26, 0.01. Web safe color of #fda7bb is #ff99cc. Color #fda7bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100111 10111011
Octal 375 247 273
Decimal 253 167 187
Hex FD A7 BB

RGB Percentages of Color #fda7bb

%41.68
%27.51
%30.81

CMYK Percentages of Color #fda7bb

%0
%34
%26
%1

Triadic Colors of #fda7bb

#fda7bb #bbfda7 #a7bbfd

Analogous Colors of #fda7bb

#fda7bb #fdbea7 #fda7e6

Monochromatic Colors of #fda7bb

#fda7bb

Complementary Color

#fda7bb #a7fde9

#fda7bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda7bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda7bb Color CSS Codes

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

#fda7bb Text Font Color

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

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


#fda7bb Background Color

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

This div background color is #fda7bb


#fda7bb Border Color

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

This div border color is #fda7bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda7bb


Comments

No comments written yet.

Please login to write comment.