Color Hex Logo

#fd6fbd Color Hex

#FD6FBD
(253,111,189)
0 Favorites   0 Comments

Color spaces of #fd6fbd

RGB 253111189
HSL0.910.970.71
HSV327°56°99°
CMYK 0.000.560.25   0.01
XYZ55.377835.925652.1597
Yxy35.92560.38600.2504
Hunter Lab59.938060.0280-9.6392
CIE-Lab66.463062.1641-14.3130

#fd6fbd color RGB value is (253,111,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101111 10111101
Octal 375 157 275
Decimal 253 111 189
Hex FD 6F BD

RGB Percentages of Color #fd6fbd

%45.75
%20.07
%34.18

CMYK Percentages of Color #fd6fbd

%0
%56
%25
%1

Triadic Colors of #fd6fbd

#fd6fbd #bdfd6f #6fbdfd

Analogous Colors of #fd6fbd

#fd6fbd #fd6f76 #f66ffd

Monochromatic Colors of #fd6fbd

#fd6fbd

Complementary Color

#fd6fbd #6ffdaf

#fd6fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd6fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd6fbd Color CSS Codes

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

#fd6fbd Text Font Color

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

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


#fd6fbd Background Color

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

This div background color is #fd6fbd


#fd6fbd Border Color

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

This div border color is #fd6fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd6fbd

Related Colors


Comments

No comments written yet.

Please login to write comment.