Color Hex Logo

#fb8cca Color Hex

#FB8CCA
(251,140,202)
0 Favorites   0 Comments

Color spaces of #fb8cca

RGB 251140202
HSL0.910.930.77
HSV326°44°98°
CMYK 0.000.440.20   0.02
XYZ59.822443.529761.1262
Yxy43.52970.36370.2647
Hunter Lab65.977046.3889-8.7469
CIE-Lab71.913049.5589-13.4139

#fb8cca color RGB value is (251,140,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10001100 11001010
Octal 373 214 312
Decimal 251 140 202
Hex FB 8C CA

RGB Percentages of Color #fb8cca

%42.33
%23.61
%34.06

CMYK Percentages of Color #fb8cca

%0
%44
%20
%2

Triadic Colors of #fb8cca

#fb8cca #cafb8c #8ccafb

Analogous Colors of #fb8cca

#fb8cca #fb8c93 #f58cfb

Monochromatic Colors of #fb8cca

#fb8cca

Complementary Color

#fb8cca #8cfbbd

#fb8cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb8cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb8cca Color CSS Codes

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

#fb8cca Text Font Color

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

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


#fb8cca Background Color

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

This div background color is #fb8cca


#fb8cca Border Color

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

This div border color is #fb8cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb8cca


Comments

No comments written yet.

Please login to write comment.