Color Hex Logo

#fb8eca Color Hex

#FB8ECA
(251,142,202)
0 Favorites   0 Comments

Color spaces of #fb8eca

RGB 251142202
HSL0.910.930.77
HSV327°43°98°
CMYK 0.000.430.20   0.02
XYZ60.117344.119561.2245
Yxy44.11950.36330.2666
Hunter Lab66.422545.3163-8.1544
CIE-Lab72.308348.5581-12.8207

#fb8eca color RGB value is (251,142,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10001110 11001010
Octal 373 216 312
Decimal 251 142 202
Hex FB 8E CA

RGB Percentages of Color #fb8eca

%42.18
%23.87
%33.95

CMYK Percentages of Color #fb8eca

%0
%43
%20
%2

Triadic Colors of #fb8eca

#fb8eca #cafb8e #8ecafb

Analogous Colors of #fb8eca

#fb8eca #fb8e94 #f68efb

Monochromatic Colors of #fb8eca

#fb8eca

Complementary Color

#fb8eca #8efbbf

#fb8eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb8eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb8eca Color CSS Codes

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

#fb8eca Text Font Color

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

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


#fb8eca Background Color

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

This div background color is #fb8eca


#fb8eca Border Color

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

This div border color is #fb8eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb8eca


Comments

No comments written yet.

Please login to write comment.