Color Hex Logo

#fd94be Color Hex

#FD94BE
(253,148,190)
0 Favorites   0 Comments

Color spaces of #fd94be

RGB 253148190
HSL0.930.960.79
HSV336°42°99°
CMYK 0.000.420.25   0.01
XYZ60.392245.780254.3686
Yxy45.78020.37620.2852
Hunter Lab67.661140.9168-0.2793
CIE-Lab73.402744.4942-4.5267

#fd94be color RGB value is (253,148,190).

#fd94be hex color red value is 253, green value is 148 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fd94be hue: 0.93 , saturation: 0.96 and the lightness value of fd94be is 0.79.

The process color (four color CMYK) of #fd94be color hex is 0.00, 0.42, 0.25, 0.01. Web safe color of #fd94be is #ff99cc. Color #fd94be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010100 10111110
Octal 375 224 276
Decimal 253 148 190
Hex FD 94 BE

RGB Percentages of Color #fd94be

%42.81
%25.04
%32.15

CMYK Percentages of Color #fd94be

%0
%42
%25
%1

Triadic Colors of #fd94be

#fd94be #befd94 #94befd

Analogous Colors of #fd94be

#fd94be #fd9f94 #fd94f3

Monochromatic Colors of #fd94be

#fd94be

Complementary Color

#fd94be #94fdd3

#fd94be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd94be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd94be Color CSS Codes

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

#fd94be Text Font Color

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

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


#fd94be Background Color

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

This div background color is #fd94be


#fd94be Border Color

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

This div border color is #fd94be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,148,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 #fd94be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd94be

#fd94be Color Palettes


Comments

No comments written yet.

Please login to write comment.