Color Hex Logo

#fb93ca Color Hex

#FB93CA
(251,147,202)
0 Favorites   0 Comments

Color spaces of #fb93ca

RGB 251147202
HSL0.910.930.78
HSV328°41°98°
CMYK 0.000.410.20   0.02
XYZ60.878045.640961.4781
Yxy45.64090.36240.2717
Hunter Lab67.558042.6236-6.6635
CIE-Lab73.311946.0349-11.3180

#fb93ca color RGB value is (251,147,202).

#fb93ca hex color red value is 251, green value is 147 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fb93ca hue: 0.91 , saturation: 0.93 and the lightness value of fb93ca is 0.78.

The process color (four color CMYK) of #fb93ca color hex is 0.00, 0.41, 0.20, 0.02. Web safe color of #fb93ca is #ff99cc. Color #fb93ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010011 11001010
Octal 373 223 312
Decimal 251 147 202
Hex FB 93 CA

RGB Percentages of Color #fb93ca

%41.83
%24.50
%33.67

CMYK Percentages of Color #fb93ca

%0
%41
%20
%2

Triadic Colors of #fb93ca

#fb93ca #cafb93 #93cafb

Analogous Colors of #fb93ca

#fb93ca #fb9396 #f893fb

Monochromatic Colors of #fb93ca

#fb93ca

Complementary Color

#fb93ca #93fbc4

#fb93ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb93ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb93ca Color CSS Codes

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

#fb93ca Text Font Color

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

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


#fb93ca Background Color

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

This div background color is #fb93ca


#fb93ca Border Color

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

This div border color is #fb93ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,147,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fb93ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fb93ca;
  -webkit-box-shadow: 1px 1px 3px 2px #fb93ca;
  box-shadow:         1px 1px 3px 2px #fb93ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,147,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb93ca


Comments

No comments written yet.

Please login to write comment.