Color Hex Logo

#fb8fdf Color Hex

#FB8FDF
(251,143,223)
0 Favorites   0 Comments

Color spaces of #fb8fdf

RGB 251143223
HSL0.880.930.77
HSV316°43°98°
CMYK 0.000.430.11   0.02
XYZ62.925445.481975.2744
Yxy45.48190.34260.2476
Hunter Lab67.440348.5296-18.9692
CIE-Lab73.208151.2610-23.0378

#fb8fdf color RGB value is (251,143,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10001111 11011111
Octal 373 217 337
Decimal 251 143 223
Hex FB 8F DF

RGB Percentages of Color #fb8fdf

%40.68
%23.18
%36.14

CMYK Percentages of Color #fb8fdf

%0
%43
%11
%2

Triadic Colors of #fb8fdf

#fb8fdf #dffb8f #8fdffb

Analogous Colors of #fb8fdf

#fb8fdf #fb8fa9 #e18ffb

Monochromatic Colors of #fb8fdf

#fb8fdf

Complementary Color

#fb8fdf #8ffbab

#fb8fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb8fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb8fdf Color CSS Codes

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

#fb8fdf Text Font Color

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

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


#fb8fdf Background Color

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

This div background color is #fb8fdf


#fb8fdf Border Color

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

This div border color is #fb8fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb8fdf


Comments

No comments written yet.

Please login to write comment.