Color Hex Logo

#fb8fcb Color Hex

#FB8FCB
(251,143,203)
0 Favorites   0 Comments

Color spaces of #fb8fcb

RGB 251143203
HSL0.910.930.77
HSV327°43°98°
CMYK 0.000.430.19   0.02
XYZ60.385644.465961.9000
Yxy44.46590.36210.2667
Hunter Lab66.682844.9486-8.3596
CIE-Lab72.538848.2021-13.0282

#fb8fcb color RGB value is (251,143,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10001111 11001011
Octal 373 217 313
Decimal 251 143 203
Hex FB 8F CB

RGB Percentages of Color #fb8fcb

%42.04
%23.95
%34.00

CMYK Percentages of Color #fb8fcb

%0
%43
%19
%2

Triadic Colors of #fb8fcb

#fb8fcb #cbfb8f #8fcbfb

Analogous Colors of #fb8fcb

#fb8fcb #fb8f95 #f58ffb

Monochromatic Colors of #fb8fcb

#fb8fcb

Complementary Color

#fb8fcb #8ffbbf

#fb8fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb8fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb8fcb Color CSS Codes

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

#fb8fcb Text Font Color

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

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


#fb8fcb Background Color

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

This div background color is #fb8fcb


#fb8fcb Border Color

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

This div border color is #fb8fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb8fcb

Related Colors


Comments

No comments written yet.

Please login to write comment.