Color Hex Logo

#fb0cad Color Hex

#FB0CAD
(251,12,173)
0 Favorites   0 Comments

Color spaces of #fb0cad

RGB 25112173
HSL0.890.970.52
HSV320°95°98°
CMYK 0.000.950.31   0.02
XYZ47.458023.789341.6256
Yxy23.78930.42050.2108
Hunter Lab48.774388.3278-16.4581
CIE-Lab55.876286.8566-21.2299

#fb0cad color RGB value is (251,12,173).

#fb0cad hex color red value is 251, green value is 12 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fb0cad hue: 0.89 , saturation: 0.97 and the lightness value of fb0cad is 0.52.

The process color (four color CMYK) of #fb0cad color hex is 0.00, 0.95, 0.31, 0.02. Web safe color of #fb0cad is #ff0099. Color #fb0cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00001100 10101101
Octal 373 14 255
Decimal 251 12 173
Hex FB C AD

RGB Percentages of Color #fb0cad

%57.57
%2.75
%39.68

CMYK Percentages of Color #fb0cad

%0
%95
%31
%2

Triadic Colors of #fb0cad

#fb0cad #adfb0c #0cadfb

Analogous Colors of #fb0cad

#fb0cad #fb0c35 #d20cfb

Monochromatic Colors of #fb0cad

#fb0cad

Complementary Color

#fb0cad #0cfb5a

#fb0cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb0cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb0cad Color CSS Codes

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

#fb0cad Text Font Color

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

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


#fb0cad Background Color

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

This div background color is #fb0cad


#fb0cad Border Color

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

This div border color is #fb0cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb0cad


Comments

No comments written yet.

Please login to write comment.