Color Hex Logo

#fd68be Color Hex

#FD68BE
(253,104,190)
0 Favorites   0 Comments

Color spaces of #fd68be

RGB 253104190
HSL0.900.970.70
HSV325°59°99°
CMYK 0.000.590.25   0.01
XYZ54.752634.501052.4888
Yxy34.50100.38630.2434
Hunter Lab58.737663.5992-11.8662
CIE-Lab65.358365.3484-16.5461

#fd68be color RGB value is (253,104,190).

#fd68be hex color red value is 253, green value is 104 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fd68be hue: 0.90 , saturation: 0.97 and the lightness value of fd68be is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01101000 10111110
Octal 375 150 276
Decimal 253 104 190
Hex FD 68 BE

RGB Percentages of Color #fd68be

%46.25
%19.01
%34.73

CMYK Percentages of Color #fd68be

%0
%59
%25
%1

Triadic Colors of #fd68be

#fd68be #befd68 #68befd

Analogous Colors of #fd68be

#fd68be #fd6874 #f268fd

Monochromatic Colors of #fd68be

#fd68be

Complementary Color

#fd68be #68fda7

#fd68be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd68be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd68be Color CSS Codes

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

#fd68be Text Font Color

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

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


#fd68be Background Color

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

This div background color is #fd68be


#fd68be Border Color

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

This div border color is #fd68be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd68be


Comments

No comments written yet.

Please login to write comment.