Color Hex Logo

#fd6fbc Color Hex

#FD6FBC
(253,111,188)
0 Favorites   0 Comments

Color spaces of #fd6fbc

RGB 253111188
HSL0.910.970.71
HSV327°56°99°
CMYK 0.000.560.26   0.01
XYZ55.269635.882451.5899
Yxy35.88240.38720.2514
Hunter Lab59.901959.8679-9.1315
CIE-Lab66.430062.0345-13.7981

#fd6fbc color RGB value is (253,111,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101111 10111100
Octal 375 157 274
Decimal 253 111 188
Hex FD 6F BC

RGB Percentages of Color #fd6fbc

%45.83
%20.11
%34.06

CMYK Percentages of Color #fd6fbc

%0
%56
%26
%1

Triadic Colors of #fd6fbc

#fd6fbc #bcfd6f #6fbcfd

Analogous Colors of #fd6fbc

#fd6fbc #fd6f75 #f76ffd

Monochromatic Colors of #fd6fbc

#fd6fbc

Complementary Color

#fd6fbc #6ffdb0

#fd6fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd6fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd6fbc Color CSS Codes

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

#fd6fbc Text Font Color

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

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


#fd6fbc Background Color

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

This div background color is #fd6fbc


#fd6fbc Border Color

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

This div border color is #fd6fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd6fbc

Related Colors


Comments

No comments written yet.

Please login to write comment.