Color Hex Logo

#fd6fba Color Hex

#FD6FBA
(253,111,186)
0 Favorites   0 Comments

Color spaces of #fd6fba

RGB 253111186
HSL0.910.970.71
HSV328°56°99°
CMYK 0.000.560.26   0.01
XYZ55.055435.796750.4621
Yxy35.79670.38960.2533
Hunter Lab59.830359.5512-8.1251
CIE-Lab66.364361.7778-12.7667

#fd6fba color RGB value is (253,111,186).

#fd6fba hex color red value is 253, green value is 111 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fd6fba hue: 0.91 , saturation: 0.97 and the lightness value of fd6fba is 0.71.

The process color (four color CMYK) of #fd6fba color hex is 0.00, 0.56, 0.26, 0.01. Web safe color of #fd6fba is #ff66cc. Color #fd6fba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101111 10111010
Octal 375 157 272
Decimal 253 111 186
Hex FD 6F BA

RGB Percentages of Color #fd6fba

%46.00
%20.18
%33.82

CMYK Percentages of Color #fd6fba

%0
%56
%26
%1

Triadic Colors of #fd6fba

#fd6fba #bafd6f #6fbafd

Analogous Colors of #fd6fba

#fd6fba #fd6f73 #f96ffd

Monochromatic Colors of #fd6fba

#fd6fba

Complementary Color

#fd6fba #6ffdb2

#fd6fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd6fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd6fba Color CSS Codes

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

#fd6fba Text Font Color

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

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


#fd6fba Background Color

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

This div background color is #fd6fba


#fd6fba Border Color

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

This div border color is #fd6fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd6fba


Comments

No comments written yet.

Please login to write comment.